]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
fix ctype of ToggleActionEntry regenerated
authorThijs Vermeir <tvermeir@src.gnome.org>
Mon, 13 Oct 2008 22:17:15 +0000 (22:17 +0000)
committerThijs Vermeir <tvermeir@src.gnome.org>
Mon, 13 Oct 2008 22:17:15 +0000 (22:17 +0000)
* vapi/packages/gtk+-2.0/gtk+-2.0.metadata:
fix ctype of ToggleActionEntry
* vapi/gtk+-2.0.vapi: regenerated

svn path=/trunk/; revision=1836

ChangeLog
vapi/gtk+-2.0.vapi
vapi/packages/gtk+-2.0/gtk+-2.0.metadata

index 82d3c23d1b9d41594071dc39d0231b7ddef2e45b..f08fe4427e7032db452bc7513a26fb6bb51a8367 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-10-14  Thijs Vermeir  <thijsvermeir@gmail.com>
+
+       * vapi/packages/gtk+-2.0/gtk+-2.0.metadata:
+
+       fix ctype of ToggleActionEntry
+
+       * vapi/gtk+-2.0.vapi: regenerated
+
 2008-10-13  Jürg Billeter  <j@bitron.ch>
 
        * gobject/valagirwriter.vala:
index 7c03547284b400bc2cff3b8e92745bdbdc7c00cf..0f5a1e08a4a79bcd5e84cacb33a6731a33567825 100644 (file)
@@ -1,4 +1,4 @@
-/* gtk+-2.0.vapi generated by lt-vapigen, do not modify. */
+/* gtk+-2.0.vapi generated by vapigen, do not modify. */
 
 [CCode (cprefix = "Gtk", lower_case_cprefix = "gtk_")]
 namespace Gtk {
@@ -6474,6 +6474,7 @@ namespace Gtk {
                public weak string label;
                public weak string accelerator;
                public weak string tooltip;
+               [CCode (type = "GCallback")]
                public weak Gtk.ActionCallback callback;
                public bool is_active;
        }
index abfd8c740e6501bf6a1d75c45a9bc9839ea805f1..ebe41fa02598391efb4d1a30db21b8e31a174d5e 100644 (file)
@@ -351,7 +351,7 @@ gtk_toggle_action_new.tooltip nullable="1"
 gtk_toggle_action_new.stock_id nullable="1"
 GtkToggleAction::toggled has_emitter="1"
 GtkToggleActionEntry is_value_type="1"
-GtkToggleActionEntry.callback type_name="ActionCallback"
+GtkToggleActionEntry.callback type_name="ActionCallback" ctype="GCallback"
 GtkToggleButton::toggled has_emitter="1"
 GtkToolbar.GtkTooltips hidden="1"
 GtkToolbar.gpointer hidden="1"