[ CCode ( has_target = false ) ]
public delegate bool FormatterLoadFromURIMethod (Formatter formatter, Timeline timeline, string uri) throws Error
Virtual method for loading a timeline from a given URI.
Every Formatter subclass needs to implement this method.
| formatter | |
| timeline |
a Timeline |
| uri |
a char * pointing to a URI |
|
TRUE if the timeline data was successfully loaded from the URI, else FALSE. |