Update deprecation warning to match GTK style
authorPat DeSantis <pdesantis3@gmail.com>
Thu, 21 Feb 2019 04:17:55 +0000 (20:17 -0800)
committerThibault Saunier <tsaunier@gnome.org>
Tue, 12 Mar 2019 17:30:02 +0000 (17:30 +0000)
ges/ges-formatter.h

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