libpurple/protocols/jabber/pep.h

branch
soc.2007.xmpp
changeset 17789
f75d542850e3
parent 17788
e6e381b0c7d6
child 23517
db3d6a500678
child 23586
e495a4623f76
--- a/libpurple/protocols/jabber/pep.h	Sun Jun 17 03:51:19 2007 +0000
+++ b/libpurple/protocols/jabber/pep.h	Sun Jun 17 04:05:28 2007 +0000
@@ -57,8 +57,7 @@
  * @parameter id	The item id of the requested item (may be NULL)
  * @parameter cb	The callback to be used when this item is received
  *
- * ATTN: The items parameter of the callback will only point to the single <item> element here!
- * Additionally, the items element passed will be NULL if any error occured (like a permission error, node doesn't exist etc.)
+ * The items element passed to the callback will be NULL if any error occured (like a permission error, node doesn't exist etc.)
  */
 void jabber_pep_request_item(JabberStream *js, const char *to, const char *node, const char *id, JabberPEPHandler cb);
 

mercurial