[glibmm] Glib::Module: Remove obsolete _IGNORE macros



commit 7560e37dda931cae3952e6e5f0bce6e69f98de19
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Mon Dec 11 09:54:58 2017 +0100

    Glib::Module: Remove obsolete _IGNORE macros

 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 fe028a5..89ddedf 100644
--- a/glib/src/module.hg
+++ b/glib/src/module.hg
@@ -38,7 +38,7 @@ namespace Glib
 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]