mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 10:04:23 +00:00
structure: Mark _from_string as constructor
This commit is contained in:
parent
ebd918c0f6
commit
4d259e8af3
1 changed files with 1 additions and 1 deletions
|
@ -2102,7 +2102,7 @@ gst_structure_new_from_string (const gchar * string)
|
|||
}
|
||||
|
||||
/**
|
||||
* gst_structure_from_string:
|
||||
* gst_structure_from_string: (constructor):
|
||||
* @string: a string representation of a #GstStructure.
|
||||
* @end: (out) (allow-none) (transfer none) (skip): pointer to store the end of the string in.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue