don't use gtk-doc style comments here.

2003-10-14  Sven Neumann  <sven@gimp.org>

	* app/composite/gimp-composite.h: don't use gtk-doc style comments
	here.
This commit is contained in:
Sven Neumann
2003-10-14 17:34:05 +00:00
committed by Sven Neumann
parent bf2abc080c
commit 0eb7e92a15
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2003-10-14 Sven Neumann <sven@gimp.org>
* app/composite/gimp-composite.h: don't use gtk-doc style comments
here.
2003-10-14 Michael Natterer <mitch@gimp.org>
* app/widgets/gimptemplateeditor.c (gimp_template_editor_new):

View File

@ -118,7 +118,7 @@ struct GimpCompositeOperationEffects
extern struct GimpCompositeOperationEffects gimp_composite_operation_effects[];
/**
/*
* This is structure for communicating all that is necessary to a
* compositing operation.
*/
@ -145,9 +145,11 @@ typedef struct
} GimpCompositeContext;
struct GimpCompositeOptions {
unsigned long bits;
struct GimpCompositeOptions
{
gulong bits;
};
#define GIMP_COMPOSITE_OPTION_USE 0x1
#define GIMP_COMPOSITE_OPTION_INITIALISED 0x2
#define GIMP_COMPOSITE_OPTION_VERBOSE 0x4