structure: Mark _from_string as constructor

This commit is contained in:
Thibault Saunier 2018-10-22 11:32:40 +02:00
parent ebd918c0f6
commit 4d259e8af3

View file

@ -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.
*