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:
Justin Kim 2016-06-29 00:38:36 +00:00 committed by Thibault Saunier
parent 7e59840c05
commit ee2697be46

View file

@ -1059,7 +1059,7 @@ ges_project_load (GESProject * project, GESTimeline * timeline, GError ** error)
*
* 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 *
ges_project_get_uri (GESProject * project)