gl: add skip annotations to non-GI possible struct constructors
authorMatthew Waters <matthew@centricular.com>
Tue, 10 Jan 2017 09:04:30 +0000 (20:04 +1100)
committerMatthew Waters <matthew@centricular.com>
Tue, 10 Jan 2017 09:04:30 +0000 (20:04 +1100)
gst-libs/gst/gl/gstgldebug.c
gst-libs/gst/gl/gstglquery.c

index b63244d..26f7760 100644 (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()
  *
index fd71eb8..bae5b8c 100644 (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
  *