Method
GandivaFunctionRegistrylookup
since: 0.14.0
Declaration [src]
GGandivaNativeFunction*
ggandiva_function_registry_lookup (
  GGandivaFunctionRegistry* function_registry,
  GGandivaFunctionSignature* function_signature
)
      Parameters
function_signature- 
            
Type:
GGandivaFunctionSignatureA
GGandivaFunctionSignatureto 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. |