[glibmm/glibmm-2-56] Glib::Module: Remove obsolete _IGNORE() directives



commit c77a594c20a5968bfaedcbccf4834c4612526d98
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Tue Mar 20 20:16:40 2018 +0100

    Glib::Module: Remove obsolete _IGNORE() directives

 glib/src/module.hg |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/glib/src/module.hg b/glib/src/module.hg
index d1af3bb..ecfb202 100644
--- a/glib/src/module.hg
+++ b/glib/src/module.hg
@@ -40,7 +40,7 @@ _WRAP_ENUM(ModuleFlags, GModuleFlags, NO_GTYPE)
 class Module
 {
   _CLASS_GENERIC(Module, GModule)
-  _IGNORE(g_module_open, g_module_open_utf8, g_module_close)
+  _IGNORE(g_module_open, g_module_close)
 
 public:
 
@@ -111,7 +111,6 @@ public:
    * @returns The name of the module
    */
   _WRAP_METHOD(std::string get_name() const, g_module_name)
-  _IGNORE(g_module_name_utf8)
 
   /** A portable way to build the filename of a module. The
    * platform-specific prefix and suffix are added to the filename, if


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