Shell
Object Hierarchy:
Description:
[
CCode ( type_id =
"phosh_shell_get_type ()" ) ]
public class Shell :
Object,
ActionGroup,
ActionMap
The shell singleton
Shell is responsible for instantiating the GUI parts of the shell#PhoshTopPanel, PhoshHome,…
and the managers that interface with DBus PhoshMonitorManager, PhoshFeedbackManager, … and coordinates between
them.
Content:
Properties:
- public bool docked { get; set; }
Whether the device is currently docked.
- public bool locked { get; set; }
Whether the screen is currently locked.
- public string[] log_domains { owned get; set; }
The current log domains
- public bool overview_visible { get; set; }
Whether to display the `PhoshHome` (overview and home bar)
Static methods:
- public static unowned Shell get_default ()
Get the shell singleton
Creation methods:
Methods:
Signals:
Inherited Members:
All known members inherited from class GLib.Object
All known members inherited from interface GLib.ActionGroup
All known members inherited from interface GLib.ActionMap