mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Add missing trasfer annotation for g_ref_string_new()
We don't have one, but we ought to.
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user