libpurple/plugins.h

branch
soc.2013.gobjectification.plugins
changeset 36482
fbddfc86848d
parent 36481
76943492ab1b
child 36486
b5167dc125f5
--- a/libpurple/plugins.h	Sat Aug 10 01:50:19 2013 +0530
+++ b/libpurple/plugins.h	Sat Aug 10 04:59:02 2013 +0530
@@ -369,7 +369,7 @@
  * Creates a new #PurplePluginInfo instance to be returned from
  * gplugin_plugin_query() of a plugin, using the provided name/value pairs.
  *
- * All properties except "id", "purple-version", and "abi-version" are optional.
+ * All properties except "id" and "purple-abi" are optional.
  *
  * Valid property names are:                                                 \n
  * "id"                 (string) The ID of the plugin.                       
@@ -391,8 +391,7 @@
  *                               unlisted on SPDX.                           \n
  * "license-url"        (string) The plugin's license URL, if unlisted on
  *                               SPDX.                                       \n
- * "purple-version"     (guint32) The purple ABI version required by plugin. \n
- * "abi-version"        (guint32) The GPlugin ABI version of the plugin.     \n
+ * "purple-abi"         (guint32) The purple ABI version required by plugin. \n
  * "dependencies"       (GSList) List of plugin IDs required by the plugin.  \n
  * "preferences-frame"  (PurplePluginPrefFrameCallback) Callback that returns
  *                                        a preferences frame for the plugin.
@@ -529,7 +528,7 @@
  *
  * @return The required purple ABI version for the plugin.
  */
-guint32 purple_plugin_info_get_purple_version(const PurplePluginInfo *info);
+guint32 purple_plugin_info_get_abi_version(const PurplePluginInfo *info);
 
 /**
  * Returns a list of plugins that a particular plugin depends on.

mercurial