diff libpurple/prpl.h @ 30354:a327c6a1d5ca

propagate from branch 'im.pidgin.pidgin' (head 90256b412e775f65ca4a2204654f8f6012dd2c47) to branch 'im.pidgin.soc.2010.icq-tlc' (head 64c9fc1442c7815de47d3f6756f59f1d09a1d530)
author ivan.komarov@soc.pidgin.im
date Wed, 12 May 2010 17:45:47 +0000
parents ba0571f18075
children 44f53d3fc54f
line wrap: on
line diff
--- a/libpurple/prpl.h	Thu May 06 18:32:07 2010 +0000
+++ b/libpurple/prpl.h	Wed May 12 17:45:47 2010 +0000
@@ -608,7 +608,7 @@
 	/**
 	 * Retrieve the user's "friendly name" as set on the server.
 	 * The protocol plugin should call success_cb or failure_cb
-	 * *asynchronously* (even if it knows immediately that the set will fail,
+	 * *asynchronously* (even if it knows immediately that the get will fail,
 	 * call one of the callbacks from an idle/0-second timeout) depending
 	 * on if the nickname is retrieved.
 	 *
@@ -620,8 +620,8 @@
 	 * @since 2.7.0
 	 */
 	void (*get_public_alias)(PurpleConnection *gc,
-	                         PurpleSetPublicAliasSuccessCallback success_cb,
-	                         PurpleSetPublicAliasFailureCallback failure_cb);
+	                         PurpleGetPublicAliasSuccessCallback success_cb,
+	                         PurpleGetPublicAliasFailureCallback failure_cb);
 };
 
 #define PURPLE_PROTOCOL_PLUGIN_HAS_FUNC(prpl, member) \