summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2019-08-05 16:13:14 -0700
committerChristian Hergert <chergert@redhat.com>2019-08-05 16:13:21 -0700
commit2be335ce18c183529be19728e3d71f5cf2aa7739 (patch)
tree811268e9379c9822d72e250373223cc09059786a
parent2f8be9e878f583d57ee831b36aeb33bd17951323 (diff)
downloadlibpeas-2be335ce18c183529be19728e3d71f5cf2aa7739.tar.gz
build: fix typo
-rw-r--r--loaders/lua5.1/peas-plugin-loader-lua.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loaders/lua5.1/peas-plugin-loader-lua.c b/loaders/lua5.1/peas-plugin-loader-lua.c
index dd28753..a3c9068 100644
--- a/loaders/lua5.1/peas-plugin-loader-lua.c
+++ b/loaders/lua5.1/peas-plugin-loader-lua.c
@@ -155,7 +155,7 @@ peas_plugin_loader_lua_provides_extension (PeasPluginLoader *loader,
return the_type != G_TYPE_INVALID;
}
-G_GNUC_BEGIN_DISABLE_DEPRECATIONS
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
static PeasExtension *
peas_plugin_loader_lua_create_extension (PeasPluginLoader *loader,
PeasPluginInfo *info,
@@ -196,7 +196,7 @@ out:
thread_leave (lua_loader, info, &L);
return object;
}
-G_GNUC_END_DISABLE_DEPRECATIONS
+G_GNUC_END_IGNORE_DEPRECATIONS
static gboolean
peas_plugin_loader_lua_load (PeasPluginLoader *loader,