Constructor
GomSearchExpressionnew
Declaration
GomExpression*
gom_search_expression_new (
GomExpression* target,
GomExpression* query,
GomSearchMode mode
)
Parameters
target-
Type:
GomExpressionThe called function takes ownership of the data, and is responsible for freeing it. query-
Type:
GomExpressionThe called function takes ownership of the data, and is responsible for freeing it. mode-
Type:
GomSearchModeThe search match mode.
Return value
Type: GomSearchExpression
| The caller of the function takes ownership of the data, and is responsible for freeing it. |