gplugin/gplugin

148ef37b20d5
Parents 041fbe100c2f
Children 0fa031c839de
GPLUGIN_TYPE_PLUGIN is now and interface and not an object
--- a/gplugin-gtk/gplugin-gtk-plugin-info.c Sun Oct 14 04:45:05 2018 -0500
+++ b/gplugin-gtk/gplugin-gtk-plugin-info.c Sun Oct 14 05:21:05 2018 -0500
@@ -244,7 +244,7 @@
properties[PROP_PLUGIN] = g_param_spec_object(
"plugin", "plugin",
"The GPluginPlugin who's info should be displayed",
- GPLUGIN_TYPE_PLUGIN,
+ G_TYPE_OBJECT,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT
);