aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/exchange-user-dialog.h
diff options
context:
space:
mode:
authorShakti Sen <shprasad@novell.com>2005-08-24 18:10:10 +0800
committerShakti Prasad Sen <shaktis@src.gnome.org>2005-08-24 18:10:10 +0800
commit294ca271decb4567cb0f4bfa1cbfe2365a7a236d (patch)
tree9272ef73fbaa10391bf7eab6862c6c7b8a0578d8 /plugins/exchange-operations/exchange-user-dialog.h
parent90f4d3fa8f48c3e2a8a0f0a668499eac0d9675a1 (diff)
downloadgsoc2013-evolution-294ca271decb4567cb0f4bfa1cbfe2365a7a236d.tar
gsoc2013-evolution-294ca271decb4567cb0f4bfa1cbfe2365a7a236d.tar.gz
gsoc2013-evolution-294ca271decb4567cb0f4bfa1cbfe2365a7a236d.tar.bz2
gsoc2013-evolution-294ca271decb4567cb0f4bfa1cbfe2365a7a236d.tar.lz
gsoc2013-evolution-294ca271decb4567cb0f4bfa1cbfe2365a7a236d.tar.xz
gsoc2013-evolution-294ca271decb4567cb0f4bfa1cbfe2365a7a236d.tar.zst
gsoc2013-evolution-294ca271decb4567cb0f4bfa1cbfe2365a7a236d.zip
Getting list of mail-ids instead of a single mail-id. Added support for
2005-08-24 Shakti Sen <shprasad@novell.com> * exchange-permissions-dialog.c (add_clicked): Getting list of mail-ids instead of a single mail-id. * exchange-user-dialog.[c/h] (e2k_user_dialog_get_user_list): Added support for adding multiple IDs. Fixes bug #313919. svn path=/trunk/; revision=30239
Diffstat (limited to 'plugins/exchange-operations/exchange-user-dialog.h')
-rw-r--r--plugins/exchange-operations/exchange-user-dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/exchange-operations/exchange-user-dialog.h b/plugins/exchange-operations/exchange-user-dialog.h
index b212172b85..cd8059b00f 100644
--- a/plugins/exchange-operations/exchange-user-dialog.h
+++ b/plugins/exchange-operations/exchange-user-dialog.h
@@ -33,5 +33,6 @@ GtkWidget *e2k_user_dialog_new (GtkWidget *parent_window,
const char *label_text,
const char *section_name);
char *e2k_user_dialog_get_user (E2kUserDialog *dialog);
+GList *e2k_user_dialog_get_user_list (E2kUserDialog *dialog);
#endif /* __E2K_USER_DIALOG_H__ */