mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 05:01:23 +00:00
gsturi: Fix annotation on get_path to return a nullable
Use proper syntax or the (nullable): part will be part of the description
This commit is contained in:
parent
951dc50d34
commit
b5286f0560
1 changed files with 2 additions and 2 deletions
|
@ -2247,8 +2247,8 @@ gst_uri_set_port (GstUri * uri, guint port)
|
|||
*
|
||||
* Extract the path string from the URI object.
|
||||
*
|
||||
* Returns: (transfer full): (nullable): The path from the URI. Once finished
|
||||
* with the string should be g_free()'d.
|
||||
* Returns: (transfer full) (nullable): The path from the URI. Once finished
|
||||
* with the string should be g_free()'d.
|
||||
*
|
||||
* Since: 1.6
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue