String.insert
glib.string_.String insert(ptrdiff_t pos, string val)Inserts a copy of a string into a #GString, expanding it if necessary.
Parameters
pos | the position to insert the copy of the string |
val | the string to insert |
Returns
string
glib.string_.String insert(ptrdiff_t pos, string val)Inserts a copy of a string into a #GString, expanding it if necessary.
pos | the position to insert the copy of the string |
val | the string to insert |