Constructor
JavaScriptCoreValuenew_boolean
Declaration [src]
JSCValue*
jsc_value_new_boolean (
JSCContext* context,
gboolean value
)
Parameters
context |
JSCContext |
A |
|
The data is owned by the caller of the function. | |
value |
gboolean |
A #gboolean. |
Return value
Returns: | JSCValue |
A |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |