]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Fix gtk_widget_create_pango_* bindings
authorJürg Billeter <j@bitron.ch>
Sat, 17 Jan 2009 13:23:04 +0000 (13:23 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Sat, 17 Jan 2009 13:23:04 +0000 (13:23 +0000)
2009-01-17  Jürg Billeter  <j@bitron.ch>

* vapi/packages/gtk+-2.0/:

Fix gtk_widget_create_pango_* bindings

* vapi/gtk+-2.0.vapi: regenerated

svn path=/trunk/; revision=2373

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

index 5dbf8fd52a49b1bf20acf05466652cf3689d86f4..7107ece7aee8608bc84c325626a4e59660a32c16 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-01-17  Jürg Billeter  <j@bitron.ch>
+
+       * vapi/packages/gtk+-2.0/:
+
+       Fix gtk_widget_create_pango_* bindings
+
+       * vapi/gtk+-2.0.vapi: regenerated
+
 2009-01-17  Jürg Billeter  <j@bitron.ch>
 
        * vala/valaobjectcreationexpression.vala:
index 28a2d11f0d3a8a2818f9c9c5dd4da9b9de58df6f..785e53d082e97cee64cf8e94d5296d7944d62514 100644 (file)
@@ -4788,8 +4788,8 @@ namespace Gtk {
                public void add_mnemonic_label (Gtk.Widget label);
                public bool child_focus (Gtk.DirectionType direction);
                public void class_path (out uint path_length, out unowned string path, out unowned string path_reversed);
-               public unowned Pango.Context create_pango_context ();
-               public unowned Pango.Layout create_pango_layout (string? text);
+               public Pango.Context create_pango_context ();
+               public Pango.Layout create_pango_layout (string? text);
                public void destroyed (out unowned Gtk.Widget widget_pointer);
                [NoWrapper]
                public virtual void dispatch_child_properties_changed (uint n_pspecs, out unowned GLib.ParamSpec pspecs);
index 24f23e7207d9ac145749731f2bb3d648b1c4bf63..842c87ed8300bf8686daf6b68106e84e11c135d5 100644 (file)
@@ -513,6 +513,8 @@ GtkWidget::can_activate_accel has_emitter="1"
 gtk_widget_class_path.path_length is_out="1"
 gtk_widget_class_path.path is_out="1"
 gtk_widget_class_path.path_reversed is_out="1"
+gtk_widget_create_pango_context transfer_ownership="1"
+gtk_widget_create_pango_layout transfer_ownership="1"
 gtk_widget_create_pango_layout.text nullable="1"
 gtk_widget_destroy hidden="1"
 GtkWidget::event has_emitter="1"