Settings
Object Hierarchy:
Description:
public sealed class Settings : Object
Content:
Properties:
- public bool add_tracks_to_start { get; set; }
If `true` tracks are added to the beginning of the playlist, otherwise
to the end.
- public string app_id { get; construct; }
Application ID.
- public string app_name { get; construct; }
Application name.
- public string app_name_lower { owned get; }
- public bool can_cache { get; set; }
Save content on disk or not.
- public bool can_control { get; construct; }
If `true`, the player can be controlled via mpris.
- public bool can_quit { get; construct; }
If `true`, the player can be quit via mpris.
- public bool can_raise { get; construct; }
If `true`, the player can be raised via mpris.
- public bool can_set_fullscreen { get; construct; }
If `true`, the player can be set fullscreen via mpris.
- public bool fullscreen { get; set; }
Client opened in fullscreen mode or not. It is NOT maximized window.
- public MusicQuality music_quality { get; set; }
Download hight quality tracks or not.
- public bool mute { get; set; }
Player's mute. Should be used instead of `player.mute`.
- public RepeatMode repeat_mode { get; set; }
Player's repeat mode. Should be used instead of `player.repat_mode`.
- public ShuffleMode shuffle_mode { get; set; }
Player's shuffle mode. Should be used instead of
`player.shuffle_mode`.
- public double volume { get; set; }
Player's volume. Should be used instead of `player.volume`.
Creation methods:
- public Settings (string app_name, string app_id, bool can_control = true, bool can_quit = true, bool can_raise = true, bool can_set_fullscreen = true)
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref