[gthumb] ignore GthShortcutContext when creating enumerators for schemas



commit c44278586676b1d24cf4be4e650a9a1b2fcf4135
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Mon Nov 11 17:30:12 2019 +0100

    ignore GthShortcutContext when creating enumerators for schemas

 gthumb/typedefs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gthumb/typedefs.h b/gthumb/typedefs.h
index c6b0efae..8e736434 100644
--- a/gthumb/typedefs.h
+++ b/gthumb/typedefs.h
@@ -131,7 +131,7 @@ typedef enum /*< skip >*/ {
 } GthColorSpace;
 
 
-typedef enum {
+typedef enum /*< skip >*/ {
        GTH_SHORTCUT_CONTEXT_BROWSER = 1 << 1,
        GTH_SHORTCUT_CONTEXT_VIEWER = 1 << 2,
        GTH_SHORTCUT_CONTEXT_SLIDESHOW = 1 << 3,


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