Function
JavaScriptCoreoptions_get_uint
Declaration [src]
gboolean
jsc_options_get_uint (
const char* option,
guint* value
)
Parameters
option |
const char* |
The option identifier. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
value |
guint* |
Return location for the option value. |
|
The argument will be set by the function. | |
The called function takes ownership of the data, and is responsible for freeing it. |