1 #ifndef ACTIVATE_SETINGS_DAEMON
2 #define ACTIVATE_SETINGS_DAEMON
3 
4 #include <glib.h>
5 
6 /* Returns FALSE if activation failed, else TRUE */
7 gboolean activate_settings_daemon (void);
8 
9 #endif
10