diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-11 12:12:30 -0600 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-11 12:12:30 -0600 |
commit | d8da7cdced255ac430caa78b9e6d24d9476e76d8 (patch) | |
tree | 376066b4c491b77c72f3073918eec7cca8be8e65 /src/sound-service-dbus.h | |
parent | 714c7c49776e8a341254a3e4297b465d181206cd (diff) | |
parent | 259057b02fe5c6b777a438331defa2dda628dfd2 (diff) | |
download | ayatana-indicator-sound-d8da7cdced255ac430caa78b9e6d24d9476e76d8.tar.gz ayatana-indicator-sound-d8da7cdced255ac430caa78b9e6d24d9476e76d8.tar.bz2 ayatana-indicator-sound-d8da7cdced255ac430caa78b9e6d24d9476e76d8.zip |
merged the dreaded gdbus port
Diffstat (limited to 'src/sound-service-dbus.h')
-rw-r--r-- | src/sound-service-dbus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound-service-dbus.h b/src/sound-service-dbus.h index b6e8193..0d1573b 100644 --- a/src/sound-service-dbus.h +++ b/src/sound-service-dbus.h @@ -48,6 +48,7 @@ struct _SoundServiceDbus { struct _SoundServiceDbusClass { GObjectClass parent_class; }; + GType sound_service_dbus_get_type (void) G_GNUC_CONST; // Utility methods to get the SIGNAL messages across into the sound-service-dbus |