mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
gst/gststructure.c: Add Since tag to docs.
Original commit message from CVS: * gst/gststructure.c: Add Since tag to docs.
This commit is contained in:
parent
66fd1a0839
commit
1baafa6ee6
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-08-12 Wim Taymans <wim.taymans@gmail.com>
|
||||
|
||||
* gst/gststructure.c:
|
||||
Add Since tag to docs.
|
||||
|
||||
2007-08-12 Wim Taymans <wim.taymans@gmail.com>
|
||||
|
||||
* docs/gst/gstreamer-sections.txt:
|
||||
|
|
|
@ -1055,6 +1055,8 @@ gst_structure_get_int (const GstStructure * structure,
|
|||
* Returns: %TRUE if the value could be set correctly. If there was no field
|
||||
* with @fieldname or the existing field did not contain a uint, this function
|
||||
* returns %FALSE.
|
||||
*
|
||||
* Since: 0.10.15
|
||||
*/
|
||||
gboolean
|
||||
gst_structure_get_uint (const GstStructure * structure,
|
||||
|
|
Loading…
Reference in a new issue