Add IDL for SettingsDaemon

This commit is contained in:
Seth Nickell 2002-03-11 01:44:21 +00:00
parent 3831d63e77
commit 8717066fbd
2 changed files with 15 additions and 1 deletions

View file

@ -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

View file

@ -1,6 +1,7 @@
idldir = $(datadir)/idl
idl_DATA = ConfigArchiver.idl
idl_DATA = ConfigArchiver.idl \
GNOME_SettingsDaemon.idl
EXTRA_DIST = $(idl_DATA)