vala r1363 - in trunk: . vapi vapi/packages/gtk+-2.0
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r1363 - in trunk: . vapi vapi/packages/gtk+-2.0
- Date: Sun, 11 May 2008 11:55:05 +0100 (BST)
Author: juergbi
Date: Sun May 11 10:55:05 2008
New Revision: 1363
URL: http://svn.gnome.org/viewvc/vala?rev=1363&view=rev
Log:
2008-05-11 Juerg Billeter <j bitron ch>
* vapi/packages/gtk+-2.0/: fix gtk_message_dialog_new* bindings,
fixes bug 531628
* vapi/gtk+-2.0.vapi: regenerated
Modified:
trunk/ChangeLog
trunk/vapi/gtk+-2.0.vapi
trunk/vapi/packages/gtk+-2.0/gtk+-2.0.metadata
Modified: trunk/vapi/gtk+-2.0.vapi
==============================================================================
--- trunk/vapi/gtk+-2.0.vapi (original)
+++ trunk/vapi/gtk+-2.0.vapi Sun May 11 10:55:05 2008
@@ -3564,8 +3564,8 @@
public weak Gtk.Widget label;
public void format_secondary_markup (string message_format);
public void format_secondary_text (string message_format);
- public MessageDialog (Gtk.Window? parent, Gtk.DialogFlags flags, Gtk.MessageType type, Gtk.ButtonsType buttons, string message_format);
- public MessageDialog.with_markup (Gtk.Window? parent, Gtk.DialogFlags flags, Gtk.MessageType type, Gtk.ButtonsType buttons, string message_format);
+ public MessageDialog (Gtk.Window? parent, Gtk.DialogFlags flags, Gtk.MessageType type, Gtk.ButtonsType buttons, string message_format, ...);
+ public MessageDialog.with_markup (Gtk.Window? parent, Gtk.DialogFlags flags, Gtk.MessageType type, Gtk.ButtonsType buttons, string message_format, ...);
public void set_image (Gtk.Widget image);
public void set_markup (string str);
[NoAccessorMethod]
Modified: trunk/vapi/packages/gtk+-2.0/gtk+-2.0.metadata
==============================================================================
--- trunk/vapi/packages/gtk+-2.0/gtk+-2.0.metadata (original)
+++ trunk/vapi/packages/gtk+-2.0/gtk+-2.0.metadata Sun May 11 10:55:05 2008
@@ -160,7 +160,9 @@
GtkMenuItem::toggle_size_request has_emitter="1"
GtkMenuShell::cancel has_emitter="1"
GtkMenuShell::deactivate has_emitter="1"
+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"
GtkNotebook.focus_tab hidden="1"
gtk_notebook_append_page.tab_label nullable="1"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]