[java-gobject-introspection] Add Glib.ByteArray to unmapped list.
- From: Colin Walters <walters src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [java-gobject-introspection] Add Glib.ByteArray to unmapped list.
- Date: Tue, 9 Feb 2010 18:52:44 +0000 (UTC)
commit ad4eafc469cf71c87a3f10947f85f774c14253aa
Author: Alexander Kurtakov <akurtako redhat com>
Date: Tue Feb 9 10:16:44 2010 +0200
Add Glib.ByteArray to unmapped list.
src/gobject/runtime/GType.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gobject/runtime/GType.java b/src/gobject/runtime/GType.java
index 1e557d6..dfa1646 100644
--- a/src/gobject/runtime/GType.java
+++ b/src/gobject/runtime/GType.java
@@ -102,7 +102,7 @@ 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", "PollFD" };
+ "MappedFile", "GList", "GSList", "PollFD", "ByteArray" };
for (String unmapped : glibPointerUnmapped)
put("GLib." + unmapped, internalsNamespace + "UnmappedPointer");
String[] glibIntegerUnmapped = new String[] { "SpawnFlags", "SeekType", "IOCondition", "RegexMatchFlags", "ThreadPriority" };
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]