mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue