From cc3634e18cfadb0cf627b38ff0f841334fa3fef7 Mon Sep 17 00:00:00 2001 From: Brandon Lewis Date: Wed, 20 Oct 2010 18:01:37 +0100 Subject: [PATCH] GESFormatter: fix a few typos in documention --- ges/ges-formatter.c | 4 +--- ges/ges-formatter.h | 2 +- ges/ges-keyfile-formatter.h | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/ges/ges-formatter.c b/ges/ges-formatter.c index 9b812b9..13c940e 100644 --- a/ges/ges-formatter.c +++ b/ges/ges-formatter.c @@ -198,7 +198,7 @@ ges_formatter_set_data (GESFormatter * formatter, void *data, gsize length) } /** - * ges_formatter_set_data: + * ges_formatter_get_data: * @formatter: a pointer to a #GESFormatter * @length: a pointer to a location into which to store the size of the * data in bytes. @@ -221,8 +221,6 @@ ges_formatter_get_data (GESFormatter * formatter, gsize * length) * clears the data from a #GESFormatter without freeing it. You should call * this before disposing or setting data on a #GESFormatter if the current data * pointer should not be freed. - * - * Returns: a pointer to the data */ void diff --git a/ges/ges-formatter.h b/ges/ges-formatter.h index 5a0d3b6..387cdd6 100644 --- a/ges/ges-formatter.h +++ b/ges/ges-formatter.h @@ -63,7 +63,7 @@ struct _GESFormatter { * @can_save_uri: class method which rturns true of a #GEFormatterClass can * write to a given URI. * @load_from_uri: class method to deserialize data from a URI - * @save_from_uri: class method to serialize data to a URI + * @save_to_uri: class method to serialize data to a URI * @save: method to save timeline data * @load: method to load timeline data * diff --git a/ges/ges-keyfile-formatter.h b/ges/ges-keyfile-formatter.h index 45c31d3..c1c0a45 100644 --- a/ges/ges-keyfile-formatter.h +++ b/ges/ges-keyfile-formatter.h @@ -43,7 +43,6 @@ /** * GESKeyfileFormatter: - * @parent: parent * * Serializes a #GESTimeline to a file using #GKeyFile */ -- 2.7.4