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