mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-16 13:04:18 +00:00
introspection: Add missing annotations
https://bugzilla.gnome.org/show_bug.cgi?id=657640
This commit is contained in:
parent
d0e94754f0
commit
df7d090ecc
2 changed files with 2 additions and 2 deletions
|
@ -530,7 +530,7 @@ static const gchar *empty_option[] = { NULL };
|
|||
* @pool. An option would typically be enabled with
|
||||
* gst_buffer_pool_config_add_option().
|
||||
*
|
||||
* Returns: a NULL terminated array of strings.
|
||||
* Returns: (array zero-terminated=1) (transfer none): a NULL terminated array of strings.
|
||||
*/
|
||||
const gchar **
|
||||
gst_buffer_pool_get_options (GstBufferPool * pool)
|
||||
|
|
|
@ -162,7 +162,7 @@ gst_param_spec_fraction_get_type (void)
|
|||
* used in connection with g_object_class_install_property() in a GObjects's
|
||||
* instance_init function.
|
||||
*
|
||||
* Returns: a newly created parameter specification
|
||||
* Returns: (transfer full): a newly created parameter specification
|
||||
*
|
||||
* Since: 0.10.14
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue