GNOME Bugzilla – Bug 165682
attributes for NULL terminated va_lists
Last modified: 2011-02-04 16:18:41 UTC
This patch helps to find non-NULL terminated va_lists which need to be NULL terminated. it depends on an earlier patch to glib2.
Created attachment 36712 [details] [review] gtk+-sentinel.patch
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)