Class
PhocServer
Description [src]
class Phoc.Server : GObject.Object {
parent: GObject,
config: PhocConfig*,
desktop: PhocDesktop*,
input: PhocInput*,
flags: PhocServerFlags,
debug_flags: PhocServerDebugFlags,
inited: gboolean,
session: gchar*,
exit_status: gint,
mainloop: GMainLoop*,
wl_display: wl_display*,
wl_source: guint,
compositor: wlr_compositor*,
subcompositor: wlr_subcompositor*,
backend: wlr_backend*,
renderer: PhocRenderer*,
data_device_manager: wlr_data_device_manager*
}
The server singleton.
Maintains the compositors state.
Instance methods
phoc_server_setup
Perform wayland server initialization: parse command line and config, create the wayland socket, setup env vars.
Methods inherited from GInitable (1)
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.