home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2006 November (DVD)
/
PCWELT_11_2006.ISO
/
casper
/
filesystem.squashfs
/
usr
/
share
/
idl
/
GNOME_SettingsDaemon.idl
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-08-30
|
210 b
|
14 lines
#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