mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 10:04:23 +00:00
docs: add missing "Since: 0.10.31" marker for gst_structure_get_date_time()
This commit is contained in:
parent
bc066cf2ca
commit
e7569342b1
1 changed files with 2 additions and 0 deletions
|
@ -1429,6 +1429,8 @@ gst_structure_get_date (const GstStructure * structure, const gchar * fieldname,
|
|||
* Returns: TRUE if the value could be set correctly. If there was no field
|
||||
* with @fieldname or the existing field did not contain a data, this function
|
||||
* returns FALSE.
|
||||
*
|
||||
* Since: 0.10.31
|
||||
*/
|
||||
gboolean
|
||||
gst_structure_get_date_time (const GstStructure * structure,
|
||||
|
|
Loading…
Reference in a new issue