mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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.
This commit is contained in:
parent
781865e0da
commit
6eb58a67a9
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue