mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 11:56:16 +01:00
Add missing trasfer annotation for g_ref_string_new()
We don't have one, but we ought to.
This commit is contained in:
parent
18605db3ac
commit
cfe962a5dc
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user