Function
ArrowFunctionfind
Declaration [src]
GArrowFunction*
garrow_function_find (
const gchar* name
)
Parameters
name |
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
Returns: | GArrowFunction |
The found |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |