Function
Cameliconv
Declaration [src]
gsize
camel_iconv (
GIConv cd,
const gchar** inbuf,
gsize* inleft,
gchar** outbuf,
gsize* outleft
)
Parameters
cd-
Type:
GIConvNo description available.
inbuf-
Type:
const gchar**No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. inleft-
Type:
gsize*No description available.
The data is owned by the caller of the function. outbuf-
Type:
gchar**No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. outleft-
Type:
gsize*No description available.
The data is owned by the caller of the function.