libgaim/blist.h

changeset 15203
1a092806f344
parent 14814
479ac60fb641
child 20470
77693555855f
child 20472
6a6d2ef151e6
--- a/libgaim/blist.h	Sat Dec 09 07:39:29 2006 +0000
+++ b/libgaim/blist.h	Sat Dec 09 20:11:43 2006 +0000
@@ -314,7 +314,9 @@
  *
  * @param account    The account this chat will get added to
  * @param alias      The alias of the new chat
- * @param components The info the prpl needs to join the chat
+ * @param components The info the prpl needs to join the chat.  The
+ *                   hash function should be g_str_hash() and the
+ *                   equal function should be g_str_equal().
  * @return           A newly allocated chat
  */
 GaimChat *gaim_chat_new(GaimAccount *account, const char *alias, GHashTable *components);

mercurial