Function

ArrowFunctionfind

Declaration [src]

GArrowFunction*
garrow_function_find (
  const gchar* name
)

Description

No description available.
Available since:1.0.0

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 GArrowFunction or NULL on not found.

 The caller of the function takes ownership of the data, and is responsible for freeing it.