/soc/2013/ankitkv/gobjectification: a9e328e153ab: will document ...
Ankit Vani
a at nevitus.org
Sat Aug 10 17:13:29 EDT 2013
Changeset: a9e328e153abcd47d9e686552ec45640ce5c6809
Author: Ankit Vani <a at nevitus.org>
Date: 2013-08-11 02:16 +0530
Branch: soc.2013.gobjectification.plugins
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/a9e328e153ab
Description:
will document id format later
diffstat:
libpurple/plugins.h | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (22 lines):
diff --git a/libpurple/plugins.h b/libpurple/plugins.h
--- a/libpurple/plugins.h
+++ b/libpurple/plugins.h
@@ -141,7 +141,7 @@ struct _PurplePluginAction {
char *label;
PurplePluginActionCallback callback;
PurplePlugin *plugin;
- gpointer *user_data;
+ gpointer user_data;
};
/** Returns an ABI version to set in plugins using major and minor versions */
@@ -358,8 +358,7 @@ GType purple_plugin_info_get_type(void);
* All properties except "id" and "purple-abi" are optional.
*
* Valid property names are: \n
- * "id" (string) The ID of the plugin.
- * format: <application>/<name of the plugin> \n
+ * "id" (string) The ID of the plugin. \n
* "name" (string) The translated name of the plugin. \n
* "version" (string) Version of the plugin. \n
* "category" (string) Primary category of the plugin. \n
More information about the Commits
mailing list