[cogl/fosdem-2012: 14/20] cogl.h: Remove _EXP symbol mangling and add gtk-doc



commit f634874ee708f21715ddf3b7163435a5c147c16a
Author: Robert Bragg <robert linux intel com>
Date:   Fri Jan 13 20:46:36 2012 +0000

    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 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/cogl/cogl.h b/cogl/cogl.h
index ff03b22..5a8691b 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



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