mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 08:16:24 +01:00
Merge branch 'g-string-new-take-since' into 'main'
gstring: Add `Since` marker to `g_string_new_take()` See merge request GNOME/glib!3439
This commit is contained in:
commit
fa5a99bffd
@ -168,6 +168,8 @@ g_string_new (const gchar *init)
|
|||||||
* allocated and will eventually be freed with g_free().
|
* allocated and will eventually be freed with g_free().
|
||||||
*
|
*
|
||||||
* Returns: (transfer full): the new #GString
|
* Returns: (transfer full): the new #GString
|
||||||
|
*
|
||||||
|
* Since: 2.78
|
||||||
*/
|
*/
|
||||||
GString *
|
GString *
|
||||||
g_string_new_take (gchar *init)
|
g_string_new_take (gchar *init)
|
||||||
|
Loading…
Reference in New Issue
Block a user