summaryrefslogtreecommitdiff
path: root/gst/gstobject.h
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2005-11-04 20:12:01 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2005-11-04 20:12:01 +0000
commitfd15eb56afd0fde5852778a17e90358fb4ad796a (patch)
tree50557c7548239f826b2b0a071dcc09fe9b12c449 /gst/gstobject.h
parent875b25482c0ff66ebc78898bc80f390f05ac774f (diff)
downloadgstreamer-fd15eb56afd0fde5852778a17e90358fb4ad796a.tar.gz
more docs added
Original commit message from CVS: * docs/gst/gstreamer-sections.txt: * gst/gstcaps.h: * gst/gstinfo.c: * gst/gstminiobject.h: * gst/gstobject.h: * gst/gstutils.h: more docs added
Diffstat (limited to 'gst/gstobject.h')
-rw-r--r--gst/gstobject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gstobject.h b/gst/gstobject.h
index 5fd719c8db..8a7283c3b1 100644
--- a/gst/gstobject.h
+++ b/gst/gstobject.h
@@ -65,14 +65,14 @@ typedef enum
#ifdef GST_HAVE_GLIB_2_8
/**
* GST_OBJECT_REFCOUNT:
- * @obj: Object get the refcount for.
+ * @obj: a #GstObject
*
* Get access to the reference count field of the object.
*/
#define GST_OBJECT_REFCOUNT(obj) (((GObject*)(obj))->ref_count)
/**
* GST_OBJECT_REFCOUNT_VALUE:
- * @obj: Object get the refcount value for.
+ * @obj: a #GstObject
*
* Get the reference count value of the object.
*/