GLib.String.append (original) (raw)
GLib
API Version: 2.0
Library Version: 2.85.1
Type
Methods
append append_c append_len append_printf append_unichar append_uri_escaped append_vprintf ascii_down ascii_up assign copy down equal erase free free_and_steal free_to_bytes hash insert insert_c insert_len insert_unichar overwrite overwrite_len prepend prepend_c prepend_len prepend_unichar printf replace set_size truncate up vprintf
Generated by gi-docgen 2024.1
Method
GLibStringappend
Declaration [src]
GString*
g_string_append (
GString* string,
const gchar* val
)
Description [src]
Adds a string onto the end of a GString
, expanding it if necessary.
Parameters
val
Type: const gchar*
The string to append onto the end of string
.
The data is owned by the caller of the method. |
---|
The value is a NUL terminated UTF-8 string. |
Return value
Type: GString
string
.
The returned data is owned by the instance.