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/gtktreeview.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/gtktreeview.h')
-rw-r--r-- | gtk/gtktreeview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreeview.h b/gtk/gtktreeview.h index 69376b8663..8e8850e7f3 100644 --- a/gtk/gtktreeview.h +++ b/gtk/gtktreeview.h @@ -167,7 +167,7 @@ gint gtk_tree_view_insert_column_with_attributes (GtkTreeView gint position, const gchar *title, GtkCellRenderer *cell, - ...); + ...) G_GNUC_NULL_TERMINATED; gint gtk_tree_view_insert_column_with_data_func (GtkTreeView *tree_view, gint position, const gchar *title, |