summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorSeth Nickell <seth@src.gnome.org>2002-03-11 01:44:21 +0000
committerSeth Nickell <seth@src.gnome.org>2002-03-11 01:44:21 +0000
commit8717066fbd4dbc4574482cb06f89fd3a3b234fb4 (patch)
tree27ec6e6a2b8d625fe08f8c00ea312e65b5b4c380 /idl
parent3831d63e7745a7b632f13b46b816b650ea7da384 (diff)
downloadgnome-control-center-8717066fbd4dbc4574482cb06f89fd3a3b234fb4.tar.gz
Add IDL for SettingsDaemon
Diffstat (limited to 'idl')
-rw-r--r--idl/GNOME_SettingsDaemon.idl13
-rw-r--r--idl/Makefile.am3
2 files changed, 15 insertions, 1 deletions
diff --git a/idl/GNOME_SettingsDaemon.idl b/idl/GNOME_SettingsDaemon.idl
new file mode 100644
index 000000000..48aa118c1
--- /dev/null
+++ b/idl/GNOME_SettingsDaemon.idl
@@ -0,0 +1,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
diff --git a/idl/Makefile.am b/idl/Makefile.am
index d90e040d3..60243220a 100644
--- a/idl/Makefile.am
+++ b/idl/Makefile.am
@@ -1,6 +1,7 @@
idldir = $(datadir)/idl
-idl_DATA = ConfigArchiver.idl
+idl_DATA = ConfigArchiver.idl \
+ GNOME_SettingsDaemon.idl
EXTRA_DIST = $(idl_DATA)