/pidgin/main: f23c4cf46033: Clean PurplePluginAction doc comments

Ankit Vani a at nevitus.org
Tue Feb 18 01:47:26 EST 2014


Changeset: f23c4cf4603377d02a58f10229ff26b1b28b63a6
Author:	 Ankit Vani <a at nevitus.org>
Date:	 2014-02-18 12:17 +0530
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/f23c4cf46033

Description:

Clean PurplePluginAction doc comments

diffstat:

 libpurple/plugin.h |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (28 lines):

diff --git a/libpurple/plugin.h b/libpurple/plugin.h
--- a/libpurple/plugin.h
+++ b/libpurple/plugin.h
@@ -218,8 +218,8 @@ struct _PurplePluginUiInfo {
 
 /**
  * PurplePluginAction:
- * @plugin: set to the owning plugin
- * @context: NULL for plugin actions menu, set to the PurpleConnection for
+ * @plugin:  Set to the owning plugin
+ * @context: %NULL for plugin actions menu, set to the #PurpleConnection for
  *           account actions menu
  *
  * The structure used in the actions member of PurplePluginInfo
@@ -228,13 +228,9 @@ struct _PurplePluginAction {
 	char *label;
 	void (*callback)(PurplePluginAction *);
 
-	/** set to the owning plugin */
 	PurplePlugin *plugin;
 
-	/** NULL for plugin actions menu, set to the PurpleConnection for
-	    account actions menu */
 	gpointer context;
-
 	gpointer user_data;
 };
 



More information about the Commits mailing list