finch/gntplugin.h

branch
soc.2013.gobjectification.plugins
changeset 36934
e7268aeb3b89
parent 36896
3865997e388b
child 36935
5384600e613c
--- a/finch/gntplugin.h	Sat Oct 26 04:38:34 2013 +0530
+++ b/finch/gntplugin.h	Mon Oct 28 00:02:17 2013 +0530
@@ -47,7 +47,7 @@
 /** @copydoc _FinchPluginInfoClass */
 typedef struct _FinchPluginInfoClass FinchPluginInfoClass;
 
-typedef GntWidget* (*FinchPluginFrame) (void);
+typedef GntWidget* (*FinchPluginPrefFrameCb) (void);
 
 /**
  * Extends #PurplePluginInfo to hold UI information for finch.
@@ -87,9 +87,9 @@
  * pairs.
  *
  * See purple_plugin_info_new() for a list of available property names.
- * Additionally, you can provide the property "finch-preferences-frame",
+ * Additionally, you can provide the property "finch-pref-frame-cb",
  * which should be a callback that returns a GntWidget for the plugin's
- * preferences (see FinchPluginFrame).
+ * preferences (see FinchPluginPrefFrameCb).
  *
  * @param first_property  The first property name
  * @param ...  The value of the first property, followed optionally by more

mercurial