queuearray: Add G_BEGIN_DECLS and G_END_DECLS to make it usable from C++ code
This commit is contained in:
parent
0ff74f8d6d
commit
50ec7129bb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user