app/core/gimp-gui.h app/core/gimp-utils.h app/core/gimpimage-undo.h
2005-09-27 Sven Neumann <sven@gimp.org> * app/core/gimp-gui.h * app/core/gimp-utils.h * app/core/gimpimage-undo.h * app/text/gimptextlayer.h * app/widgets/gimpeditor.h * app/widgets/gimpmenufactory.h * app/widgets/gimpmessagedialog.h * app/widgets/gimpsessioninfo.h * app/widgets/gimptooldialog.h * app/widgets/gimpviewabledialog.h: use G_GNUC_NULL_TERMINATED where appropriate.
This commit is contained in:

committed by
Sven Neumann

parent
aa94434f52
commit
489aebab5e
@ -83,10 +83,10 @@ GimpSessionInfoAux *
|
||||
void gimp_session_info_aux_free (GimpSessionInfoAux *aux);
|
||||
|
||||
GList * gimp_session_info_aux_new_from_props (GObject *object,
|
||||
...);
|
||||
...) G_GNUC_NULL_TERMINATED;
|
||||
void gimp_session_info_aux_set_props (GObject *object,
|
||||
GList *aux,
|
||||
...);
|
||||
...) G_GNUC_NULL_TERMINATED;
|
||||
|
||||
void gimp_session_info_save (GimpSessionInfo *info,
|
||||
const gchar *factory_name,
|
||||
|
Reference in New Issue
Block a user