diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-08-10 16:34:01 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-08-10 16:34:01 +0100 |
commit | 7cb21f1a155f52646030e987ab60503b02a04496 (patch) | |
tree | 756a5df404771cbc0dbae3eca8ae7a18a0c7b7d0 /src/sound-service-dbus.h | |
parent | c60b7f972eb8faa1b06366dfebdb4a220d565f1e (diff) | |
parent | a71045671c8681c900847af89afdf0f8b17c7189 (diff) | |
download | ayatana-indicator-sound-7cb21f1a155f52646030e987ab60503b02a04496.tar.gz ayatana-indicator-sound-7cb21f1a155f52646030e987ab60503b02a04496.tar.bz2 ayatana-indicator-sound-7cb21f1a155f52646030e987ab60503b02a04496.zip |
merged the greeter work
Diffstat (limited to 'src/sound-service-dbus.h')
-rw-r--r-- | src/sound-service-dbus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound-service-dbus.h b/src/sound-service-dbus.h index 9b19a5e..1c15fc7 100644 --- a/src/sound-service-dbus.h +++ b/src/sound-service-dbus.h @@ -53,7 +53,7 @@ struct _SoundServiceDbusClass { GType sound_service_dbus_get_type (void) G_GNUC_CONST; -DbusmenuMenuitem* sound_service_dbus_create_root_item (SoundServiceDbus* self); +DbusmenuMenuitem* sound_service_dbus_create_root_item (SoundServiceDbus* self, gboolean greeter_mode); void sound_service_dbus_update_sound_state (SoundServiceDbus* self, SoundState new_state); void sound_service_dbus_build_sound_menu ( SoundServiceDbus* self, DbusmenuMenuitem* mute_item, |