summaryrefslogtreecommitdiff
path: root/gst/gstminiobject.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-02-27 12:21:32 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2011-02-27 12:21:32 +0100
commit09691069934ff235a4040226241c569e2eb4ba27 (patch)
treee8464ca7ff5f41344d5474d1ab6c412150f2914c /gst/gstminiobject.h
parent9a3f158c7332063039d0039524d64a5215702573 (diff)
docs: update docs and defs
Diffstat (limited to 'gst/gstminiobject.h')
-rw-r--r--gst/gstminiobject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gstminiobject.h b/gst/gstminiobject.h
index eef6dd9faa..c5c0098399 100644
--- a/gst/gstminiobject.h
+++ b/gst/gstminiobject.h
@@ -153,8 +153,8 @@ typedef enum
* Base class for refcounted lightweight objects.
* Ref Func: gst_mini_object_ref
* Unref Func: gst_mini_object_unref
- * Set Value Func: gst_value_set_mini_object
- * Get Value Func: gst_value_get_mini_object
+ * Set Value Func: g_value_set_boxed
+ * Get Value Func: g_value_get_boxed
*/
struct _GstMiniObject {
GType type;