Constructor
GandivaStringLiteralNodenew
Declaration [src]
GGandivaStringLiteralNode*
ggandiva_string_literal_node_new (
const gchar* value
)
Parameters
value |
const gchar* |
The value of the UTF-8 encoded string literal. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | GGandivaStringLiteralNode |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |