Changeset 527360f for protocols/nogaim.h


Ignore:
Timestamp:
2007-10-10T00:34:24Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
8c2008e
Parents:
2896674 (diff), 2896674 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Added some comments to nogaim.h (Thanks to Miklos Vajna).

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.