Mark gtk_dialog_new_with_buttons as NULL-terminated

https://bugzilla.gnome.org/show_bug.cgi?id=663073
This commit is contained in:
Benjamin Moody
2011-11-05 01:26:48 -04:00
committed by Matthias Clasen
parent fcd5e44e15
commit 0dde424db3

View File

@@ -138,7 +138,7 @@ GtkWidget* gtk_dialog_new_with_buttons (const gchar *title,
GtkWindow *parent,
GtkDialogFlags flags,
const gchar *first_button_text,
...);
...) G_GNUC_NULL_TERMINATED;
void gtk_dialog_add_action_widget (GtkDialog *dialog,
GtkWidget *child,