14 lines
210 B
Text
14 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
|