summaryrefslogtreecommitdiff
path: root/gtk/gtkcelllayout.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-03-08 05:52:55 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-03-08 05:52:55 +0000
commitc8830f2504dc0066eef4ba9098d418c317a40427 (patch)
tree3a6ad07061409f968a2c50e872340161c9ce72b5 /gtk/gtkcelllayout.h
parent3c8b5b490c618ca1316a6bc72df33a3d032a0f40 (diff)
downloadgtk+-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/gtkcelllayout.h')
-rw-r--r--gtk/gtkcelllayout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcelllayout.h b/gtk/gtkcelllayout.h
index 818bf02f36..3b4d375a59 100644
--- a/gtk/gtkcelllayout.h
+++ b/gtk/gtkcelllayout.h
@@ -80,7 +80,7 @@ void gtk_cell_layout_pack_end (GtkCellLayout *cell_layout,
void gtk_cell_layout_clear (GtkCellLayout *cell_layout);
void gtk_cell_layout_set_attributes (GtkCellLayout *cell_layout,
GtkCellRenderer *cell,
- ...);
+ ...) G_GNUC_NULL_TERMINATED;
void gtk_cell_layout_add_attribute (GtkCellLayout *cell_layout,
GtkCellRenderer *cell,
const gchar *attribute,