Add missing trasfer annotation for g_ref_string_new()

We don't have one, but we ought to.
This commit is contained in:
Emmanuele Bassi 2018-07-03 17:50:56 +01:00
parent 18605db3ac
commit cfe962a5dc

View File

@ -110,7 +110,7 @@ static GHashTable *interned_ref_strings;
* Creates a new reference counted string and copies the contents of @str
* into it.
*
* Returns: (not nullable): the newly created reference counted string
* Returns: (transfer full) (not nullable): the newly created reference counted string
*
* Since: 2.58
*/