diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-07-15 13:27:06 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-07-15 13:27:06 +0100 |
commit | 0358622a18d0dbf2d1b413a708e248db974f97a8 (patch) | |
tree | 480a4f12b9434a404bbcf8afc8a72b32ae6f856e /src/sound-service-dbus.h | |
parent | d8253fc0cfe667316e2e5f033bcbfba4c3044297 (diff) | |
parent | 6bab9d75b22aa21ed27e4961e6dbf4bbcdd2e94c (diff) | |
download | ayatana-indicator-sound-0358622a18d0dbf2d1b413a708e248db974f97a8.tar.gz ayatana-indicator-sound-0358622a18d0dbf2d1b413a708e248db974f97a8.tar.bz2 ayatana-indicator-sound-0358622a18d0dbf2d1b413a708e248db974f97a8.zip |
merged scrub bar work
Diffstat (limited to 'src/sound-service-dbus.h')
-rw-r--r-- | src/sound-service-dbus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sound-service-dbus.h b/src/sound-service-dbus.h index 258b610..72556ad 100644 --- a/src/sound-service-dbus.h +++ b/src/sound-service-dbus.h @@ -33,7 +33,6 @@ G_BEGIN_DECLS #define IS_SOUND_SERVICE_DBUS_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), SOUND_SERVICE_DBUS_TYPE)) #define SOUND_SERVICE_DBUS_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), SOUND_SERVICE_DBUS_TYPE, SoundServiceDbusClass)) - typedef struct _SoundServiceDbus SoundServiceDbus; typedef struct _SoundServiceDbusClass SoundServiceDbusClass; typedef struct _SoundData SoundData; |