Function
Pango.scan_int
Declaration [src]
gboolean
pango_scan_int (
const char** pos,
int* out
)
Parameters
pos |
const char** |
in/out string position |
|
Direction: in-out | |
The called function takes ownership of the data, and is responsible for freeing it | |
The string is a NUL terminated UTF-8 string | |
out |
int* |
an int into which to write the result |
|
Direction: out | |
The called function takes ownership of the data, and is responsible for freeing it |