Constructor
GandivaBinaryLiteralNodenew
since: 0.12.0
Declaration [src]
GGandivaBinaryLiteralNode*
ggandiva_binary_literal_node_new (
  const guint8* value,
  gsize size
)
Parameters
- value
- 
            Type: An array of guint8The value of the binary literal. The length of the array is specified in the sizeargument.The data is owned by the caller of the function. 
- size
- 
            Type: gsizeThe number of bytes of the value. 
Return value
Type: GGandivaBinaryLiteralNode
A newly created GGandivaBinaryLiteralNode.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |