mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
Update deprecation warning to match GTK style
This commit is contained in:
parent
d352ce911a
commit
9c14cb33ea
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue