summaryrefslogtreecommitdiff
path: root/gladeui/glade-project.h
diff options
context:
space:
mode:
Diffstat (limited to 'gladeui/glade-project.h')
-rw-r--r--gladeui/glade-project.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gladeui/glade-project.h b/gladeui/glade-project.h
index 6568b900..0d4c0932 100644
--- a/gladeui/glade-project.h
+++ b/gladeui/glade-project.h
@@ -71,12 +71,14 @@ typedef enum
/**
* GladeVerifyFlags:
+ * @GLADE_VERIFY_NONE: No verification
* @GLADE_VERIFY_VERSIONS: Verify version mismatches
* @GLADE_VERIFY_DEPRECATIONS: Verify deprecations
* @GLADE_VERIFY_UNRECOGNIZED: Verify unrecognized types
*
*/
typedef enum {
+ GLADE_VERIFY_NONE = 0,
GLADE_VERIFY_VERSIONS = (1 << 0),
GLADE_VERIFY_DEPRECATIONS = (1 << 1),
GLADE_VERIFY_UNRECOGNIZED = (1 << 2)