mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
project_: improve get_uri doc
The return value of ges_project_get_uri should be freed after usage. Differential Revision: https://phabricator.freedesktop.org/D1142
This commit is contained in:
parent
7e59840c05
commit
ee2697be46
1 changed files with 1 additions and 1 deletions
|
@ -1059,7 +1059,7 @@ ges_project_load (GESProject * project, GESTimeline * timeline, GError ** error)
|
||||||
*
|
*
|
||||||
* Retrieve the uri that is currently set on @project
|
* Retrieve the uri that is currently set on @project
|
||||||
*
|
*
|
||||||
* Returns: The uri that is set on @project
|
* Returns: (transfer full) (nullable): a newly allocated string representing uri.
|
||||||
*/
|
*/
|
||||||
gchar *
|
gchar *
|
||||||
ges_project_get_uri (GESProject * project)
|
ges_project_get_uri (GESProject * project)
|
||||||
|
|
Loading…
Reference in a new issue