LatexilaSettings
LatexilaSettings — Central access to GSettings objects
|
|
Object Hierarchy
GObject
╰── LatexilaSettings
Includes
#include <latexila.h>
Description
LatexilaSettings is a singleton class to have a central access to GSettings
objects. The central access permits to share the same GSettings objects
between different parts of the application, which normally increases the
performances when synchronizing the values (but this hasn't been verified).
Functions
latexila_settings_get_singleton ()
LatexilaSettings *
latexila_settings_get_singleton (void
);
latexila_settings_peek_editor_settings ()
GSettings *
latexila_settings_peek_editor_settings
(LatexilaSettings *self
);
Returns
the GSettings for
"org.gnome.gnome-latex.preferences.editor"
.
[transfer none]
Types and Values
struct LatexilaSettings
struct LatexilaSettings;