aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/eab-gui-util.h
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@ximian.com>2004-01-30 08:36:39 +0800
committerHans Petter <hansp@src.gnome.org>2004-01-30 08:36:39 +0800
commit78e3e48c9bd23c0cddae422cbb6012edab243665 (patch)
treea659b6914f2c172be3ab19e47f6a5aa64ab64dae /addressbook/gui/widgets/eab-gui-util.h
parent3de1c027d35a870afcdf5769fc63c6c3d8f1658b (diff)
downloadgsoc2013-evolution-78e3e48c9bd23c0cddae422cbb6012edab243665.tar
gsoc2013-evolution-78e3e48c9bd23c0cddae422cbb6012edab243665.tar.gz
gsoc2013-evolution-78e3e48c9bd23c0cddae422cbb6012edab243665.tar.bz2
gsoc2013-evolution-78e3e48c9bd23c0cddae422cbb6012edab243665.tar.lz
gsoc2013-evolution-78e3e48c9bd23c0cddae422cbb6012edab243665.tar.xz
gsoc2013-evolution-78e3e48c9bd23c0cddae422cbb6012edab243665.tar.zst
gsoc2013-evolution-78e3e48c9bd23c0cddae422cbb6012edab243665.zip
Implement. (eab_select_source): Implement. Public function that prompts
2004-01-29 Hans Petter Jansson <hpj@ximian.com> * gui/widgets/eab-gui-util.c (source_selection_changed_cb): Implement. (eab_select_source): Implement. Public function that prompts user to select a source from a list. (eab_transfer_contacts): Enable and use eab_select_source () and ESource, instead of old shell folder/URI stuff. svn path=/trunk/; revision=24530
Diffstat (limited to 'addressbook/gui/widgets/eab-gui-util.h')
-rw-r--r--addressbook/gui/widgets/eab-gui-util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/eab-gui-util.h b/addressbook/gui/widgets/eab-gui-util.h
index 24a0a78577..53700bed1f 100644
--- a/addressbook/gui/widgets/eab-gui-util.h
+++ b/addressbook/gui/widgets/eab-gui-util.h
@@ -65,6 +65,9 @@ void eab_send_contact (EContact *contact,
void eab_send_contact_list (GList *contacts,
EABDisposition disposition);
+ESource *eab_select_source (const gchar *title, const gchar *message,
+ const gchar *select_uid, GtkWindow *parent);
+
G_END_DECLS
#endif /* __E_ADDRESSBOOK_UTIL_H__ */