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:
Marco Trevisan (Treviño) 2019-03-06 19:46:46 +01:00
parent 951dc50d34
commit b5286f0560

View file

@ -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
*/