introspection: Add missing annotations
authorJohan Dahlin <johan@gnome.org>
Mon, 29 Aug 2011 16:53:39 +0000 (13:53 -0300)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Wed, 19 Oct 2011 08:23:53 +0000 (10:23 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=657640

gst/gstbufferpool.c
gst/gstparamspecs.c

index 9185d58..9f8f12e 100644 (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)
index e75a944..bed692d 100644 (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
  */