aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-source-selector.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-02-21 01:36:46 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-02-21 05:35:58 +0800
commitf8ff0f0fde14b3f80663d74ac6a5f7f83d12b0ec (patch)
treeb98d643815af439fb8431c0bfff8b79462adc4b9 /e-util/e-source-selector.h
parenta955be9b70fd556310fc4c07aeef91c99bde3aaf (diff)
downloadgsoc2013-evolution-f8ff0f0fde14b3f80663d74ac6a5f7f83d12b0ec.tar
gsoc2013-evolution-f8ff0f0fde14b3f80663d74ac6a5f7f83d12b0ec.tar.gz
gsoc2013-evolution-f8ff0f0fde14b3f80663d74ac6a5f7f83d12b0ec.tar.bz2
gsoc2013-evolution-f8ff0f0fde14b3f80663d74ac6a5f7f83d12b0ec.tar.lz
gsoc2013-evolution-f8ff0f0fde14b3f80663d74ac6a5f7f83d12b0ec.tar.xz
gsoc2013-evolution-f8ff0f0fde14b3f80663d74ac6a5f7f83d12b0ec.tar.zst
gsoc2013-evolution-f8ff0f0fde14b3f80663d74ac6a5f7f83d12b0ec.zip
Add e_source_selector_ref_source_by_iter().
Diffstat (limited to 'e-util/e-source-selector.h')
-rw-r--r--e-util/e-source-selector.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/e-source-selector.h b/e-util/e-source-selector.h
index e25142146a..b49d65a782 100644
--- a/e-util/e-source-selector.h
+++ b/e-util/e-source-selector.h
@@ -130,6 +130,9 @@ ESource * e_source_selector_ref_primary_selection
void e_source_selector_set_primary_selection
(ESourceSelector *selector,
ESource *source);
+ESource * e_source_selector_ref_source_by_iter
+ (ESourceSelector *selector,
+ GtkTreeIter *iter);
ESource * e_source_selector_ref_source_by_path
(ESourceSelector *selector,
GtkTreePath *path);