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

#include <gsettings.h>

Data Fields

GObjectClass parent_class
 
void(* writable_changed )(GSettings *settings, const gchar *key)
 
void(* changed )(GSettings *settings, const gchar *key)
 
gboolean(* writable_change_event )(GSettings *settings, GQuark key)
 
gboolean(* change_event )(GSettings *settings, const GQuark *keys, gint n_keys)
 
gpointer padding [20]
 

Detailed Description

Definition at line 47 of file gsettings.h.

Field Documentation

◆ change_event

gboolean(* _GSettingsClass::change_event) (GSettings *settings, const GQuark *keys, gint n_keys)

Definition at line 58 of file gsettings.h.

◆ changed

void(* _GSettingsClass::changed) (GSettings *settings, const gchar *key)

Definition at line 54 of file gsettings.h.

◆ padding

gpointer _GSettingsClass::padding[20]

Definition at line 62 of file gsettings.h.

◆ parent_class

GObjectClass _GSettingsClass::parent_class

Definition at line 49 of file gsettings.h.

◆ writable_change_event

gboolean(* _GSettingsClass::writable_change_event) (GSettings *settings, GQuark key)

Definition at line 56 of file gsettings.h.

◆ writable_changed

void(* _GSettingsClass::writable_changed) (GSettings *settings, const gchar *key)

Definition at line 52 of file gsettings.h.


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