Mark ges_formatter_save_to_uri as deprecated

This commit is contained in:
Pat DeSantis 2019-02-20 17:17:14 -08:00 committed by Thibault Saunier
parent 12d8448cf8
commit d352ce911a

View file

@ -100,6 +100,8 @@ typedef gboolean (*GESFormatterLoadFromURIMethod) (GESFormatter *formatter,
*
* Returns: TRUE if the @timeline was properly stored to the given @uri,
* else FALSE.
*
* Deprecated: Use #ges_timeline_save_to_uri
*/
typedef gboolean (*GESFormatterSaveToURIMethod) (GESFormatter *formatter,
GESTimeline *timeline, const gchar * uri, gboolean overwrite,