diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-03-08 05:52:55 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-03-08 05:52:55 +0000 |
commit | c8830f2504dc0066eef4ba9098d418c317a40427 (patch) | |
tree | 3a6ad07061409f968a2c50e872340161c9ce72b5 /gtk/gtkaboutdialog.h | |
parent | 3c8b5b490c618ca1316a6bc72df33a3d032a0f40 (diff) | |
download | gtk+-c8830f2504dc0066eef4ba9098d418c317a40427.tar.gz |
Use G_GNUC_NULL_TERMINATED where appropriate. (#165682, Marc Meissner)
2005-03-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.h:
* gtk/gtktreeview.h:
* gtk/gtktreeviewcolumn.h:
* gtk/gtktextbuffer.h:
* gtk/gtkobject.h:
* gtk/gtkfilechooserdialog.h:
* gtk/gtkdialog.h:
* gtk/gtkcontainer.h:
* gtk/gtkcelllayout.h:
* gtk/gtkaboutdialog.h: Use G_GNUC_NULL_TERMINATED where
appropriate. (#165682, Marc Meissner)
Diffstat (limited to 'gtk/gtkaboutdialog.h')
-rw-r--r-- | gtk/gtkaboutdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkaboutdialog.h b/gtk/gtkaboutdialog.h index 67e04e37a7..003667541b 100644 --- a/gtk/gtkaboutdialog.h +++ b/gtk/gtkaboutdialog.h @@ -62,7 +62,7 @@ GType gtk_about_dialog_get_type (void) G_GNUC_CON GtkWidget *gtk_about_dialog_new (void); void gtk_show_about_dialog (GtkWindow *parent, const gchar *first_property_name, - ...); + ...) G_GNUC_NULL_TERMINATED; G_CONST_RETURN gchar *gtk_about_dialog_get_name (GtkAboutDialog *about); void gtk_about_dialog_set_name (GtkAboutDialog *about, |