Fix gtk_link_button_set_uri_hook binding, patch by Michael Terry, fixes
authorJürg Billeter <j@bitron.ch>
Fri, 17 Oct 2008 11:15:44 +0000 (11:15 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Fri, 17 Oct 2008 11:15:44 +0000 (11:15 +0000)
2008-10-17  Jürg Billeter  <j@bitron.ch>

* vapi/packages/gtk+-2.0/:

Fix gtk_link_button_set_uri_hook binding, patch by Michael Terry,
fixes bug 556638

* vapi/gtk+-2.0.vapi: regenerated

svn path=/trunk/; revision=1846

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

index c3a97e7..defec09 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2008-10-17  Jürg Billeter  <j@bitron.ch>
 
+       * vapi/packages/gtk+-2.0/:
+
+       Fix gtk_link_button_set_uri_hook binding, patch by Michael Terry,
+       fixes bug 556638
+
+       * vapi/gtk+-2.0.vapi: regenerated
+
+2008-10-17  Jürg Billeter  <j@bitron.ch>
+
        * vapi/glib-2.0.vapi:
 
        Add missing sys/wait.h includes, patch by Michael Terry,
index fa037d6..0d0830c 100644 (file)
@@ -3587,7 +3587,7 @@ namespace Gtk {
                [CCode (type = "GtkWidget*", has_construct_function = false)]
                public LinkButton.with_label (string uri, string label);
                public void set_uri (string uri);
-               public static weak Gtk.LinkButtonUriFunc set_uri_hook (Gtk.LinkButtonUriFunc func, void* data, GLib.DestroyNotify destroy);
+               public static void set_uri_hook (Gtk.LinkButtonUriFunc# func);
                public string uri { get; set; }
        }
        [CCode (cheader_filename = "gtk/gtk.h")]
index a504a71..13da705 100644 (file)
@@ -164,6 +164,10 @@ gtk_icon_size_lookup.width is_out="1"
 gtk_icon_size_lookup.height is_out="1"
 gtk_icon_size_lookup_for_settings.width is_out="1"
 gtk_icon_size_lookup_for_settings.height is_out="1"
+gtk_link_button_set_uri_hook.func transfer_ownership="1"
+gtk_link_button_set_uri_hook.data hidden="1"
+gtk_link_button_set_uri_hook.destroy hidden="1"
+gtk_link_button_set_uri_hook type_name="void"
 gtk_menu_popup.data hidden="1"
 gtk_menu_popup.func nullable="1"
 gtk_menu_popup.parent_menu_shell nullable="1"