summaryrefslogtreecommitdiff
path: root/idl/GNOME_SettingsDaemon.idl
blob: 48aa118c159b8075afb88c67a66dbde9cce20ce2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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