plugins/gevolution/gevolution.h

changeset 11117
2278a06da7c4
parent 10835
9bd71d67d4a6
equal deleted inserted replaced
11116:42f967a9f033 11117:2278a06da7c4
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 127
128 GevoAssociateBuddyDialog *gevo_associate_buddy_dialog_new(GaimBuddy *buddy); 128 GevoAssociateBuddyDialog *gevo_associate_buddy_dialog_new(GaimBuddy *buddy);
129 129
130
131 GtkTreeModel *gevo_addrbooks_model_new(void); 130 GtkTreeModel *gevo_addrbooks_model_new(void);
132 void gevo_addrbooks_model_unref(GtkTreeModel *model); 131 void gevo_addrbooks_model_unref(GtkTreeModel *model);
133 void gevo_addrbooks_model_populate(GtkTreeModel *model); 132 void gevo_addrbooks_model_populate(GtkTreeModel *model);
133 EContact *gevo_search_buddy_in_contacts(GaimBuddy *buddy, EBookQuery *query);
134 134
135 #endif /* _GEVOLUTION_H_ */ 135 #endif /* _GEVOLUTION_H_ */

mercurial