Update deprecation warning to match GTK style

This commit is contained in:
Pat DeSantis 2019-02-20 20:17:55 -08:00 committed by Thibault Saunier
parent d352ce911a
commit 9c14cb33ea

View file

@ -101,7 +101,7 @@ 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
* Deprecated: 1.16: Use @ges_timeline_save_to_uri
*/
typedef gboolean (*GESFormatterSaveToURIMethod) (GESFormatter *formatter,
GESTimeline *timeline, const gchar * uri, gboolean overwrite,