diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-10 12:57:35 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-10 12:57:35 +0000 |
commit | e102f3b357c8ee39efde7406d7abfed5c0d16998 (patch) | |
tree | f5fd06da6f6a70574b058c14a921fe33c7b7ae46 /src/sound-service-dbus.h | |
parent | 34cc781067306d2c3f78f1ffd92c8fff734257f2 (diff) | |
download | ayatana-indicator-sound-e102f3b357c8ee39efde7406d7abfed5c0d16998.tar.gz ayatana-indicator-sound-e102f3b357c8ee39efde7406d7abfed5c0d16998.tar.bz2 ayatana-indicator-sound-e102f3b357c8ee39efde7406d7abfed5c0d16998.zip |
porting in progress
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 |