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 committed by Tim-Philipp Müller
parent f7d300b28e
commit 87a4eafaf9
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()
*

View file

@ -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
*