diff options
author | Pat DeSantis <pdesantis3@gmail.com> | 2019-02-20 17:17:14 -0800 |
---|---|---|
committer | Thibault Saunier <tsaunier@gnome.org> | 2019-03-12 17:30:02 +0000 |
commit | d352ce911a3dcc79d42911836af555696dc976b1 (patch) | |
tree | fc7ed79da71706aab07af9bd23eaabeed8f1aaa1 /ges/ges-formatter.h | |
parent | 12d8448cf85510cce354fdc1b22319b163d9b51a (diff) |
Mark ges_formatter_save_to_uri as deprecated
Diffstat (limited to 'ges/ges-formatter.h')
-rw-r--r-- | ges/ges-formatter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ges/ges-formatter.h b/ges/ges-formatter.h index afcfbbb5..6bd61a72 100644 --- a/ges/ges-formatter.h +++ b/ges/ges-formatter.h @@ -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, |