mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-02 10:13:51 +00:00
GESFormatter: fix a few typos in documention
This commit is contained in:
parent
33bc336a11
commit
cc3634e18c
3 changed files with 2 additions and 5 deletions
|
@ -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
|
* @formatter: a pointer to a #GESFormatter
|
||||||
* @length: a pointer to a location into which to store the size of the
|
* @length: a pointer to a location into which to store the size of the
|
||||||
* data in bytes.
|
* 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
|
* 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
|
* this before disposing or setting data on a #GESFormatter if the current data
|
||||||
* pointer should not be freed.
|
* pointer should not be freed.
|
||||||
*
|
|
||||||
* Returns: a pointer to the data
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
@ -63,7 +63,7 @@ struct _GESFormatter {
|
||||||
* @can_save_uri: class method which rturns true of a #GEFormatterClass can
|
* @can_save_uri: class method which rturns true of a #GEFormatterClass can
|
||||||
* write to a given URI.
|
* write to a given URI.
|
||||||
* @load_from_uri: class method to deserialize data from a 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
|
* @save: method to save timeline data
|
||||||
* @load: method to load timeline data
|
* @load: method to load timeline data
|
||||||
*
|
*
|
||||||
|
|
|
@ -43,7 +43,6 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GESKeyfileFormatter:
|
* GESKeyfileFormatter:
|
||||||
* @parent: parent
|
|
||||||
*
|
*
|
||||||
* Serializes a #GESTimeline to a file using #GKeyFile
|
* Serializes a #GESTimeline to a file using #GKeyFile
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue