gplugin/gplugin

86c43c8bf941
Parents eb50be5ccf03
Children 9102c7dce8ef
Update the version number for both gir files and fix the plugins that were calling out a version.
--- a/gplugin-gtk/meson.build Sat Apr 18 08:57:53 2020 +0000
+++ b/gplugin-gtk/meson.build Sat Apr 18 07:03:13 2020 -0500
@@ -120,7 +120,7 @@
includes : [gplugin_gir[0], 'Gtk-3.0'],
namespace : 'GPluginGtk',
symbol_prefix : 'gplugin_gtk',
- nsversion : '@0@.0'.format(GPLUGIN_MAJOR_VERSION),
+ nsversion : '1.0',
install : true,
export_packages: ['gplugin-gtk'],
extra_args : ['--quiet', '-DGPLUGIN_GTK_COMPILATION'])
--- a/gplugin/meson.build Sat Apr 18 08:57:53 2020 +0000
+++ b/gplugin/meson.build Sat Apr 18 07:03:13 2020 -0500
@@ -229,7 +229,7 @@
header : 'gplugin.h',
namespace : 'GPlugin',
symbol_prefix : 'gplugin',
- nsversion : '@0@.0'.format(GPLUGIN_MAJOR_VERSION),
+ nsversion : '1.0',
install : true,
export_packages : ['gplugin'],
extra_args : ['--quiet', '-DGPLUGIN_COMPILATION'])
--- a/perl/tests/plugins/basic.pl Sat Apr 18 08:57:53 2020 +0000
+++ b/perl/tests/plugins/basic.pl Sat Apr 18 07:03:13 2020 -0500
@@ -17,7 +17,7 @@
use Glib::Object::Introspection;
-Glib::Object::Introspection->setup(basename => "GPlugin", version => "0.0", package=> "GPlugin");
+Glib::Object::Introspection->setup(basename => "GPlugin", version => "1.0", package=> "GPlugin");
sub gplugin_query {
return GPlugin::PluginInfo->new(
--- a/perl/tests/plugins/dependent.pl Sat Apr 18 08:57:53 2020 +0000
+++ b/perl/tests/plugins/dependent.pl Sat Apr 18 07:03:13 2020 -0500
@@ -17,7 +17,7 @@
use Glib::Object::Introspection;
-Glib::Object::Introspection->setup(basename => "GPlugin", version => "0.0", package=> "GPlugin");
+Glib::Object::Introspection->setup(basename => "GPlugin", version => "1.0", package=> "GPlugin");
sub gplugin_query() {
return GPlugin::PluginInfo->new(
--- a/perl/tests/plugins/load-exception.pl Sat Apr 18 08:57:53 2020 +0000
+++ b/perl/tests/plugins/load-exception.pl Sat Apr 18 07:03:13 2020 -0500
@@ -17,7 +17,7 @@
use Glib::Object::Introspection;
-Glib::Object::Introspection->setup(basename => "GPlugin", version => "0.0", package=> "GPlugin");
+Glib::Object::Introspection->setup(basename => "GPlugin", version => "1.0", package=> "GPlugin");
sub gplugin_query() {
return GPlugin::PluginInfo->new(
--- a/perl/tests/plugins/load-failed.pl Sat Apr 18 08:57:53 2020 +0000
+++ b/perl/tests/plugins/load-failed.pl Sat Apr 18 07:03:13 2020 -0500
@@ -17,7 +17,7 @@
use Glib::Object::Introspection;
-Glib::Object::Introspection->setup(basename => "GPlugin", version => "0.0", package=> "GPlugin");
+Glib::Object::Introspection->setup(basename => "GPlugin", version => "1.0", package=> "GPlugin");
sub gplugin_query {
return GPlugin::PluginInfo->new(
--- a/perl/tests/plugins/unload-failed.pl Sat Apr 18 08:57:53 2020 +0000
+++ b/perl/tests/plugins/unload-failed.pl Sat Apr 18 07:03:13 2020 -0500
@@ -17,7 +17,7 @@
use Glib::Object::Introspection;
-Glib::Object::Introspection->setup(basename => "GPlugin", version => "0.0", package=> "GPlugin");
+Glib::Object::Introspection->setup(basename => "GPlugin", version => "1.0", package=> "GPlugin");
sub gplugin_query() {
return GPlugin::PluginInfo->new(