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:
Text File  |  2006-08-30  |  210 b   |  14 lines

  1. #ifndef GNOME_SETTINGS_DAEMON_IDL
  2. #define GNOME_SETTINGS_DAEMON_IDL
  3.  
  4. #include <Bonobo.idl>
  5.  
  6. module GNOME {
  7.  
  8.   interface SettingsDaemon : Bonobo::Unknown {
  9.     boolean awake (in string service);
  10.   };
  11. };
  12.  
  13. #endif
  14.