]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-2.0, gtk+-3.0: Revert Gtk.Widget "constructor" changes
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 31 Aug 2014 09:18:27 +0000 (11:18 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 31 Aug 2014 09:18:27 +0000 (11:18 +0200)
vapi/gtk+-2.0.vapi
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-2.0/gtk+-2.0-custom.vala
vapi/packages/gtk+-3.0/gtk+-3.0-custom.vala

index 18f10980facf01e4f0a5c2d6feb7b9c97b6bf14f..c74c5edc5277fa156280ded9e515b06da3523091 100644 (file)
@@ -5538,7 +5538,7 @@ namespace Gtk {
                public uchar state;
                public Gdk.Window window;
                [CCode (construct_function = "gtk_widget_new", has_new_function = false)]
-               public Widget (GLib.Type type, ...);
+               public Widget (...);
                public bool activate ();
                public void add_accelerator (string accel_signal, Gtk.AccelGroup accel_group, uint accel_key, Gdk.ModifierType accel_mods, Gtk.AccelFlags accel_flags);
                public void add_events (int events);
index a3042e94bfcaf917efea9e330a42dedbc8de26eb..b216f77a1e49b6078ab3a4d51cb3fbf704708d05 100644 (file)
@@ -6260,7 +6260,7 @@ namespace Gtk {
        public class Widget : GLib.InitiallyUnowned, Atk.Implementor, Gtk.Buildable {
                public class uint activate_signal;
                [CCode (construct_function = "gtk_widget_new", has_new_function = false)]
-               public Widget (GLib.Type type, ...);
+               public Widget (...);
                public bool activate ();
                public void add_accelerator (string accel_signal, Gtk.AccelGroup accel_group, uint accel_key, Gdk.ModifierType accel_mods, Gtk.AccelFlags accel_flags);
                public void add_device_events (Gdk.Device device, Gdk.EventMask events);
index a54913f8dd52cee0863b85447b7467116c6c95bd..95caaac8698d9231f36d11925c1a84fcf4730126 100644 (file)
@@ -204,7 +204,7 @@ namespace Gtk {
 
        public class Widget {
                [CCode (has_new_function = false, construct_function = "gtk_widget_new")]
-               public extern Widget (GLib.Type type, ...);
+               public extern Widget (...);
 
                [CCode (cname = "GTK_WIDGET_FLAGS")]
                public extern WidgetFlags get_flags ();
index 8f2b60f2c2994791e3e1309eb7585cac6725ec8a..935f4a5c60ea168e4ecf99ff5312de9f70789d37 100644 (file)
@@ -69,7 +69,7 @@ namespace Gtk {
        [CCode (type_id = "gtk_widget_get_type ()")]
        public class Widget {
                [CCode (has_new_function = false, construct_function = "gtk_widget_new")]
-               public extern Widget (GLib.Type type, ...);
+               public extern Widget (...);
                public class uint activate_signal;
                [CCode (vfunc_name = "get_preferred_height")]
                [NoWrapper]