summaryrefslogtreecommitdiff
path: root/libpeas/peas-plugin-loader.c
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2023-03-16 17:36:21 -0700
committerChristian Hergert <chergert@redhat.com>2023-03-22 16:44:35 -0700
commit9789800fc8a1620d8e0a2bf07cb5672fca94585b (patch)
tree86322b95cbe089e16737ad04dfe97449bb3c6ccc /libpeas/peas-plugin-loader.c
parent929ae6911347065740f16c6f9aeaa1f692f7dbf5 (diff)
downloadlibpeas-9789800fc8a1620d8e0a2bf07cb5672fca94585b.tar.gz
janitorial: ignore GParameter deprecations
There is still much plumbing to modernize to remove GParameter from the lower layers of libpeas, so ignore them for now to keep our compiler warnings cleaner.
Diffstat (limited to 'libpeas/peas-plugin-loader.c')
-rw-r--r--libpeas/peas-plugin-loader.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpeas/peas-plugin-loader.c b/libpeas/peas-plugin-loader.c
index 5066427..414fb72 100644
--- a/libpeas/peas-plugin-loader.c
+++ b/libpeas/peas-plugin-loader.c
@@ -116,6 +116,7 @@ peas_plugin_loader_provides_extension (PeasPluginLoader *loader,
return klass->provides_extension (loader, info, ext_type);
}
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
PeasExtension *
peas_plugin_loader_create_extension (PeasPluginLoader *loader,
PeasPluginInfo *info,
@@ -131,6 +132,7 @@ peas_plugin_loader_create_extension (PeasPluginLoader *loader,
return klass->create_extension (loader, info, ext_type,
n_parameters, parameters);
}
+G_GNUC_END_IGNORE_DEPRECATIONS
void
peas_plugin_loader_garbage_collect (PeasPluginLoader *loader)