Changes in / [2896674:527360f]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    r2896674 r527360f  
    259259/* Buddy management */
    260260/* This function should be called for each handle which are visible to the
    261  * user, usually after a login. */
     261 * user, usually after a login, or if the user added a buddy and the IM
     262 * server confirms that the add was successful. Don't forget to do this! */
    262263G_MODULE_EXPORT void imcb_add_buddy( struct im_connection *ic, char *handle, char *group );
    263264G_MODULE_EXPORT void imcb_remove_buddy( struct im_connection *ic, char *handle, char *group );
Note: See TracChangeset for help on using the changeset viewer.