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
@ -39,7 +39,7 @@ GimpUndo * gimp_image_undo_push (GimpImage *gimage,
|
||||
GimpDirtyMask dirty_mask,
|
||||
GimpUndoPopFunc pop_func,
|
||||
GimpUndoFreeFunc free_func,
|
||||
...);
|
||||
...) G_GNUC_NULL_TERMINATED;
|
||||
|
||||
GimpUndo * gimp_image_undo_can_compress (GimpImage *gimage,
|
||||
GType object_type,
|
||||
|
||||
Reference in New Issue
Block a user