GESFormatter: fix a few typos in documention
authorBrandon Lewis <brandon@collabora.co.uk>
Wed, 20 Oct 2010 17:01:37 +0000 (18:01 +0100)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Sat, 27 Nov 2010 17:08:20 +0000 (18:08 +0100)
ges/ges-formatter.c
ges/ges-formatter.h
ges/ges-keyfile-formatter.h

index 9b812b9..13c940e 100644 (file)
@@ -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
index 5a0d3b6..387cdd6 100644 (file)
@@ -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
  * 
index 45c31d3..c1c0a45 100644 (file)
@@ -43,7 +43,6 @@
 
 /**
  * GESKeyfileFormatter:
- * @parent: parent
  *
  * Serializes a #GESTimeline to a file using #GKeyFile
  */