eid-viewer
eid-viewer library
Loading...
Searching...
No Matches
gtk
prefs.h
1
#ifndef EID_VWR_GTK_PREFS_H
2
#define EID_VWR_GTK_PREFS_H
3
4
#include <config.h>
5
6
#if HAVE_GIO
7
#include <gio/gio.h>
8
9
GSettings *get_prefs() G_GNUC_PURE;
10
#else
11
#define get_prefs() NULL
12
#define g_settings_bind(s, k, o, p, f) { }
13
14
#endif
15
16
#endif
Generated by
1.9.8