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

#include <gtype.h>

Data Fields

GInterfaceInitFunc interface_init
 
GInterfaceFinalizeFunc interface_finalize
 
gpointer interface_data
 

Detailed Description

GInterfaceInfo: @interface_init: location of the interface initialization function @interface_finalize: location of the interface finalization function @interface_data: user-supplied data passed to the interface init/finalize functions

A structure that provides information to the type system which is used specifically for managing interface types.

Definition at line 1163 of file gtype.h.

Field Documentation

◆ interface_data

gpointer _GInterfaceInfo::interface_data

Definition at line 1167 of file gtype.h.

◆ interface_finalize

GInterfaceFinalizeFunc _GInterfaceInfo::interface_finalize

Definition at line 1166 of file gtype.h.

◆ interface_init

GInterfaceInitFunc _GInterfaceInfo::interface_init

Definition at line 1165 of file gtype.h.


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