aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-quick-add.h
diff options
context:
space:
mode:
authorJon Trowbridge <trow@gnu.org>2001-06-19 23:37:08 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-06-19 23:37:08 +0800
commit8e7415029bed4c4d571b577bf3354b24f9875b98 (patch)
treec74f0c81ad03bf98bfaca27e541bfebe42c544be /addressbook/gui/contact-editor/e-contact-quick-add.h
parent7364da6315454cfb44dda33e489857cd135477a3 (diff)
downloadgsoc2013-evolution-8e7415029bed4c4d571b577bf3354b24f9875b98.tar
gsoc2013-evolution-8e7415029bed4c4d571b577bf3354b24f9875b98.tar.gz
gsoc2013-evolution-8e7415029bed4c4d571b577bf3354b24f9875b98.tar.bz2
gsoc2013-evolution-8e7415029bed4c4d571b577bf3354b24f9875b98.tar.lz
gsoc2013-evolution-8e7415029bed4c4d571b577bf3354b24f9875b98.tar.xz
gsoc2013-evolution-8e7415029bed4c4d571b577bf3354b24f9875b98.tar.zst
gsoc2013-evolution-8e7415029bed4c4d571b577bf3354b24f9875b98.zip
Serious de-crufting, removal of gtk_object_set_data() hacks, simplified by
2001-06-19 Jon Trowbridge <trow@gnu.org> * contact-editor/e-contact-quick-add.c: Serious de-crufting, removal of gtk_object_set_data() hacks, simplified by using some of the newer ebook convenience routines, etc. (ce_book_found_fields): s/e_contact_editor_raise/e_contact_editor_show/, to accomodate the small changes in the contact editor API. svn path=/trunk/; revision=10289
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-quick-add.h')
-rw-r--r--addressbook/gui/contact-editor/e-contact-quick-add.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-quick-add.h b/addressbook/gui/contact-editor/e-contact-quick-add.h
index 81e3fdaab5..e01256a163 100644
--- a/addressbook/gui/contact-editor/e-contact-quick-add.h
+++ b/addressbook/gui/contact-editor/e-contact-quick-add.h
@@ -30,12 +30,12 @@
#include <addressbook/backend/ebook/e-card.h>
-typedef void (*EContactQuickAddCallback) (ECard *new_card, gpointer user_data);
+typedef void (*EContactQuickAddCallback) (ECard *new_card, gpointer closure);
void e_contact_quick_add (const gchar *name, const gchar *email,
- EContactQuickAddCallback cb, gpointer user_data);
+ EContactQuickAddCallback cb, gpointer closure);
-void e_contact_quick_add_free_form (const gchar *text, EContactQuickAddCallback cb, gpointer user_data);
+void e_contact_quick_add_free_form (const gchar *text, EContactQuickAddCallback cb, gpointer closure);
#endif /* __E_CONTACT_QUICK_ADD_H__ */