Function

JavaScriptCoreoptions_set_uint

since: 2.24

Declaration [src]

gboolean
jsc_options_set_uint (
  const char* option,
  guint value
)

Description [src]

Set option as a #guint value.

Available since: 2.24

Parameters

option

Type: const char*

The option identifier.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
value

Type: guint

The value to set.

Return value

Type: gboolean

TRUE if option was correctly set or FALSE otherwise.