comparison gtk/plugins/gevolution/gevolution.h @ 14965:89ef5680f228

[gaim-migrate @ 17743] Split out the logic for finding a buddy's e-mail address into a separate function. Show the "Send E-mail" menu item only if an e-mail address was found. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 13 Nov 2006 04:16:49 +0000
parents 009db0b357b5
children
comparison
equal deleted inserted replaced
14964:1aa9839ca599 14965:89ef5680f228
122 GList *gevo_get_groups(void); 122 GList *gevo_get_groups(void);
123 123
124 EContactField gevo_prpl_get_field(GaimAccount *account, GaimBuddy *buddy); 124 EContactField gevo_prpl_get_field(GaimAccount *account, GaimBuddy *buddy);
125 gboolean gevo_prpl_is_supported(GaimAccount *account, GaimBuddy *buddy); 125 gboolean gevo_prpl_is_supported(GaimAccount *account, GaimBuddy *buddy);
126 gboolean gevo_load_addressbook(const gchar *uri, EBook **book, GError **error); 126 gboolean gevo_load_addressbook(const gchar *uri, EBook **book, GError **error);
127 char *gevo_get_email_for_buddy(GaimBuddy *buddy);
127 128
128 GevoAssociateBuddyDialog *gevo_associate_buddy_dialog_new(GaimBuddy *buddy); 129 GevoAssociateBuddyDialog *gevo_associate_buddy_dialog_new(GaimBuddy *buddy);
129 130
130 GtkTreeModel *gevo_addrbooks_model_new(void); 131 GtkTreeModel *gevo_addrbooks_model_new(void);
131 void gevo_addrbooks_model_unref(GtkTreeModel *model); 132 void gevo_addrbooks_model_unref(GtkTreeModel *model);