+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/:
[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)]
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"