[libpeas] build: fix typo



commit 2be335ce18c183529be19728e3d71f5cf2aa7739
Author: Christian Hergert <chergert redhat com>
Date:   Mon Aug 5 16:13:14 2019 -0700

    build: fix typo

 loaders/lua5.1/peas-plugin-loader-lua.c | 4 ++--
 1 file 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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]