mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
gst/gstvalue.c: Fix doc build problem.
Original commit message from CVS: * gst/gstvalue.c: Fix doc build problem.
This commit is contained in:
parent
b7f6134053
commit
8508c23248
2 changed files with 8 additions and 8 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2005-01-05 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
|
* gst/gstvalue.c: Fix doc build problem.
|
||||||
|
|
||||||
2005-01-05 David Schleef <ds@schleef.org>
|
2005-01-05 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
* gst/gstvalue.c: Add some documentation
|
* gst/gstvalue.c: Add some documentation
|
||||||
|
|
|
@ -2270,16 +2270,12 @@ gst_value_register_subtract_func (GType minuend_type, GType subtrahend_type,
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
* GstValueTable:
|
* GstValueTable:
|
||||||
*
|
* @type: GType that the functions operate on.
|
||||||
* type - GType that the functions operate on.
|
* @compare: A function that compares two values of this type.
|
||||||
*
|
* @serialize: A function that transforms a value of this type to a
|
||||||
* compare - A function that compares two values of this type.
|
|
||||||
*
|
|
||||||
* serialize - A function that transforms a value of this type to a
|
|
||||||
* string. Strings created by this function must be unique and should
|
* string. Strings created by this function must be unique and should
|
||||||
* be human readable.
|
* be human readable.
|
||||||
*
|
* @deserialize: A function that transforms a string to a value of
|
||||||
* deserialize - A function that transforms a string to a value of
|
|
||||||
* this type. This function must transform strings created by the
|
* this type. This function must transform strings created by the
|
||||||
* serialize function back to the original value. This function may
|
* serialize function back to the original value. This function may
|
||||||
* optionally transform other strings into values.
|
* optionally transform other strings into values.
|
||||||
|
|
Loading…
Reference in a new issue