mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
GSettings: more PLT/visibility fixups
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
|
||||
#include "gnullsettingsbackend.h"
|
||||
|
||||
#include "gioalias.h"
|
||||
|
||||
#define G_TYPE_NULL_SETTINGS_BACKEND (g_null_settings_backend_get_type ())
|
||||
#define G_NULL_SETTINGS_BACKEND(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), \
|
||||
G_TYPE_NULL_SETTINGS_BACKEND, \
|
||||
@@ -32,6 +34,7 @@
|
||||
typedef GSettingsBackendClass GNullSettingsBackendClass;
|
||||
typedef GSettingsBackend GNullSettingsBackend;
|
||||
|
||||
static GType g_null_settings_backend_get_type (void);
|
||||
G_DEFINE_TYPE (GNullSettingsBackend,
|
||||
g_null_settings_backend,
|
||||
G_TYPE_SETTINGS_BACKEND)
|
||||
|
Reference in New Issue
Block a user