]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Fix gtk_message_dialog_format_secondary_text binding, patch by Michael
authorJürg Billeter <j@bitron.ch>
Fri, 17 Oct 2008 11:05:30 +0000 (11:05 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Fri, 17 Oct 2008 11:05:30 +0000 (11:05 +0000)
2008-10-17  Jürg Billeter  <j@bitron.ch>

* vapi/packages/gtk+-2.0/:

Fix gtk_message_dialog_format_secondary_text binding,
patch by Michael Terry, fixes bug 556625

* vapi/gtk+-2.0.vapi: regenerated

svn path=/trunk/; revision=1843

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

index 3443aa974d144b208a8fdbbeba392da518a0a616..cc00422b507d9731e0d6b912a6d69ff0cecef52e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-10-17  Jürg Billeter  <j@bitron.ch>
+
+       * vapi/packages/gtk+-2.0/:
+
+       Fix gtk_message_dialog_format_secondary_text binding,
+       patch by Michael Terry, fixes bug 556625
+
+       * vapi/gtk+-2.0.vapi: regenerated
+
 2008-10-17  Jürg Billeter  <j@bitron.ch>
 
        * vapi/packages/gtk+-2.0/:
index 9ae1e41a1d8e2ac00fc2b94f4fb62de54de95d8c..fa037d64e6551826c714ad517e15c65d964f41cf 100644 (file)
@@ -3783,8 +3783,8 @@ namespace Gtk {
        [CCode (cheader_filename = "gtk/gtk.h")]
        public class MessageDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
                public weak Gtk.Widget label;
-               public void format_secondary_markup (string message_format);
-               public void format_secondary_text (string message_format);
+               public void format_secondary_markup (string message_format, ...);
+               public void format_secondary_text (string message_format, ...);
                [CCode (type = "GtkWidget*", has_construct_function = false)]
                public MessageDialog (Gtk.Window? parent, Gtk.DialogFlags flags, Gtk.MessageType type, Gtk.ButtonsType buttons, string message_format, ...);
                [CCode (type = "GtkWidget*", has_construct_function = false)]
index 4b9371565e67c63b888b0a47b0406ffe244fd693..a504a71983a1c832b5a35342fed49bce6d2b18fc 100644 (file)
@@ -181,6 +181,8 @@ gtk_message_dialog_new ellipsis="1"
 gtk_message_dialog_new.parent nullable="1"
 gtk_message_dialog_new_with_markup ellipsis="1"
 gtk_message_dialog_new_with_markup.parent nullable="1"
+gtk_message_dialog_format_secondary_markup ellipsis="1"
+gtk_message_dialog_format_secondary_text ellipsis="1"
 gtk_mount_operation_is_showing hidden="1"
 GtkNotebook.focus_tab hidden="1"
 gtk_notebook_append_page.tab_label nullable="1"