[ CCode ( cname = "gst_byte_writer_put_string_utf8" ) ]
public bool put_string_utf8 (string data)
Writes a NUL-terminated UTF8 string to this (including the terminator).
this |
ByteWriter instance |
data |
UTF8 string to write |
|