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

#include <gclosure.h>

Data Fields

guint ref_count: 15
 
guint meta_marshal_nouse: 1
 
guint n_guards: 1
 
guint n_fnotifiers: 2
 
guint n_inotifiers: 8
 
guint in_inotify: 1
 
guint floating: 1
 
guint derivative_flag: 1
 
guint in_marshal: 1
 
guint is_invalid: 1
 
void(* marshal )(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
 
gpointer data
 
GClosureNotifyDatanotifiers
 

Detailed Description

Definition at line 173 of file gclosure.h.

Field Documentation

◆ data

gpointer _GClosure::data

Definition at line 197 of file gclosure.h.

◆ derivative_flag

guint _GClosure::derivative_flag

Definition at line 186 of file gclosure.h.

◆ floating

guint _GClosure::floating

Definition at line 184 of file gclosure.h.

◆ in_inotify

guint _GClosure::in_inotify

Definition at line 183 of file gclosure.h.

◆ in_marshal

guint _GClosure::in_marshal

Definition at line 188 of file gclosure.h.

◆ is_invalid

guint _GClosure::is_invalid

Definition at line 189 of file gclosure.h.

◆ marshal

void(* _GClosure::marshal) (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)

Definition at line 191 of file gclosure.h.

◆ meta_marshal_nouse

guint _GClosure::meta_marshal_nouse

Definition at line 179 of file gclosure.h.

◆ n_fnotifiers

guint _GClosure::n_fnotifiers

Definition at line 181 of file gclosure.h.

◆ n_guards

guint _GClosure::n_guards

Definition at line 180 of file gclosure.h.

◆ n_inotifiers

guint _GClosure::n_inotifiers

Definition at line 182 of file gclosure.h.

◆ notifiers

GClosureNotifyData* _GClosure::notifiers

Definition at line 199 of file gclosure.h.

◆ ref_count

guint _GClosure::ref_count

Definition at line 176 of file gclosure.h.


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