From 45afd3b154f417c034a1da902101966787625080 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Mon, 20 Mar 2023 21:39:47 -0700 Subject: loaders/lua: ignore deprecations for GParameter --- loaders/lua5.1/peas-plugin-loader-lua.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/loaders/lua5.1/peas-plugin-loader-lua.c b/loaders/lua5.1/peas-plugin-loader-lua.c index f794eef..f69efd4 100644 --- a/loaders/lua5.1/peas-plugin-loader-lua.c +++ b/loaders/lua5.1/peas-plugin-loader-lua.c @@ -155,6 +155,7 @@ peas_plugin_loader_lua_provides_extension (PeasPluginLoader *loader, return the_type != G_TYPE_INVALID; } +G_GNUC_BEGIN_IGNORE_DEPRECATIONS static GObject * peas_plugin_loader_lua_create_extension (PeasPluginLoader *loader, PeasPluginInfo *info, @@ -195,6 +196,7 @@ out: thread_leave (lua_loader, info, &L); return object; } +G_GNUC_END_IGNORE_DEPRECATIONS static gboolean peas_plugin_loader_lua_load (PeasPluginLoader *loader, -- cgit v1.2.1