mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
docs/gst/: Add new function to docs to fix build.
Original commit message from CVS: * docs/gst/gstreamer-sections.txt: * docs/gst/tmpl/gstvalue.sgml: Add new function to docs to fix build.
This commit is contained in:
parent
522f5f7231
commit
88b88555a4
3 changed files with 16 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* docs/gst/gstreamer-sections.txt:
|
||||
* docs/gst/tmpl/gstvalue.sgml:
|
||||
Add new function to docs to fix build.
|
||||
|
||||
2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* gst/gstcaps.c: (gst_caps_is_fixed_foreach):
|
||||
|
|
|
@ -1835,6 +1835,7 @@ GstValueIntersectFunc
|
|||
GstValueSubtractFunc
|
||||
GstValueTable
|
||||
gst_type_is_fixed
|
||||
gst_value_is_fixed
|
||||
gst_value_register
|
||||
gst_value_init_and_copy
|
||||
gst_value_serialize
|
||||
|
|
|
@ -242,6 +242,15 @@ GST_VALUE_GREATER_THAN or GST_VALUE_UNORDERED
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_value_is_fixed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@value:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_value_register ##### -->
|
||||
<para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue