summaryrefslogtreecommitdiff
path: root/gst/gstmeta.c
diff options
context:
space:
mode:
authorEvan Nemerson <evan@nemerson.com>2014-05-29 14:54:34 -0700
committerTim-Philipp Müller <tim@centricular.com>2014-05-30 00:20:27 +0100
commite10266e3f3cf9b05b69198b1ac6faa9a62840e30 (patch)
tree997e3fd18b7445cbc561cac1b11219df7e62e0f9 /gst/gstmeta.c
parent88191aa8800da205db510313638ae1be31a59667 (diff)
downloadgstreamer-e10266e3f3cf9b05b69198b1ac6faa9a62840e30.tar.gz
docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSE
This should help improve documentation generated for languages other than C. https://bugzilla.gnome.org/show_bug.cgi?id=730961
Diffstat (limited to 'gst/gstmeta.c')
-rw-r--r--gst/gstmeta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstmeta.c b/gst/gstmeta.c
index 954ff59567..0e0aca1aa2 100644
--- a/gst/gstmeta.c
+++ b/gst/gstmeta.c
@@ -205,7 +205,7 @@ gst_meta_register (GType api, const gchar * impl, gsize size,
* Lookup a previously registered meta info structure by its implementation name
* @impl.
*
- * Returns: (transfer none): a #GstMetaInfo with @impl, or #NULL when no such
+ * Returns: (transfer none): a #GstMetaInfo with @impl, or %NULL when no such
* metainfo exists.
*/
const GstMetaInfo *