| Import line: | Gio = imports.gi.Gio; |
| GIR File: | Gio-2.0.gir |
| C documentation: | GConverterFlags |
| Enum : | ConverterFlags |
| Properties | |
|---|---|
|
guint32 Gio.ConverterFlags.FLUSH : 2
|
|
|
guint32 Gio.ConverterFlags.INPUT_AT_END : 1
|
|
|
guint32 Gio.ConverterFlags.NONE : 0
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gio.Converter
Method |
convert
(String inbuf, guint32 inbuf_size, void* outbuf, guint32 outbuf_size, ConverterFlags flags, Object out_values)
:
Gio.ConverterResult
This is the main operation used when converting data.
|