summaryrefslogtreecommitdiff
path: root/cogl/cogl-primitive.h
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl-primitive.h')
-rw-r--r--cogl/cogl-primitive.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cogl/cogl-primitive.h b/cogl/cogl-primitive.h
index 0df3ab4e..1c36875f 100644
--- a/cogl/cogl-primitive.h
+++ b/cogl/cogl-primitive.h
@@ -39,7 +39,7 @@ typedef struct _CoglPrimitive CoglPrimitive;
#include <cogl/cogl-vertex-buffer.h> /* for CoglVerticesMode */
#include <cogl/cogl-attribute.h>
-G_BEGIN_DECLS
+COGL_BEGIN_DECLS
/**
* SECTION:cogl-primitive
@@ -868,7 +868,7 @@ cogl_primitive_foreach_attribute (CoglPrimitive *primitive,
CoglPrimitiveAttributeCallback callback,
void *user_data);
-G_END_DECLS
+COGL_END_DECLS
#endif /* __COGL_PRIMITIVE_H__ */