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

#include <ginitable.h>

Data Fields

GTypeInterface g_iface
 
gboolean(* init )(GInitable *initable, GCancellable *cancellable, GError **error)
 

Detailed Description

GInitableIface: @g_iface: The parent interface. @init: Initializes the object.

Provides an interface for initializing object such that initialization may fail.

Since: 2.22

Definition at line 52 of file ginitable.h.

Field Documentation

◆ g_iface

GTypeInterface _GInitableIface::g_iface

Definition at line 54 of file ginitable.h.

◆ init

gboolean(* _GInitableIface::init) (GInitable *initable, GCancellable *cancellable, GError **error)

Definition at line 58 of file ginitable.h.


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