summaryrefslogtreecommitdiff
path: root/gst/gststructure.c
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2006-12-21 15:00:08 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2006-12-21 15:00:08 +0000
commit261abbb01e959952784b2f51e9654c3c43bdc272 (patch)
tree105968ea7fa7f3068d8b0fbc83626cb3b7956c42 /gst/gststructure.c
parenta378db54fb95a265523da1c53043efdea20cedda (diff)
docs/design/part-states.txt: two tiny additional comments
Original commit message from CVS: * docs/design/part-states.txt: two tiny additional comments * gst/gststructure.c: doc fixing * tests/check/Makefile.am: * tests/check/elements/queue.c: (queue_overrun), (queue_underrun), (GST_START_TEST): disable test for now, unless it gets fixed
Diffstat (limited to 'gst/gststructure.c')
-rw-r--r--gst/gststructure.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gststructure.c b/gst/gststructure.c
index 9517dbfb2..42f59e7e0 100644
--- a/gst/gststructure.c
+++ b/gst/gststructure.c
@@ -1016,9 +1016,9 @@ gst_structure_get_boolean (const GstStructure * structure,
* given field. Caller is responsible for making sure the field exists
* and has the correct type.
*
- * Returns: TRUE if the value could be set correctly. If there was no field
+ * Returns: %TRUE if the value could be set correctly. If there was no field
* with @fieldname or the existing field did not contain an int, this function
- * returns FALSE.
+ * returns %FALSE.
*/
gboolean
gst_structure_get_int (const GstStructure * structure,