mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
doc: Fix GstUri doc typos
* Use &perctn; instead of reserved character % * NULL take two L
This commit is contained in:
parent
bd9ea8d18f
commit
6f2fb1e37e
1 changed files with 3 additions and 3 deletions
|
@ -1441,7 +1441,7 @@ _gst_uri_string_to_table (const gchar * str, const gchar * part_sep,
|
||||||
* elements.
|
* elements.
|
||||||
* @query: (nullable): The query string for the new URI with '&' separating
|
* @query: (nullable): The query string for the new URI with '&' separating
|
||||||
* query elements. Elements containing '&' characters
|
* query elements. Elements containing '&' characters
|
||||||
* should encode them as "%26".
|
* should encode them as "%26".
|
||||||
* @fragment: (nullable): The fragment name for the new URI.
|
* @fragment: (nullable): The fragment name for the new URI.
|
||||||
*
|
*
|
||||||
* Creates a new #GstUri object with the given URI parts. The path and query
|
* Creates a new #GstUri object with the given URI parts. The path and query
|
||||||
|
@ -1483,7 +1483,7 @@ gst_uri_new (const gchar * scheme, const gchar * userinfo, const gchar * host,
|
||||||
* elements.
|
* elements.
|
||||||
* @query: (nullable): The query string for the new URI with '&' separating
|
* @query: (nullable): The query string for the new URI with '&' separating
|
||||||
* query elements. Elements containing '&' characters
|
* query elements. Elements containing '&' characters
|
||||||
* should encode them as "%26".
|
* should encode them as "%26".
|
||||||
* @fragment: (nullable): The fragment name for the new URI.
|
* @fragment: (nullable): The fragment name for the new URI.
|
||||||
*
|
*
|
||||||
* Like gst_uri_new(), but joins the new URI onto a base URI.
|
* Like gst_uri_new(), but joins the new URI onto a base URI.
|
||||||
|
@ -1946,7 +1946,7 @@ gst_uri_make_writable (GstUri * uri)
|
||||||
*
|
*
|
||||||
* Convert the URI to a string.
|
* Convert the URI to a string.
|
||||||
*
|
*
|
||||||
* Returns the URI as held in this object as a gchar* %NUL terminated string.
|
* Returns the URI as held in this object as a gchar* %NULL terminated string.
|
||||||
* The caller should g_free() the string once they are finished with it.
|
* The caller should g_free() the string once they are finished with it.
|
||||||
* The string is put together as described in RFC 3986.
|
* The string is put together as described in RFC 3986.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue