gnome-control-center/idl/GNOME_SettingsDaemon.idl
2002-03-11 01:44:21 +00:00

13 lines
210 B
Text

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