From d352ce911a3dcc79d42911836af555696dc976b1 Mon Sep 17 00:00:00 2001 From: Pat DeSantis Date: Wed, 20 Feb 2019 17:17:14 -0800 Subject: [PATCH] Mark ges_formatter_save_to_uri as deprecated --- ges/ges-formatter.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ges/ges-formatter.h b/ges/ges-formatter.h index afcfbbb..6bd61a7 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, -- 2.7.4