Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/bee.h

    r6e991a9 r03df717  
    8484} bee_user_t;
    8585
    86 typedef struct bee_chat_info {
    87         char *title;
    88         char *topic;
    89 } bee_chat_info_t;
    90 
    9186/* This one's mostly used so save space and make it easier (cheaper) to
    9287   compare groups of contacts, etc. */
     
    136131
    137132        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);
    139133} bee_ui_funcs_t;
    140134
     
    190184G_MODULE_EXPORT void imcb_chat_invite(struct im_connection *ic, const char *name, const char *who, const char *msg);
    191185
    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 
    196186#endif /* __BEE_H__ */
Note: See TracChangeset for help on using the changeset viewer.