diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-09 15:30:29 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-09 15:30:29 +0000 |
commit | 33e8e6c2ac125ba3806032ea3ef730bd5c782ac8 (patch) | |
tree | 8824cfe53ae0fea3a90f6489e3eed8610e74da86 /src/freedesktop-interfaces.vala | |
parent | 07197b0c4a8153ad65daecf920d0e0d51b1bebbc (diff) | |
download | ayatana-indicator-sound-33e8e6c2ac125ba3806032ea3ef730bd5c782ac8.tar.gz ayatana-indicator-sound-33e8e6c2ac125ba3806032ea3ef730bd5c782ac8.tar.bz2 ayatana-indicator-sound-33e8e6c2ac125ba3806032ea3ef730bd5c782ac8.zip |
more refactoring
Diffstat (limited to 'src/freedesktop-interfaces.vala')
-rw-r--r-- | src/freedesktop-interfaces.vala | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/freedesktop-interfaces.vala b/src/freedesktop-interfaces.vala index 3e5d832..4d75044 100644 --- a/src/freedesktop-interfaces.vala +++ b/src/freedesktop-interfaces.vala @@ -30,6 +30,12 @@ public interface FreeDesktopIntrospectable: Object { public abstract string Introspect() throws IOError; } +[DBus (name = "org.freedesktop.DBus.Properties")] +public interface FreeDesktopProperties : Object{ + public signal void PropertiesChanged (string source, HashTable<string, Variant?> changed_properties, + string[] invalid ); +} + public errordomain XmlError { FILE_NOT_FOUND, XML_DOCUMENT_EMPTY |