From d70123b4755c985ed592a00e72b1d65f3de63fd5 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Mon, 20 Mar 2023 15:36:10 -0700 Subject: loaders/python: ignore GParameter deprecations --- loaders/python/peas-plugin-loader-python.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/loaders/python/peas-plugin-loader-python.c b/loaders/python/peas-plugin-loader-python.c index e2a6327..6ce5c80 100644 --- a/loaders/python/peas-plugin-loader-python.c +++ b/loaders/python/peas-plugin-loader-python.c @@ -98,6 +98,7 @@ peas_plugin_loader_python_provides_extension (PeasPluginLoader *loader, return the_type != G_TYPE_INVALID; } +G_GNUC_BEGIN_IGNORE_DEPRECATIONS static GObject * peas_plugin_loader_python_create_extension (PeasPluginLoader *loader, PeasPluginInfo *info, @@ -153,6 +154,7 @@ out: PyGILState_Release (state); return object; } +G_GNUC_END_IGNORE_DEPRECATIONS static gboolean peas_plugin_loader_python_load (PeasPluginLoader *loader, -- cgit v1.2.1