diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2007-10-10 01:34:24 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2007-10-10 01:34:24 +0100 |
commit | 527360f248e8085556175b0ce55724e650d0f107 (patch) | |
tree | a9dee69fddcf6f5c3eae6c394180902d08e4f6a3 /protocols/nogaim.h | |
parent | 2896674ef92f9fff19c312edc7edcd200029ff0a (diff) | |
parent | 2896674ef92f9fff19c312edc7edcd200029ff0a (diff) |
Added some comments to nogaim.h (Thanks to Miklos Vajna).
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r-- | protocols/nogaim.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h index 26a6cc01..ff4cdb96 100644 --- a/protocols/nogaim.h +++ b/protocols/nogaim.h @@ -258,7 +258,8 @@ G_MODULE_EXPORT void imcb_ask_add( struct im_connection *ic, char *handle, const /* Buddy management */ /* This function should be called for each handle which are visible to the - * user, usually after a login. */ + * user, usually after a login, or if the user added a buddy and the IM + * server confirms that the add was successful. Don't forget to do this! */ G_MODULE_EXPORT void imcb_add_buddy( struct im_connection *ic, char *handle, char *group ); G_MODULE_EXPORT void imcb_remove_buddy( struct im_connection *ic, char *handle, char *group ); G_MODULE_EXPORT struct buddy *imcb_find_buddy( struct im_connection *ic, char *handle ); |