[cogl/lionel/introspection: 44/76] attribute-buffer: add introspection support



commit 6badfa057b1e15b85265bc251e35223d1cb90f51
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Tue Sep 3 15:28:18 2013 +0100

    attribute-buffer: add introspection support

 cogl/cogl-attribute-buffer.c |    1 +
 cogl/cogl-attribute-buffer.h |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/cogl/cogl-attribute-buffer.c b/cogl/cogl-attribute-buffer.c
index afa945b..40c5fc6 100644
--- a/cogl/cogl-attribute-buffer.c
+++ b/cogl/cogl-attribute-buffer.c
@@ -33,6 +33,7 @@
 #include "cogl-attribute-buffer.h"
 #include "cogl-attribute-buffer-private.h"
 #include "cogl-context-private.h"
+#include "cogl-gtype-private.h"
 
 static void _cogl_attribute_buffer_free (CoglAttributeBuffer *array);
 
diff --git a/cogl/cogl-attribute-buffer.h b/cogl/cogl-attribute-buffer.h
index 3150e07..a632ddf 100644
--- a/cogl/cogl-attribute-buffer.h
+++ b/cogl/cogl-attribute-buffer.h
@@ -50,6 +50,8 @@ COGL_BEGIN_DECLS
 
 #define COGL_ATTRIBUTE_BUFFER(buffer) ((CoglAttributeBuffer *)(buffer))
 
+COGL_GTYPE_DECLARE_TYPE (attribute_buffer);
+
 /**
  * cogl_attribute_buffer_new_with_size:
  * @context: A #CoglContext


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