gl: egl: add missing gir annotations
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>
Wed, 13 May 2020 08:08:25 +0000 (10:08 +0200)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 6 Aug 2020 04:09:09 +0000 (04:09 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/661>

gst-libs/gst/gl/egl/gsteglimage.c

index 8cb3b42..3185381 100644 (file)
@@ -259,12 +259,12 @@ _gst_egl_image_copy (GstMiniObject * obj)
 }
 
 /**
- * gst_egl_image_new_wrapped: (skip)
+ * gst_egl_image_new_wrapped:
  * @context: a #GstGLContext (must be an EGL context)
  * @image: the image to wrap
  * @format: the #GstGLFormat
  * @user_data: user data
- * @user_data_destroy: (destroy user_data): called when @user_data is no longer needed
+ * @user_data_destroy: (destroy user_data) (scope async): called when @user_data is no longer needed
  *
  * Returns: a new #GstEGLImage wrapping @image
  */