Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
GIFunctionInvoker Struct Reference

#include <girffi.h>

Data Fields

ffi_cif cif
 
void * native_address
 
void * padding [3]
 

Detailed Description

GIFunctionInvoker: @cif: the cif @native_address: the native address

Structure containing the data necessary to invoke a callable function.

Since: 2.80

Definition at line 66 of file girffi.h.

Field Documentation

◆ cif

ffi_cif GIFunctionInvoker::cif

Definition at line 67 of file girffi.h.

◆ native_address

void* GIFunctionInvoker::native_address

Definition at line 68 of file girffi.h.

◆ padding

void* GIFunctionInvoker::padding[3]

Definition at line 70 of file girffi.h.


The documentation for this struct was generated from the following file: