aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-source-selector.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-02-21 01:03:59 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-02-21 05:35:58 +0800
commita955be9b70fd556310fc4c07aeef91c99bde3aaf (patch)
treeae54323a088dcc15b0ae42e7ae530c8e2aeb868f /e-util/e-source-selector.h
parent214d832ccdcb79744f6b0a913ee221cb3d725356 (diff)
downloadgsoc2013-evolution-a955be9b70fd556310fc4c07aeef91c99bde3aaf.tar
gsoc2013-evolution-a955be9b70fd556310fc4c07aeef91c99bde3aaf.tar.gz
gsoc2013-evolution-a955be9b70fd556310fc4c07aeef91c99bde3aaf.tar.bz2
gsoc2013-evolution-a955be9b70fd556310fc4c07aeef91c99bde3aaf.tar.lz
gsoc2013-evolution-a955be9b70fd556310fc4c07aeef91c99bde3aaf.tar.xz
gsoc2013-evolution-a955be9b70fd556310fc4c07aeef91c99bde3aaf.tar.zst
gsoc2013-evolution-a955be9b70fd556310fc4c07aeef91c99bde3aaf.zip
ESourceSelector: Make source_selector_update_row() public.
Gonna need to call this from the EClientSelector subclass.
Diffstat (limited to 'e-util/e-source-selector.h')
-rw-r--r--e-util/e-source-selector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-source-selector.h b/e-util/e-source-selector.h
index 37ce0ef4b1..e25142146a 100644
--- a/e-util/e-source-selector.h
+++ b/e-util/e-source-selector.h
@@ -135,6 +135,8 @@ ESource * e_source_selector_ref_source_by_path
GtkTreePath *path);
void e_source_selector_queue_write (ESourceSelector *selector,
ESource *source);
+void e_source_selector_update_row (ESourceSelector *selector,
+ ESource *source);
G_END_DECLS