#ifndef GNOME_SETTINGS_DAEMON_IDL #define GNOME_SETTINGS_DAEMON_IDL #include module GNOME { interface SettingsDaemon : Bonobo::Unknown { boolean awake (in string service); }; }; #endif