libpurple/purpleplugininfo.h

changeset 41472
0b3b172cd50e
parent 41414
b76bc2b4d7cc
child 41681
52dbe7ad39ce
--- a/libpurple/purpleplugininfo.h	Sun Jul 31 00:54:01 2022 -0500
+++ b/libpurple/purpleplugininfo.h	Sun Jul 31 00:54:46 2022 -0500
@@ -89,17 +89,6 @@
 typedef GList *(*PurplePluginActionsCb)(PurplePlugin *plugin);
 
 /**
- * PurplePluginExtraCb:
- * @plugin: the plugin associated with this callback.
- *
- * Gives extra information about the plguin.
- *
- * Returns: a newly allocated string denoting extra information
- * about a plugin.
- */
-typedef gchar *(*PurplePluginExtraCb)(PurplePlugin *plugin);
-
-/**
  * PurplePluginPrefFrameCb:
  * @plugin: the plugin associated with this callback.
  *
@@ -255,10 +244,6 @@
  *     <entry>(#PurplePluginActionsCb) Callback that returns a list of
  *       actions the plugin can perform.</entry>
  *   </row>
- *   <row><entry><literal>"extra-cb"</literal></entry>
- *     <entry>(#PurplePluginExtraCb) Callback that returns a newly
- *       allocated string denoting extra information about a plugin.</entry>
- *   </row>
  *   <row><entry><literal>"pref-frame-cb"</literal></entry>
  *     <entry>(#PurplePluginPrefFrameCb) Callback that returns a
  *       preferences frame for the plugin.</entry>
@@ -297,19 +282,6 @@
 PurplePluginActionsCb purple_plugin_info_get_actions_cb(PurplePluginInfo *info);
 
 /**
- * purple_plugin_info_get_extra_cb:
- * @info: The plugin info to get extra information from.
- *
- * Returns a callback that gives extra information about a plugin. You must
- * free the string returned by this callback.
- *
- * Returns: (transfer none): The callback that returns extra information about a plugin.
- *
- * Since: 3.0.0
- */
-PurplePluginExtraCb purple_plugin_info_get_extra_cb(PurplePluginInfo *info);
-
-/**
  * purple_plugin_info_get_pref_frame_cb:
  * @info: The plugin info to get the callback from.
  *

mercurial