String.truncate
glib.string_.String truncate(size_t len)Cuts off the end of the GString, leaving the first len bytes.
Parameters
len | the new size of string |
Returns
string
glib.string_.String truncate(size_t len)Cuts off the end of the GString, leaving the first len bytes.
len | the new size of string |