_GInterfaceInfo Struct Reference

#include <stdapis/glib-2.0/gobject/gtype.h>

struct _GInterfaceInfo

Detailed Description

GInterfaceInfo: : location of the interface initialization function : location of the interface finalization function : 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.

Member Attribute Documentation

interface_data

gpointer interface_data

interface_finalize

GInterfaceFinalizeFunc interface_finalize

interface_init

GInterfaceInitFunc interface_init