[ CCode ( has_target = false ) ]
public delegate bool FormatterSaveToURIMethod (Formatter formatter, Timeline timeline, string uri, bool overwrite) throws Error
Virtual method for saving a timeline to a uri.
Every Formatter subclass needs to implement this method.
formatter | |
timeline |
a Timeline |
uri |
a char * pointing to a URI |
overwrite |
true to overwrite file if it exists |
TRUE if the timeline data was successfully saved to the URI else FALSE. |