diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-07-25 13:34:24 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-07-25 13:34:24 +0000 |
commit | 258f25700d27f1bfaf49a3e36114affdf123729e (patch) | |
tree | 2f13c743d8f00ba635e234af22d36c2819ef8150 /gtk/gtkdialog.h | |
parent | 8fe10d13571f2b81c0ada8dd1625789b4f0c0bd5 (diff) | |
download | gtk+-258f25700d27f1bfaf49a3e36114affdf123729e.tar.gz |
gtk/gtkfilechooserdialog.[hc] Remove the G_GNUC_NULL_TERMINATED marker
2005-07-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkobject.[hc]:
* gtk/gtkfilechooserdialog.[hc]
* gtk/gtkdialog.[hc]: Remove the G_GNUC_NULL_TERMINATED marker
from a number of varargs functions where we allow to omit the
varargs completely. (#311465, Callum McKenzie)
Diffstat (limited to 'gtk/gtkdialog.h')
-rw-r--r-- | gtk/gtkdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkdialog.h b/gtk/gtkdialog.h index 0219cf7459..a0ea5713be 100644 --- a/gtk/gtkdialog.h +++ b/gtk/gtkdialog.h @@ -128,7 +128,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, |