From: Nicolas Dufresne Date: Sun, 14 Jun 2015 13:17:21 +0000 (-0400) Subject: doc: In GstUri we meant nul-terminated, not %NULL X-Git-Tag: 1.6.1~201 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6eb58a67a937d4f80e9862861b75e82dfe0e51a3;p=platform%2Fupstream%2Fgstreamer.git doc: In GstUri we meant nul-terminated, not %NULL %NULL refers to the pointer. I've written it this way in one word as this is what GLib uses. --- diff --git a/gst/gsturi.c b/gst/gsturi.c index b13dbca..9af50e8 100644 --- a/gst/gsturi.c +++ b/gst/gsturi.c @@ -1946,7 +1946,7 @@ gst_uri_make_writable (GstUri * uri) * * Convert the URI to a string. * - * Returns the URI as held in this object as a gchar* %NULL terminated string. + * Returns the URI as held in this object as a #gchar* nul-terminated string. * The caller should g_free() the string once they are finished with it. * The string is put together as described in RFC 3986. *