summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-12-22 22:36:05 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-12-22 22:36:05 +0000
commit0e3410c100777a4cb598f232d1cf2c6ed7176c33 (patch)
tree7929ed63dd6fc1226b2f8bd5d205be4600c6c7fd
parent22e64c80d2117ef9821cca065672266bf885f555 (diff)
miniobject: add gobject-introspection annotation
-rw-r--r--gst/gstminiobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstminiobject.c b/gst/gstminiobject.c
index 332b962a4c..ffc8c8006d 100644
--- a/gst/gstminiobject.c
+++ b/gst/gstminiobject.c
@@ -635,7 +635,7 @@ gst_param_spec_mini_object_get_type (void)
*
* Creates a new #GParamSpec instance that hold #GstMiniObject references.
*
- * Returns: a newly allocated #GParamSpec instance
+ * Returns: (transfer full): a newly allocated #GParamSpec instance
*/
GParamSpec *
gst_param_spec_mini_object (const char *name, const char *nick,