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

#include <ghook.h>

Data Fields

gpointer data
 
GHooknext
 
GHookprev
 
guint ref_count
 
gulong hook_id
 
guint flags
 
gpointer func
 
GDestroyNotify destroy
 

Detailed Description

Definition at line 75 of file ghook.h.

Field Documentation

◆ data

gpointer _GHook::data

Definition at line 77 of file ghook.h.

◆ destroy

GDestroyNotify _GHook::destroy

Definition at line 84 of file ghook.h.

◆ flags

guint _GHook::flags

Definition at line 82 of file ghook.h.

◆ func

gpointer _GHook::func

Definition at line 83 of file ghook.h.

◆ hook_id

gulong _GHook::hook_id

Definition at line 81 of file ghook.h.

◆ next

GHook* _GHook::next

Definition at line 78 of file ghook.h.

◆ prev

GHook* _GHook::prev

Definition at line 79 of file ghook.h.

◆ ref_count

guint _GHook::ref_count

Definition at line 80 of file ghook.h.


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