GSettings: more PLT/visibility fixups

This commit is contained in:
Ryan Lortie
2010-04-16 12:02:29 -04:00
parent 149224664f
commit 04c1eadfff
4 changed files with 10 additions and 6 deletions

View File

@@ -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)