gl: x11: skip gst_gl_display_x11_new_with_display() from gir
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>
Wed, 13 May 2020 08:13:04 +0000 (10:13 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.com>
Tue, 19 May 2020 08:17:21 +0000 (10:17 +0200)
The X11 Display type is not usable in gir.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/664>

gst-libs/gst/gl/x11/gstgldisplay_x11.c

index 9d0045e..d051704 100644 (file)
@@ -131,7 +131,7 @@ gst_gl_display_x11_new (const gchar * name)
 }
 
 /**
- * gst_gl_display_x11_new_with_display:
+ * gst_gl_display_x11_new_with_display: (skip)
  * @display: an existing, x11 display
  *
  * Creates a new display connection from a X11 Display.