String.prepend
glib.string_.String prepend(string val) nothrowAdds a string on to the start of a #GString, expanding it if necessary.
Parameters
val | the string to prepend on the start of string |
Returns
string
glib.string_.String prepend(string val) nothrowAdds a string on to the start of a #GString, expanding it if necessary.
val | the string to prepend on the start of string |