docs: use '*' instead of xxx to avoid creating a broekn xref
authorStefan Kost <ensonic@users.sf.net>
Wed, 25 Nov 2009 16:24:16 +0000 (18:24 +0200)
committerStefan Kost <ensonic@users.sf.net>
Fri, 27 Nov 2009 12:18:38 +0000 (14:18 +0200)
gst/gstquery.c

index 366b966..d303e0c 100644 (file)
@@ -31,9 +31,9 @@
  * core.
  * Query types can be used to perform queries on pads and elements.
  *
- * Queries can be created using the gst_query_new_xxx() functions.
- * Query values can be set using gst_query_set_xxx(), and parsed using
- * gst_query_parse_xxx() helpers.
+ * Queries can be created using the gst_query_new_*() functions.
+ * Query values can be set using gst_query_set_*(), and parsed using
+ * gst_query_parse_*() helpers.
  *
  * The following example shows how to query the duration of a pipeline:
  *