mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
docs: fix gst_structure_to_string() docs
This commit is contained in:
parent
9af2c6c86b
commit
0bdd1224d3
1 changed files with 1 additions and 1 deletions
|
@ -1828,7 +1828,7 @@ priv_gst_structure_append_to_gstring (const GstStructure * structure,
|
|||
*
|
||||
* Free-function: g_free
|
||||
*
|
||||
* Returns: (transfer full)L a pointer to string allocated by g_malloc().
|
||||
* Returns: (transfer full): a pointer to string allocated by g_malloc().
|
||||
* g_free() after usage.
|
||||
*/
|
||||
gchar *
|
||||
|
|
Loading…
Reference in a new issue