java-gobject-introspection r141 - trunk/src/org/gnome/gir/gobject



Author: walters
Date: Mon Dec  1 02:02:23 2008
New Revision: 141
URL: http://svn.gnome.org/viewvc/java-gobject-introspection?rev=141&view=rev

Log:
Bind Map properties constructor in GInitiallyUnowned

Modified:
   trunk/src/org/gnome/gir/gobject/GInitiallyUnowned.java

Modified: trunk/src/org/gnome/gir/gobject/GInitiallyUnowned.java
==============================================================================
--- trunk/src/org/gnome/gir/gobject/GInitiallyUnowned.java	(original)
+++ trunk/src/org/gnome/gir/gobject/GInitiallyUnowned.java	Mon Dec  1 02:02:23 2008
@@ -1,5 +1,7 @@
 package org.gnome.gir.gobject;
 
+import java.util.Map;
+
 
 public abstract class GInitiallyUnowned extends GObject {
 	/*
@@ -13,4 +15,8 @@
 	protected GInitiallyUnowned(GType gtype, Object[] args) {
 		super(gtype, args);
 	}
+	
+	protected GInitiallyUnowned(GType gtype, Map<String,Object> args) {
+		super(gtype, args);
+	}	
 }



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