Changeset bad41f56 for protocols/nogaim.h
- Timestamp:
- 2010-08-19T23:42:11Z (15 years ago)
- Branches:
- master
- Children:
- 4d4a7ed
- Parents:
- acd7959
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.h
racd7959 rbad41f56 310 310 G_MODULE_EXPORT void imcb_buddy_nick_hint( struct im_connection *ic, const char *handle, const char *nick ); 311 311 312 G_MODULE_EXPORT void imcb_buddy_typing( struct im_connection *ic, c har *handle, uint32_t flags );312 G_MODULE_EXPORT void imcb_buddy_typing( struct im_connection *ic, const char *handle, uint32_t flags ); 313 313 G_MODULE_EXPORT struct bee_user *imcb_buddy_by_handle( struct im_connection *ic, const char *handle ); 314 314 G_MODULE_EXPORT void imcb_clean_handle( struct im_connection *ic, char *handle );
Note: See TracChangeset
for help on using the changeset viewer.