Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/bee.h

    r03df717 r6e991a9  
    8484} bee_user_t;
    8585
     86typedef struct bee_chat_info {
     87        char *title;
     88        char *topic;
     89} bee_chat_info_t;
     90
    8691/* This one's mostly used so save space and make it easier (cheaper) to
    8792   compare groups of contacts, etc. */
     
    131136
    132137        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);
    133139} bee_ui_funcs_t;
    134140
     
    184190G_MODULE_EXPORT void imcb_chat_invite(struct im_connection *ic, const char *name, const char *who, const char *msg);
    185191
     192G_GNUC_DEPRECATED G_MODULE_EXPORT void bee_chat_list_finish(struct im_connection *ic);
     193G_MODULE_EXPORT void imcb_chat_list_finish(struct im_connection *ic);
     194G_MODULE_EXPORT void imcb_chat_list_free(struct im_connection *ic);
     195
    186196#endif /* __BEE_H__ */
Note: See TracChangeset for help on using the changeset viewer.