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
@ -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…
x
Reference in New Issue
Block a user