summaryrefslogtreecommitdiff
path: root/vapi/gtk4.vapi
diff options
context:
space:
mode:
Diffstat (limited to 'vapi/gtk4.vapi')
-rw-r--r--vapi/gtk4.vapi3
1 files changed, 2 insertions, 1 deletions
diff --git a/vapi/gtk4.vapi b/vapi/gtk4.vapi
index a0c0817b9..9186bfe2f 100644
--- a/vapi/gtk4.vapi
+++ b/vapi/gtk4.vapi
@@ -6514,7 +6514,8 @@ namespace Gtk {
[Version (since = "4.10")]
public sealed class AlertDialog : GLib.Object {
[CCode (has_construct_function = false)]
- protected AlertDialog ();
+ [PrintfFormat]
+ public AlertDialog (string format, ...);
public async int choose (Gtk.Window? parent, GLib.Cancellable? cancellable) throws GLib.Error;
[CCode (array_length = false, array_null_terminated = true)]
public unowned string[]? get_buttons ();