[java-gobject-introspection] [GType] Add some new GLib types as unmapped



commit 126739800133626c77b772e9cf2f1a0133e0fd5a
Author: Colin Walters <walters verbum org>
Date:   Mon Feb 8 13:57:32 2010 -0500

    [GType] Add some new GLib types as unmapped

 src/gobject/runtime/GType.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gobject/runtime/GType.java b/src/gobject/runtime/GType.java
index f203c6e..1e557d6 100644
--- a/src/gobject/runtime/GType.java
+++ b/src/gobject/runtime/GType.java
@@ -102,10 +102,10 @@ public class GType extends NativeLong {
 			String[] glibPointerUnmapped = new String[] { "Mutex", "Cond", "FreeFunc", "DestroyNotify", "MarkupParser",
 					"SpawnChildSetupFunc", "Node", "CompareFunc", "KeyFile", "PtrArray", "Func", "ThreadPool",
 					"Source", "CompareDataFunc", "Array", "Data", "DataSet", "Date", "IOChannel", "Regex",
-					"MappedFile", "GList", "GSList" };
+					"MappedFile", "GList", "GSList", "PollFD" };
 			for (String unmapped : glibPointerUnmapped)
 				put("GLib." + unmapped, internalsNamespace + "UnmappedPointer");
-			String[] glibIntegerUnmapped = new String[] { "SpawnFlags", "SeekType", "IOCondition", "RegexMatchFlags" };
+			String[] glibIntegerUnmapped = new String[] { "SpawnFlags", "SeekType", "IOCondition", "RegexMatchFlags", "ThreadPriority" };
 			for (String unmapped : glibIntegerUnmapped)
 				put("GLib." + unmapped, "java/lang/Integer");
 



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