gsturi: Fix annotation on get_path to return a nullable
authorMarco Trevisan (Treviño) <mail@3v1n0.net>
Wed, 6 Mar 2019 18:46:46 +0000 (19:46 +0100)
committerMarco Trevisan (Treviño) <mail@3v1n0.net>
Wed, 6 Mar 2019 18:46:46 +0000 (19:46 +0100)
Use proper syntax or the (nullable): part will be part of the description

gst/gsturi.c

index 4b1d47f..a5b7190 100644 (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
  */