Method

GandivaFunctionRegistrylookup

since: 0.14.0

Declaration [src]

GGandivaNativeFunction*
ggandiva_function_registry_lookup (
  GGandivaFunctionRegistry* function_registry,
  GGandivaFunctionSignature* function_signature
)

Description

No description available.

Available since: 0.14.0

Parameters

function_signature

Type: GGandivaFunctionSignature

A GGandivaFunctionSignature to be looked up.

The data is owned by the caller of the function.

Return value

Type: GGandivaNativeFunction

The native functions associated to the given GGandivaFunctionSignature.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.