[cogl/lionel/introspection-next: 9/42] sub-texture: add introspection support
- From: Lionel Landwerlin <llandwerlin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/lionel/introspection-next: 9/42] sub-texture: add introspection support
- Date: Tue, 10 Dec 2013 21:51:02 +0000 (UTC)
commit 932981922cc792cee23aefd4ba063a4c831db332
Author: Lionel Landwerlin <llandwerlin gmail com>
Date: Tue Sep 3 15:38:17 2013 +0100
sub-texture: add introspection support
cogl/cogl-sub-texture.c | 2 ++
cogl/cogl-sub-texture.h | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/cogl/cogl-sub-texture.c b/cogl/cogl-sub-texture.c
index 9a308be..937db46 100644
--- a/cogl/cogl-sub-texture.c
+++ b/cogl/cogl-sub-texture.c
@@ -38,6 +38,7 @@
#include "cogl-texture-rectangle-private.h"
#include "cogl-texture-2d.h"
#include "cogl-texture-gl-private.h"
+#include "cogl-gtype-private.h"
#include <string.h>
#include <math.h>
@@ -45,6 +46,7 @@
static void _cogl_sub_texture_free (CoglSubTexture *sub_tex);
COGL_TEXTURE_DEFINE (SubTexture, sub_texture);
+COGL_GTYPE_DEFINE_CLASS (SubTexture, sub_texture);
static const CoglTextureVtable cogl_sub_texture_vtable;
diff --git a/cogl/cogl-sub-texture.h b/cogl/cogl-sub-texture.h
index 1130b83..41fdf96 100644
--- a/cogl/cogl-sub-texture.h
+++ b/cogl/cogl-sub-texture.h
@@ -47,6 +47,8 @@ COGL_BEGIN_DECLS
#define COGL_SUB_TEXTURE(tex) ((CoglSubTexture *) tex)
typedef struct _CoglSubTexture CoglSubTexture;
+COGL_GTYPE_DECLARE_TYPE (sub_texture);
+
/**
* cogl_sub_texture_new:
* @ctx: A #CoglContext pointer
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]