--- a/libpurple/purpleplugininfo.h Mon Sep 12 22:54:13 2022 -0500 +++ b/libpurple/purpleplugininfo.h Mon Sep 12 23:18:09 2022 -0500 @@ -32,13 +32,6 @@ #include "pluginpref.h" -/** - * PURPLE_TYPE_PLUGIN_INFO: - * - * The standard _get_type macro for #PurplePluginInfo. - * - * Since: 3.0.0 - */ #define PURPLE_TYPE_PLUGIN_INFO (purple_plugin_info_get_type()) /** @@ -50,15 +43,6 @@ * Since: 3.0.0 */ -/** - * purple_plugin_info_get_type: - * - * The standard _get_type function for #PurplePluginInfo. - * - * Returns: The #GType for the #PurplePluginInfo object. - * - * Since: 3.0.0 - */ G_DECLARE_DERIVABLE_TYPE(PurplePluginInfo, purple_plugin_info, PURPLE, PLUGIN_INFO, GPluginPluginInfo) @@ -98,12 +82,6 @@ typedef gpointer (*PurplePluginPrefRequestCb)(PurplePlugin *plugin); /** - * PURPLE_TYPE_PLUGIN_INFO_FLAGS: - * - * The standard type macro for #PurplePluginInfoFlags. - */ - -/** * PurplePluginInfoFlags: * @PURPLE_PLUGIN_INFO_FLAGS_INTERNAL: Plugin is not shown in UI lists * @PURPLE_PLUGIN_INFO_FLAGS_AUTO_LOAD: Auto-load the plugin