summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--loaders/lua5.1/peas-plugin-loader-lua.c2
1 files changed, 2 insertions, 0 deletions
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,