Skip to content

Commit

Permalink
introspection: Add missing annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
boondocksaints-debug authored and Edward Hervey committed Oct 19, 2011
1 parent d0e9475 commit df7d090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gst/gstbufferpool.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion gst/gstparamspecs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit df7d090

Please sign in to comment.