summaryrefslogtreecommitdiff
path: root/ges/ges-formatter.h
diff options
context:
space:
mode:
authorPat DeSantis <pdesantis3@gmail.com>2019-02-20 17:17:14 -0800
committerThibault Saunier <tsaunier@gnome.org>2019-03-12 17:30:02 +0000
commitd352ce911a3dcc79d42911836af555696dc976b1 (patch)
treefc7ed79da71706aab07af9bd23eaabeed8f1aaa1 /ges/ges-formatter.h
parent12d8448cf85510cce354fdc1b22319b163d9b51a (diff)
Mark ges_formatter_save_to_uri as deprecated
Diffstat (limited to 'ges/ges-formatter.h')
-rw-r--r--ges/ges-formatter.h2
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,