introspection: Add missing annotations

https://bugzilla.gnome.org/show_bug.cgi?id=657640
This commit is contained in:
Johan Dahlin 2011-08-29 13:53:39 -03:00 committed by Edward Hervey
parent d0e94754f0
commit df7d090ecc
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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
*/