[gthumb] skip the jpeg_utils enumerations when creating the GSettings enum types



commit 62634dbee5a3d83fe2839bea6027de3258e3f90f
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Nov 13 15:21:02 2011 +0100

    skip the jpeg_utils enumerations when creating the GSettings enum types

 extensions/jpeg_utils/transupp-62.h |    4 ++--
 extensions/jpeg_utils/transupp-80.h |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/extensions/jpeg_utils/transupp-62.h b/extensions/jpeg_utils/transupp-62.h
index 9216b7e..22699d0 100644
--- a/extensions/jpeg_utils/transupp-62.h
+++ b/extensions/jpeg_utils/transupp-62.h
@@ -51,7 +51,7 @@
 #include <jpeglib.h>
 
 
-typedef enum {
+typedef enum { /*< skip >*/
 	JXFORM_NONE,		/* no transformation */
 	JXFORM_FLIP_H,		/* horizontal flip */
 	JXFORM_FLIP_V,		/* vertical flip */
@@ -131,7 +131,7 @@ void jtransform_execute_transformation (j_decompress_ptr     srcinfo,
  * Support for copying optional markers from source to destination file.
  */
 
-typedef enum {
+typedef enum { /*< skip >*/
 	JCOPYOPT_NONE,		/* copy no optional markers */
 	JCOPYOPT_COMMENTS,	/* copy only comment (COM) markers */
 	JCOPYOPT_ALL		/* copy all optional markers */
diff --git a/extensions/jpeg_utils/transupp-80.h b/extensions/jpeg_utils/transupp-80.h
index d7baf00..3e21b57 100644
--- a/extensions/jpeg_utils/transupp-80.h
+++ b/extensions/jpeg_utils/transupp-80.h
@@ -96,7 +96,7 @@
  * Codes for supported types of image transformations.
  */
 
-typedef enum {
+typedef enum { /*< skip >*/
 	JXFORM_NONE,		/* no transformation */
 	JXFORM_FLIP_H,		/* horizontal flip */
 	JXFORM_FLIP_V,		/* vertical flip */
@@ -112,7 +112,7 @@ typedef enum {
  * positive, or negative.  (Negative width or height makes no sense, though.)
  */
 
-typedef enum {
+typedef enum { /*< skip >*/
 	JCROP_UNSET,
 	JCROP_POS,
 	JCROP_NEG
@@ -196,7 +196,7 @@ EXTERN(boolean) jtransform_perfect_transform
  * Support for copying optional markers from source to destination file.
  */
 
-typedef enum {
+typedef enum { /*< skip >*/
 	JCOPYOPT_NONE,		/* copy no optional markers */
 	JCOPYOPT_COMMENTS,	/* copy only comment (COM) markers */
 	JCOPYOPT_ALL		/* copy all optional markers */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]