mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
gl: add skip annotations to non-GI possible struct constructors
This commit is contained in:
parent
f7d300b28e
commit
87a4eafaf9
2 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@ gst_gl_async_debug_unset (GstGLAsyncDebug * ad)
|
|||
}
|
||||
|
||||
/**
|
||||
* gst_gl_async_debug_new:
|
||||
* gst_gl_async_debug_new: (skip)
|
||||
*
|
||||
* Free with gst_gl_async_debug_free()
|
||||
*
|
||||
|
|
|
@ -188,7 +188,7 @@ gst_gl_query_unset (GstGLQuery * query)
|
|||
}
|
||||
|
||||
/**
|
||||
* gst_gl_query_new:
|
||||
* gst_gl_query_new: (skip)
|
||||
* @context: a #GstGLContext
|
||||
* @query_type: the #GstGLQueryType to create
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue