Changes in protocols/bee.h [03df717:6e991a9]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/bee.h
r03df717 r6e991a9 84 84 } bee_user_t; 85 85 86 typedef struct bee_chat_info { 87 char *title; 88 char *topic; 89 } bee_chat_info_t; 90 86 91 /* This one's mostly used so save space and make it easier (cheaper) to 87 92 compare groups of contacts, etc. */ … … 131 136 132 137 void (*log)(bee_t *bee, const char *tag, const char *msg); 138 gboolean (*user_nick_change)(bee_t *bee, bee_user_t *bu, const char *hint); 133 139 } bee_ui_funcs_t; 134 140 … … 184 190 G_MODULE_EXPORT void imcb_chat_invite(struct im_connection *ic, const char *name, const char *who, const char *msg); 185 191 192 G_GNUC_DEPRECATED G_MODULE_EXPORT void bee_chat_list_finish(struct im_connection *ic); 193 G_MODULE_EXPORT void imcb_chat_list_finish(struct im_connection *ic); 194 G_MODULE_EXPORT void imcb_chat_list_free(struct im_connection *ic); 195 186 196 #endif /* __BEE_H__ */
Note: See TracChangeset
for help on using the changeset viewer.