Mark ges_formatter_save_to_uri as deprecated
authorPat DeSantis <pdesantis3@gmail.com>
Thu, 21 Feb 2019 01:17:14 +0000 (17:17 -0800)
committerThibault Saunier <tsaunier@gnome.org>
Tue, 12 Mar 2019 17:30:02 +0000 (17:30 +0000)
ges/ges-formatter.h

index afcfbbb..6bd61a7 100644 (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,