gldisplay: add missing transfer annotations

This commit is contained in:
Matthew Waters 2017-01-10 20:05:42 +11:00 committed by Tim-Philipp Müller
parent 87a4eafaf9
commit 738cd580c9

View file

@ -413,7 +413,7 @@ gst_gl_display_get_handle_type (GstGLDisplay * display)
/**
* gst_context_set_gl_display:
* @context: a #GstContext
* @display: resulting #GstGLDisplay
* @display: (transfer none): resulting #GstGLDisplay
*
* Sets @display on @context
*
@ -439,7 +439,7 @@ gst_context_set_gl_display (GstContext * context, GstGLDisplay * display)
/**
* gst_context_get_gl_display:
* @context: a #GstContext
* @display: resulting #GstGLDisplay
* @display: (transfer full): resulting #GstGLDisplay
*
* Returns: Whether @display was in @context
*