aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2007-10-10 01:34:24 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2007-10-10 01:34:24 +0100
commit527360f248e8085556175b0ce55724e650d0f107 (patch)
treea9dee69fddcf6f5c3eae6c394180902d08e4f6a3 /protocols/nogaim.h
parent2896674ef92f9fff19c312edc7edcd200029ff0a (diff)
parent2896674ef92f9fff19c312edc7edcd200029ff0a (diff)
Added some comments to nogaim.h (Thanks to Miklos Vajna).
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r--protocols/nogaim.h3
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 );