Gda.Binary – libgda-5.0 Reference Manual
Binary
Object Hierarchy:
Gda.Binary
Gda.Binary
Gda.Binary
Description:
[
CCode
( copy_function =
"g_boxed_copy"
, free_function =
"g_boxed_free"
, type_id =
"gda_binary_get_type ()"
) ]
[
Compact
]
public
class
Binary
Namespace:
Gda
Package:
libgda-5.0
Content:
Static methods:
public
static
void
*
copy
(
void
* boxed)
Creates a new
Binary
structure from an existing one.
public
static
void
free
(
void
* boxed)
Deallocates all memory associated to the given
Binary
.
Methods:
public
string
to_string
(
uint
maxlen)
Converts all the non printable characters of bin->data into the "\xyz" representation where "xyz" is the octal representation of the byte, and the '\' (backslash) character is converted to "\\".
Fields:
public
long
binary_length
public
unowned
uint8
[]
data
2022 vala-language.org