Changes in protocols/bee.h [6e991a9:03df717]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/bee.h
r6e991a9 r03df717 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 91 86 /* This one's mostly used so save space and make it easier (cheaper) to 92 87 compare groups of contacts, etc. */ … … 136 131 137 132 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);139 133 } bee_ui_funcs_t; 140 134 … … 190 184 G_MODULE_EXPORT void imcb_chat_invite(struct im_connection *ic, const char *name, const char *who, const char *msg); 191 185 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 196 186 #endif /* __BEE_H__ */
Note: See TracChangeset
for help on using the changeset viewer.