From b65ecbaa2bb7dbfdf0def679d8a841a5a29a4f01 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Tue, 10 Jan 2017 20:04:30 +1100 Subject: [PATCH] gl: add skip annotations to non-GI possible struct constructors --- gst-libs/gst/gl/gstgldebug.c | 2 +- gst-libs/gst/gl/gstglquery.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/gl/gstgldebug.c b/gst-libs/gst/gl/gstgldebug.c index b63244d..26f7760 100644 --- a/gst-libs/gst/gl/gstgldebug.c +++ b/gst-libs/gst/gl/gstgldebug.c @@ -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() * diff --git a/gst-libs/gst/gl/gstglquery.c b/gst-libs/gst/gl/gstglquery.c index fd71eb8..bae5b8c 100644 --- a/gst-libs/gst/gl/gstglquery.c +++ b/gst-libs/gst/gl/gstglquery.c @@ -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 * -- 2.7.4