mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
gst/gstvalue.c: Make docs for gst_value_compare() mention return enums that actually exist.
Original commit message from CVS: * gst/gstvalue.c: Make docs for gst_value_compare() mention return enums that actually exist.
This commit is contained in:
parent
ef9af3ef8b
commit
4e12ed7a53
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-06-05 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/gstvalue.c:
|
||||
Make docs for gst_value_compare() mention return enums that
|
||||
actually exist.
|
||||
|
||||
2007-06-05 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -2760,8 +2760,8 @@ gst_value_get_compare_func (const GValue * value1)
|
|||
*
|
||||
* Compares @value1 and @value2. If @value1 and @value2 cannot be
|
||||
* compared, the function returns GST_VALUE_UNORDERED. Otherwise,
|
||||
* if @value1 is greater than @value2, GST_VALUE_GREATER is returned.
|
||||
* If @value1 is less than @value2, GST_VALUE_LESSER is returned.
|
||||
* if @value1 is greater than @value2, GST_VALUE_GREATER_THAN is returned.
|
||||
* If @value1 is less than @value2, GST_VALUE_LESS_THAN is returned.
|
||||
* If the values are equal, GST_VALUE_EQUAL is returned.
|
||||
*
|
||||
* Returns: A #GstValueCompareType value
|
||||
|
|
Loading…
Reference in a new issue