summaryrefslogtreecommitdiff
path: root/cogl/cogl/cogl-pixel-buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl/cogl-pixel-buffer.h')
-rw-r--r--cogl/cogl/cogl-pixel-buffer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cogl/cogl/cogl-pixel-buffer.h b/cogl/cogl/cogl-pixel-buffer.h
index e53d3704b..79d03c83c 100644
--- a/cogl/cogl/cogl-pixel-buffer.h
+++ b/cogl/cogl/cogl-pixel-buffer.h
@@ -61,6 +61,7 @@ G_BEGIN_DECLS
*
* Returns: a #GType that can be used with the GLib type system.
*/
+COGL_EXPORT
GType cogl_pixel_buffer_get_gtype (void);
/**
@@ -82,7 +83,7 @@ GType cogl_pixel_buffer_get_gtype (void);
* Since: 1.10
* Stability: unstable
*/
-CoglPixelBuffer *
+COGL_EXPORT CoglPixelBuffer *
cogl_pixel_buffer_new (CoglContext *context,
size_t size,
const void *data);
@@ -99,7 +100,7 @@ cogl_pixel_buffer_new (CoglContext *context,
* Since: 1.2
* Stability: Unstable
*/
-gboolean
+COGL_EXPORT gboolean
cogl_is_pixel_buffer (void *object);
G_END_DECLS