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

@@ -26,8 +26,6 @@
#include "gsettingsbackend.h"
G_BEGIN_DECLS
typedef void (*GSettingsBackendChangedFunc) (GSettingsBackend *backend,
const gchar *key,
gpointer origin_tag,
@@ -98,7 +96,4 @@ void g_settings_backend_unsubscribe (GSettin
G_GNUC_INTERNAL
void g_settings_backend_subscribe (GSettingsBackend *backend,
const char *name);
G_END_DECLS
#endif /* __G_SETTINGS_BACKEND_INTERNAL_H__ */