summaryrefslogtreecommitdiff
path: root/gst/gstevent.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/gstevent.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/gstevent.c')
-rw-r--r--gst/gstevent.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/gstevent.c b/gst/gstevent.c
index da43f7409c..386a1eb8d3 100644
--- a/gst/gstevent.c
+++ b/gst/gstevent.c
@@ -351,7 +351,7 @@ gst_event_get_structure (GstEvent * event)
* Returns: The structure of the event. The structure is still
* owned by the event, which means that you should not free it and
* that the pointer becomes invalid when you free the event.
- * This function checks if @event is writable and will never return NULL.
+ * This function checks if @event is writable and will never return %NULL.
*
* MT safe.
*/
@@ -1719,8 +1719,8 @@ gst_event_new_segment_done (GstFormat format, gint64 position)
/**
* gst_event_parse_segment_done:
* @event: A valid #GstEvent of type GST_EVENT_SEGMENT_DONE.
- * @format: (out) (allow-none): Result location for the format, or NULL
- * @position: (out) (allow-none): Result location for the position, or NULL
+ * @format: (out) (allow-none): Result location for the format, or %NULL
+ * @position: (out) (allow-none): Result location for the position, or %NULL
*
* Extracts the position and format from the segment done message.
*