From 25cce1b62a0100c374788ba0135320e47835a96d Mon Sep 17 00:00:00 2001 From: Thijs Vermeir Date: Mon, 13 Oct 2008 22:32:16 +0000 Subject: [PATCH] regenerated (for has_construct_function attribute) * vapi/vte.vapi: regenerated (for has_construct_function attribute) svn path=/trunk/; revision=1837 --- ChangeLog | 4 ++++ vapi/vte.vapi | 14 +++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index f08fe44..9b456de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008-10-14 Thijs Vermeir + * vapi/vte.vapi: regenerated (for has_construct_function attribute) + +2008-10-14 Thijs Vermeir + * vapi/packages/gtk+-2.0/gtk+-2.0.metadata: fix ctype of ToggleActionEntry diff --git a/vapi/vte.vapi b/vapi/vte.vapi index 3868c24..ab72de5 100644 --- a/vapi/vte.vapi +++ b/vapi/vte.vapi @@ -25,7 +25,7 @@ namespace Vte { public uint underline; public uint strikethrough; } - [CCode (param_spec_function = "g_param_spec_object", cheader_filename = "vte/reaper.h")] + [CCode (cheader_filename = "vte/reaper.h")] public class Reaper : GLib.Object { public weak GLib.IOChannel channel; [NoArrayLength] @@ -34,7 +34,7 @@ namespace Vte { public static weak Vte.Reaper get (); public virtual signal void child_exited (int p0, int p1); } - [CCode (param_spec_function = "g_param_spec_object", cheader_filename = "vte/vte.h")] + [CCode (cheader_filename = "vte/vte.h")] public class Terminal : Gtk.Widget, Atk.Implementor, Gtk.Buildable { public weak Gtk.Adjustment adjustment; public long char_width; @@ -85,7 +85,7 @@ namespace Vte { public void match_remove (int tag); public void match_set_cursor (int tag, Gdk.Cursor cursor); public void match_set_cursor_type (int tag, Gdk.CursorType cursor_type); - [CCode (type = "GtkWidget*")] + [CCode (type = "GtkWidget*", has_construct_function = false)] public Terminal (); public void paste_primary (); public void reset (bool full, bool clear_history); @@ -165,14 +165,14 @@ namespace Vte { public virtual signal void text_scrolled (int delta); public virtual signal void window_title_changed (); } - [CCode (param_spec_function = "g_param_spec_object", cheader_filename = "vte/vteaccess.h")] + [CCode (cheader_filename = "vte/vteaccess.h")] public class TerminalAccessible : Gtk.Accessible, Atk.Component, Atk.Action, Atk.Text { - [CCode (type = "AtkObject*")] + [CCode (type = "AtkObject*", has_construct_function = false)] public TerminalAccessible (Vte.Terminal terminal); } - [CCode (param_spec_function = "g_param_spec_object", cheader_filename = "vte/vte.h")] + [CCode (cheader_filename = "vte/vte.h")] public class TerminalAccessibleFactory : Atk.ObjectFactory { - [CCode (type = "AtkObjectFactory*")] + [CCode (type = "AtkObjectFactory*", has_construct_function = false)] public TerminalAccessibleFactory (); } } -- 2.7.4