summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2012-10-08 15:04:33 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2012-10-08 15:04:58 +0100
commite51206b2a9c9a582ac83fb71290524c99a8dbbb6 (patch)
tree59306f4526a80271ba7e9a566fb34a5eaa0b5fb9
parent9af7dda5d7de69522b152d853ed8921c00c15f4e (diff)
downloadcogl-e51206b2a9c9a582ac83fb71290524c99a8dbbb6.tar.gz
context: Re-add /<* private *>/ for _COGL_N_FEATURE_IDS
Turns out gtk-doc really needs 'private' and glib-mkenums needs 'skip'. So let's have both. Reviewed-by: Robert Bragg <robert@linux.intel.com>
-rw-r--r--cogl/cogl-context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cogl/cogl-context.h b/cogl/cogl-context.h
index daade97d..71904c45 100644
--- a/cogl/cogl-context.h
+++ b/cogl/cogl-context.h
@@ -234,6 +234,7 @@ typedef enum _CoglFeatureID
COGL_FEATURE_ID_GLES2_CONTEXT,
COGL_FEATURE_ID_DEPTH_TEXTURE,
+ /*< private >*/
_COGL_N_FEATURE_IDS /*< skip >*/
} CoglFeatureID;