--- 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