summaryrefslogtreecommitdiff
path: root/gst-libs/gst/cairo/gstcairobuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/cairo/gstcairobuffer.h')
-rw-r--r--gst-libs/gst/cairo/gstcairobuffer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gst-libs/gst/cairo/gstcairobuffer.h b/gst-libs/gst/cairo/gstcairobuffer.h
index d960d0c..855a3b6 100644
--- a/gst-libs/gst/cairo/gstcairobuffer.h
+++ b/gst-libs/gst/cairo/gstcairobuffer.h
@@ -24,6 +24,9 @@
#include <gst/gst.h>
#include <gst/cairo/gstcairoformat.h>
+G_BEGIN_DECLS
+
+
typedef struct _GstCairoBuffer GstCairoBuffer;
typedef struct _GstCairoBufferClass GstCairoBufferClass;
@@ -68,5 +71,7 @@ cairo_surface_t * gst_cairo_create_similar_surface(GstBuffer *
const GstCairoFormat * format);
+G_END_DECLS
+
#endif /* __GST_CAIRO_BUFFER_H__ */