gnome-control-center/idl/GNOME_SettingsDaemon.idl

14 lines
210 B
Text
Raw Normal View History

2002-03-11 01:44:21 +00:00
#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