pidgin: d6897a8a: Fix copy&paste typos.
qulogic at pidgin.im
qulogic at pidgin.im
Mon May 10 19:15:48 EDT 2010
-----------------------------------------------------------------
Revision: d6897a8a61faae4393d8add4b7812674a6534684
Ancestor: e0b579007465c3c52314978ad131deaefff604e7
Author: qulogic at pidgin.im
Date: 2010-05-10T21:27:28
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/d6897a8a61faae4393d8add4b7812674a6534684
Modified files:
libpurple/prpl.h
ChangeLog:
Fix copy&paste typos.
-------------- next part --------------
============================================================
--- libpurple/prpl.h 937e7082078e8ee2dcd3bfcfa397b8feed0184ed
+++ libpurple/prpl.h b978e54f15e71fa817afe0f6b25c84852fee1d25
@@ -608,7 +608,7 @@ struct _PurplePluginProtocolInfo
/**
* 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 @@ struct _PurplePluginProtocolInfo
* @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) \
More information about the Commits
mailing list