summaryrefslogtreecommitdiff
path: root/gst/gstobject.c
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2012-06-12 11:42:30 -0700
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-06-12 20:48:50 +0200
commitd13ce8b7e856a3ed9c8840ddb168e14f6d85e0ce (patch)
tree5f944ceea616f53044c72993461dbd1245503fba /gst/gstobject.c
parent36d034d1e4b7611be61cae80526ff0a7b18cebdb (diff)
introspection: add some missing annotations
Diffstat (limited to 'gst/gstobject.c')
-rw-r--r--gst/gstobject.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/gstobject.c b/gst/gstobject.c
index e8d4880a8b..09835d919a 100644
--- a/gst/gstobject.c
+++ b/gst/gstobject.c
@@ -229,7 +229,7 @@ gst_object_init (GstObject * object)
/**
* gst_object_ref:
- * @object: a #GstObject to reference
+ * @object: (type Gst.Object): a #GstObject to reference
*
* Increments the reference count on @object. This function
* does not take the lock on @object because it relies on
@@ -239,7 +239,7 @@ gst_object_init (GstObject * object)
* constructs like :
* result = gst_object_ref (object->parent);
*
- * Returns: (transfer full): A pointer to @object
+ * Returns: (transfer full) (type Gst.Object): A pointer to @object
*/
gpointer
gst_object_ref (gpointer object)
@@ -257,7 +257,7 @@ gst_object_ref (gpointer object)
/**
* gst_object_unref:
- * @object: a #GstObject to unreference
+ * @object: (type Gst.Object): a #GstObject to unreference
*
* Decrements the reference count on @object. If reference count hits
* zero, destroy @object. This function does not take the lock