gl: add skip annotations to non-GI possible struct constructors

This commit is contained in:
Matthew Waters 2017-01-10 20:04:30 +11:00
parent f8a2721388
commit b65ecbaa2b
2 changed files with 2 additions and 2 deletions

View File

@ -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() * Free with gst_gl_async_debug_free()
* *

View File

@ -188,7 +188,7 @@ gst_gl_query_unset (GstGLQuery * query)
} }
/** /**
* gst_gl_query_new: * gst_gl_query_new: (skip)
* @context: a #GstGLContext * @context: a #GstGLContext
* @query_type: the #GstGLQueryType to create * @query_type: the #GstGLQueryType to create
* *