/soc/2013/ankitkv/gobjectification: 69b2a6391f6d: Added doc for ...
Ankit Vani
a at nevitus.org
Wed Jul 31 11:35:52 EDT 2013
Changeset: 69b2a6391f6d7824e295b5857a8691ba2b13c6eb
Author: Ankit Vani <a at nevitus.org>
Date: 2013-07-31 21:04 +0530
Branch: soc.2013.gobjectification.plugins
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/69b2a6391f6d
Description:
Added doc for plugin param in purple_plugin_actions_add()
diffstat:
libpurple/plugins.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff --git a/libpurple/plugins.h b/libpurple/plugins.h
--- a/libpurple/plugins.h
+++ b/libpurple/plugins.h
@@ -153,6 +153,7 @@ GType purple_plugin_action_get_type(void
/**
* Adds a new action to a plugin.
*
+ * @param plugin The plugin to add the action to.
* @param label The description of the action to show to the user.
* @param callback The callback to call when the user selects this action.
*/
More information about the Commits
mailing list