2002-03-10 Seth Nickell <snickell@stanford.edu> * Makefile.am: * activate-settings-daemon.c: (popup_error_message), (activate_settings_daemon): * activate-settings-daemon.h: Add new client interface for activating the settings daemon if its not already running.
9 lines
186 B
C
9 lines
186 B
C
#ifndef ACTIVATE_SETINGS_DAEMON
|
|
#define ACTIVATE_SETINGS_DAEMON
|
|
|
|
#include <glib.h>
|
|
|
|
/* Returns FALSE if activation failed, else TRUE */
|
|
gboolean activate_settings_daemon (void);
|
|
|
|
#endif
|