Changeset 6e991a9 for protocols/bee.h


Ignore:
Timestamp:
2016-10-16T06:51:53Z (8 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
2906268
Parents:
a08b2db
git-author:
dequis <dx@…> (16-10-16 06:50:49)
git-committer:
dequis <dx@…> (16-10-16 06:51:53)
Message:

Turn purple_chatlist_free() into a imcb_chat_list_free()

I found myself copypasting this to jabber. Might as well make it part of
the API.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/bee.h

    ra08b2db r6e991a9  
    192192G_GNUC_DEPRECATED G_MODULE_EXPORT void bee_chat_list_finish(struct im_connection *ic);
    193193G_MODULE_EXPORT void imcb_chat_list_finish(struct im_connection *ic);
     194G_MODULE_EXPORT void imcb_chat_list_free(struct im_connection *ic);
    194195
    195196#endif /* __BEE_H__ */
Note: See TracChangeset for help on using the changeset viewer.