Function
ArrowFunctionfind
since: 1.0.0
Declaration [src]
GArrowFunction*
garrow_function_find (
const gchar* name
)
Parameters
name-
Type:
const gchar*A function name to be found.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: GArrowFunction
The found GArrowFunction or NULL on not found.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |