vulkan: don't link to XOpenDisplay in documentation
authorMathieu Duponchelle <mathieu@centricular.com>
Wed, 8 Sep 2021 15:32:30 +0000 (17:32 +0200)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 8 Sep 2021 15:34:09 +0000 (15:34 +0000)
hotdoc doesn't know about that symbol

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

gst-libs/gst/vulkan/xcb/gstvkdisplay_xcb.c

index 31c539a..fb07c94 100644 (file)
@@ -84,7 +84,7 @@ _get_screen_from_connection (xcb_connection_t * connection, int screen_no)
  * gst_vulkan_display_xcb_new:
  * @name: (allow-none): a display name
  *
- * Create a new #GstVulkanDisplayXCB from the xcb display name.  See XOpenDisplay()
+ * Create a new #GstVulkanDisplayXCB from the xcb display name.  See XOpenDisplay\()
  * for details on what is a valid name.
  *
  * Returns: (transfer full): a new #GstVulkanDisplayXCB or %NULL