]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: Add GtkWidgetClass.activate_signal binding
authorJürg Billeter <j@bitron.ch>
Tue, 17 May 2011 10:09:15 +0000 (12:09 +0200)
committerJürg Billeter <j@bitron.ch>
Sun, 29 May 2011 11:01:02 +0000 (13:01 +0200)
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-3.0/gtk+-3.0-custom.vala

index 6573963254355dca4084d07e230c29c9623c21f4..4da8b92838f67cc8989474d1f565b94119d0d416 100644 (file)
@@ -5210,6 +5210,7 @@ namespace Gtk {
        }
        [CCode (cheader_filename = "gtk/gtk.h")]
        public class Widget : GLib.InitiallyUnowned, Atk.Implementor, Gtk.Buildable {
+               public class uint activate_signal;
                [CCode (has_new_function = false, construct_function = "gtk_widget_new")]
                public Widget (...);
                public bool activate ();
index a19a7e7d35638021b63cae1b20d77c12643f419d..8ebe53b0f8e81468a651a30a2ca5b4843941d5c5 100644 (file)
@@ -53,6 +53,7 @@ namespace Gtk {
        public class Widget {
                [CCode (has_new_function = false, construct_function = "gtk_widget_new")]
                public extern Widget (...);
+               public class uint activate_signal;
        }
 
        public interface Editable {