From 2d70f5eb734c68939946161ebaf1a21085585acd Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Fri, 13 Jan 2012 20:46:36 +0000 Subject: [PATCH] cogl.h: Remove _EXP symbol mangling and add gtk-doc We are in the process of removing all _EXP suffix mangling for experimental APIs (Ref: c6528c4b6c3c34) and adding missing gtk-doc comments so that we can instead rely on the "Stability: unstable" markers in the gtk-doc comments. This patch tackles the cogl.h symbols. --- cogl/cogl.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cogl/cogl.h b/cogl/cogl.h index ff03b2251..5a8691b25 100644 --- a/cogl/cogl.h +++ b/cogl/cogl.h @@ -242,7 +242,6 @@ typedef enum _CoglFeatureID #ifdef COGL_ENABLE_EXPERIMENTAL_2_0_API -#define cogl_has_feature cogl_has_feature_EXP /** * cogl_has_feature: * @context: A #CoglContext pointer @@ -264,7 +263,6 @@ typedef enum _CoglFeatureID gboolean cogl_has_feature (CoglContext *context, CoglFeatureID feature); -#define cogl_has_features cogl_has_features_EXP /** * cogl_has_features: * @context: A #CoglContext pointer @@ -298,7 +296,6 @@ cogl_has_features (CoglContext *context, ...); */ typedef void (*CoglFeatureCallback) (CoglFeatureID feature, void *user_data); -#define cogl_foreach_feature cogl_foreach_feature_EXP /** * cogl_foreach_feature: * @context: A #CoglContext pointer @@ -1017,7 +1014,6 @@ void cogl_clip_push_from_path_preserve (void); #ifdef COGL_ENABLE_EXPERIMENTAL_2_0_API -#define cogl_clip_push_primitive cogl_clip_push_primitive_EXP /** * cogl_clip_push_primitive: * @primitive: A #CoglPrimitive describing a flat 2D shape