aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names/e-select-names-manager.h
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-10-30 11:48:43 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-10-30 11:48:43 +0800
commit1fc908bfb1f00c66e636b91e5e5b4ec30bc013eb (patch)
treeabd70b6318e318ba2b100a26e6b2da9b7af86359 /addressbook/gui/component/select-names/e-select-names-manager.h
parentac8cf2c210f655675c49f04fb7c3c679db4f1fae (diff)
downloadgsoc2013-evolution-1fc908bfb1f00c66e636b91e5e5b4ec30bc013eb.tar
gsoc2013-evolution-1fc908bfb1f00c66e636b91e5e5b4ec30bc013eb.tar.gz
gsoc2013-evolution-1fc908bfb1f00c66e636b91e5e5b4ec30bc013eb.tar.bz2
gsoc2013-evolution-1fc908bfb1f00c66e636b91e5e5b4ec30bc013eb.tar.lz
gsoc2013-evolution-1fc908bfb1f00c66e636b91e5e5b4ec30bc013eb.tar.xz
gsoc2013-evolution-1fc908bfb1f00c66e636b91e5e5b4ec30bc013eb.tar.zst
gsoc2013-evolution-1fc908bfb1f00c66e636b91e5e5b4ec30bc013eb.zip
Connect to manager's "ok" signal. (manager_ok_cb): Emit "ok"
2001-10-29 Jon Trowbridge <trow@ximian.com> * gui/component/select-names/e-select-names-bonobo.c (init): Connect to manager's "ok" signal. (manager_ok_cb): Emit "ok" bonobo-signal. * gui/component/select-names/e-select-names-manager.c (e_select_names_manager_class_init): Added "ok" signal. (e_select_names_clicked): Emit 'ok' signal. svn path=/trunk/; revision=14415
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names-manager.h')
-rw-r--r--addressbook/gui/component/select-names/e-select-names-manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names-manager.h b/addressbook/gui/component/select-names/e-select-names-manager.h
index 99f01cb818..1304a13a71 100644
--- a/addressbook/gui/component/select-names/e-select-names-manager.h
+++ b/addressbook/gui/component/select-names/e-select-names-manager.h
@@ -39,6 +39,7 @@ struct _ESelectNamesManagerClass {
GtkObjectClass parent_class;
void (*changed) (ESelectNamesManager *, const gchar *section_id, gint changed_working_copy);
+ void (*ok) (ESelectNamesManager *);
};
ESelectNamesManager *e_select_names_manager_new (void);