diff options
author | Michael Terry <michael.terry@canonical.com> | 2011-08-03 13:05:34 -0400 |
---|---|---|
committer | Michael Terry <michael.terry@canonical.com> | 2011-08-03 13:05:34 -0400 |
commit | a71045671c8681c900847af89afdf0f8b17c7189 (patch) | |
tree | 756a5df404771cbc0dbae3eca8ae7a18a0c7b7d0 /src/sound-service-dbus.h | |
parent | c60b7f972eb8faa1b06366dfebdb4a220d565f1e (diff) | |
download | ayatana-indicator-sound-a71045671c8681c900847af89afdf0f8b17c7189.tar.gz ayatana-indicator-sound-a71045671c8681c900847af89afdf0f8b17c7189.tar.bz2 ayatana-indicator-sound-a71045671c8681c900847af89afdf0f8b17c7189.zip |
don't show player bridge and settings links when used in a greeter
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, |