From 8e7415029bed4c4d571b577bf3354b24f9875b98 Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Tue, 19 Jun 2001 15:37:08 +0000 Subject: Serious de-crufting, removal of gtk_object_set_data() hacks, simplified by 2001-06-19 Jon Trowbridge * 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 --- addressbook/contact-editor/e-contact-quick-add.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'addressbook/contact-editor/e-contact-quick-add.h') diff --git a/addressbook/contact-editor/e-contact-quick-add.h b/addressbook/contact-editor/e-contact-quick-add.h index 81e3fdaab5..e01256a163 100644 --- a/addressbook/contact-editor/e-contact-quick-add.h +++ b/addressbook/contact-editor/e-contact-quick-add.h @@ -30,12 +30,12 @@ #include -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__ */ -- cgit v1.2.3