Constructor
GomBinaryExpressionnew_and
Declaration
GomExpression*
gom_binary_expression_new_and (
GomExpression* left,
GomExpression* right
)
Parameters
left-
Type:
GomExpressionThe called function takes ownership of the data, and is responsible for freeing it. right-
Type:
GomExpressionThe called function takes ownership of the data, and is responsible for freeing it.
Return value
Type: GomBinaryExpression
| The caller of the function takes ownership of the data, and is responsible for freeing it. |