summaryrefslogtreecommitdiff
path: root/cogl/cogl-object.h
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2012-09-01 01:17:20 +0100
committerRobert Bragg <robert@linux.intel.com>2013-01-18 10:53:29 +0000
commit13f228fe6954f2d3b8b4cca05ba54952b0d6cdbc (patch)
tree88baa9ce1b5edd1aeaa79057ccefb22cabdbcd7d /cogl/cogl-object.h
parentce5d06afe1d4f890fb11b885cfeabf253c466a51 (diff)
downloadcogl-13f228fe6954f2d3b8b4cca05ba54952b0d6cdbc.tar.gz
Remove all remaining _EXP suffix defines
To delimit which symbols were considered experimental we used to use some preprocessor defines to gives experimental symbols an _EXP suffix so that anyone monitoring the ABI for changes would easily be able to discount changes made to clearly experimental functions. These days we simply rely on the gtk-doc "Stability: unstable" annotation to serve this purpose because changing the actual symbol name made it slightly more awkward to debug Cogl using GDB and was an extra mechanical step we decided we could do without. This patch removes the last remaining _EXP suffix defines in Cogl (cherry picked from commit 5a1c4a979e00accd492097cfb8f6a8d0fd8331bc)
Diffstat (limited to 'cogl/cogl-object.h')
-rw-r--r--cogl/cogl-object.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cogl/cogl-object.h b/cogl/cogl-object.h
index f948c7f0..28fce1a6 100644
--- a/cogl/cogl-object.h
+++ b/cogl/cogl-object.h
@@ -157,9 +157,6 @@ cogl_object_get_user_data (CoglObject *object,
#ifdef COGL_ENABLE_EXPERIMENTAL_API
-#define cogl_debug_object_foreach_type \
- cogl_debug_object_foreach_type_EXP
-
/**
* cogl_debug_object_foreach_type:
* func: A callback function for each type
@@ -177,9 +174,6 @@ void
cogl_debug_object_foreach_type (CoglDebugObjectForeachTypeCallback func,
void *user_data);
-#define cogl_debug_object_print_instances \
- cogl_debug_object_print_instances_EXP
-
/**
* cogl_debug_object_print_instances:
*