queuearray: Add G_BEGIN_DECLS and G_END_DECLS to make it usable from C++ code

This commit is contained in:
Sebastian Dröge 2017-03-24 14:21:30 +02:00
parent 0ff74f8d6d
commit 50ec7129bb

View file

@ -24,6 +24,8 @@
#ifndef __GST_QUEUE_ARRAY_H__
#define __GST_QUEUE_ARRAY_H__
G_BEGIN_DECLS
/**
* GstQueueArray: (skip)
*/
@ -66,4 +68,6 @@ gboolean gst_queue_array_drop_struct (GstQueueArray * array,
guint idx,
gpointer p_struct);
G_END_DECLS
#endif