Ignore:
Timestamp:
2010-08-19T23:42:11Z (15 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
4d4a7ed
Parents:
acd7959
Message:

libpurple: Fix typing notifications (in and out). Closes #671.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    racd7959 rbad41f56  
    310310G_MODULE_EXPORT void imcb_buddy_nick_hint( struct im_connection *ic, const char *handle, const char *nick );
    311311
    312 G_MODULE_EXPORT void imcb_buddy_typing( struct im_connection *ic, char *handle, uint32_t flags );
     312G_MODULE_EXPORT void imcb_buddy_typing( struct im_connection *ic, const char *handle, uint32_t flags );
    313313G_MODULE_EXPORT struct bee_user *imcb_buddy_by_handle( struct im_connection *ic, const char *handle );
    314314G_MODULE_EXPORT void imcb_clean_handle( struct im_connection *ic, char *handle );
Note: See TracChangeset for help on using the changeset viewer.