gplugin/gplugin

Parents a1b0fd07c7f1
Children 9abe6ad22e9c
Bump the dev version to 0.36.0 as we changed API with GPluginManager being final

Also remove the doc comment for GPluginManagerClass which no longer exists.

Testing Done:
Compiled

Reviewed at https://reviews.imfreedom.org/r/1030/
--- a/ChangeLog Tue Oct 12 01:10:51 2021 -0500
+++ b/ChangeLog Tue Oct 12 02:35:23 2021 -0500
@@ -1,5 +1,5 @@
-0.35.1: ????/??/??:
- * Nothing yet, be the first!
+0.36.0: ????/??/??:
+ * Made GPluginManager a final type. (RR 1028) (Gary Kramlich)
0.35.0: 2021/09/30:
* Add an unloadable property to GPluginPluginInfo and add a shutdown
--- a/gplugin/gplugin-manager.c Tue Oct 12 01:10:51 2021 -0500
+++ b/gplugin/gplugin-manager.c Tue Oct 12 02:35:23 2021 -0500
@@ -47,18 +47,6 @@
* Since: 0.32.0
*/
-/**
- * GPluginManagerClass:
- * @loading_plugin: Signal emitted before a plugin is loaded.
- * @loaded_plugin: Signal emitted after a plugin is loaded.
- * @load_failed: Signal emitted when a plugin fails to load.
- * @unloading_plugin: Signal emitted before a plugin is unloaded.
- * @unloaded_plugin: Signal emitted after a plugin is unloaded.
- * @unload_plugin_failed: Signal emitted when a plugin fails to unload.
- *
- * Virtual function table for [class@GPlugin.Manager].
- */
-
/******************************************************************************
* Enums
*****************************************************************************/
--- a/meson.build Tue Oct 12 01:10:51 2021 -0500
+++ b/meson.build Tue Oct 12 02:35:23 2021 -0500
@@ -3,7 +3,7 @@
###############################################################################
project('gplugin', 'c',
license : 'LGPL-2.0-or-later',
- version : '0.35.1-dev',
+ version : '0.36.0-dev',
meson_version : '>=0.56.0',
default_options : ['c_std=c99', 'warning_level=2'])