String.append
glib.string_.String append(string val) nothrowAdds a string onto the end of a #GString, expanding it if necessary.
Parameters
val | the string to append onto the end of string |
Returns
string
glib.string_.String append(string val) nothrowAdds a string onto the end of a #GString, expanding it if necessary.
val | the string to append onto the end of string |