Constructor
GandivaStringLiteralNodenew
since: 0.12.0
Declaration [src]
GGandivaStringLiteralNode*
ggandiva_string_literal_node_new (
  const gchar* value
)
      Parameters
value- 
            
Type:
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
Type: GGandivaStringLiteralNode
A newly created GGandivaStringLiteralNode.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |