diff options
author | Thibault Saunier <thibault.saunier@collabora.com> | 2012-12-17 22:35:28 -0300 |
---|---|---|
committer | Thibault Saunier <thibault.saunier@collabora.com> | 2012-12-29 19:36:52 -0300 |
commit | 5a56aef7c0272dd8acae4e8c8a7adf69339a82be (patch) | |
tree | 051438c04c7cbe3308dade2a8667e2352b798ed2 /ges/ges-formatter.h | |
parent | 4ab430877f85fb3abef5f508471dd7a2668c297a (diff) |
Misc documentation fixing
Diffstat (limited to 'ges/ges-formatter.h')
-rw-r--r-- | ges/ges-formatter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ges/ges-formatter.h b/ges/ges-formatter.h index da649274..6c057727 100644 --- a/ges/ges-formatter.h +++ b/ges/ges-formatter.h @@ -71,6 +71,7 @@ typedef gboolean (*GESFormatterCanSaveURIMethod) (GESFormatterClass *class, cons * @formatter: a #GESFormatter * @timeline: a #GESTimeline * @uri: the URI to load from + * @error: (out) (allow-none): An error to be set in case something wrong happens or %NULL * * Virtual method for loading a timeline from a given URI. * @@ -90,6 +91,7 @@ typedef gboolean (*GESFormatterLoadFromURIMethod) (GESFormatter *formatter, * @timeline: a #GESTimeline * @uri: the URI to save to * @overwrite: Whether the file should be overwritten in case it exists + * @error: (out) (allow-none): An error to be set in case something wrong happens or %NULL * * Virtual method for saving a timeline to a uri. * @@ -109,8 +111,6 @@ typedef gboolean (*GESFormatterSaveToURIMethod) (GESFormatter *formatter, * @can_save_uri: Whether the URI can be saved * @load_from_uri: class method to deserialize data from a URI * @save_to_uri: class method to serialize data to a URI - * @update_source_uri: virtual method to specify that a source has moved, and thus its URI - * must be set to its new location (specified by the user) * * GES Formatter class. Override the vmethods to implement the formatter functionnality. */ |