aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/contact-editor/e-contact-quick-add.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/contact-editor/e-contact-quick-add.h')
-rw-r--r--addressbook/contact-editor/e-contact-quick-add.h6
1 files changed, 3 insertions, 3 deletions
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 <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__ */