From 3b9b4958d02aff059d8c662e99dd400094f11aae Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrg=20Billeter?= Date: Tue, 17 May 2011 12:09:15 +0200 Subject: [PATCH] gtk+-3.0: Add GtkWidgetClass.activate_signal binding --- vapi/gtk+-3.0.vapi | 1 + vapi/packages/gtk+-3.0/gtk+-3.0-custom.vala | 1 + 2 files changed, 2 insertions(+) diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi index 657396325..4da8b9283 100644 --- a/vapi/gtk+-3.0.vapi +++ b/vapi/gtk+-3.0.vapi @@ -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 (); diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0-custom.vala b/vapi/packages/gtk+-3.0/gtk+-3.0-custom.vala index a19a7e7d3..8ebe53b0f 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0-custom.vala +++ b/vapi/packages/gtk+-3.0/gtk+-3.0-custom.vala @@ -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 { -- 2.47.2