diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-23 16:35:43 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-23 16:35:43 +0000 |
commit | f74399ea55f911289b177ad1dfa3f99c5a0c2a9b (patch) | |
tree | 665dc1756b5279c3eac73aeafc07f0ae34065159 /gst/gststructure.h | |
parent | eb06116c2f63b24c6a3a55e19a788417297b001b (diff) |
fix docs
Original commit message from CVS:
fix docs
Diffstat (limited to 'gst/gststructure.h')
-rw-r--r-- | gst/gststructure.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gststructure.h b/gst/gststructure.h index 787d6d110..7695a774d 100644 --- a/gst/gststructure.h +++ b/gst/gststructure.h @@ -132,7 +132,7 @@ gboolean gst_structure_get_double (const GstStructure gdouble *value); gboolean gst_structure_get_date (const GstStructure *structure, const gchar *fieldname, - GDate **date_out); + GDate **value); G_CONST_RETURN gchar * gst_structure_get_string (const GstStructure *structure, const gchar *fieldname); |