From 9c14cb33eab0c82ca22089699f39a4033f00578c Mon Sep 17 00:00:00 2001 From: Pat DeSantis Date: Wed, 20 Feb 2019 20:17:55 -0800 Subject: [PATCH] Update deprecation warning to match GTK style --- ges/ges-formatter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ges/ges-formatter.h b/ges/ges-formatter.h index 6bd61a7..59c1f4a 100644 --- a/ges/ges-formatter.h +++ b/ges/ges-formatter.h @@ -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, -- 2.7.4