[gobject-introspection] Disable missing class structure warning, add a bug reference



commit 86262fbb749bf4c04aef2306cd20282555d8b935
Author: Johan Dahlin <johan gnome org>
Date:   Thu Jan 20 13:52:48 2011 -0200

    Disable missing class structure warning, add a bug reference

 giscanner/maintransformer.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/giscanner/maintransformer.py b/giscanner/maintransformer.py
index 345f0f0..8ada929 100644
--- a/giscanner/maintransformer.py
+++ b/giscanner/maintransformer.py
@@ -1023,8 +1023,9 @@ method or constructor of some type."""
     def _pair_class_virtuals(self, node):
         """Look for virtual methods from the class structure."""
         if not node.glib_type_struct:
-            message.warn_node(node,
-                "Failed to find class structure for %r" % (node.name, ))
+            # https://bugzilla.gnome.org/show_bug.cgi?id=629080
+            #message.warn_node(node,
+            #    "Failed to find class structure for %r" % (node.name, ))
             return
 
         node_type = node.create_type()



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