Class

PhocServer

[]

Description [src]

final class Phoc.Server : GObject.Object
  implements Gio.Initable {
  /* No available fields */
}

The server singleton.

Maintains the compositor’s state.

[]

Ancestors

[]

Implements

[]

Functions

phoc_server_get_default

Get the server singleton.

[]

Instance methods

phoc_server_check_debug_flags

Checks if the given debug flags are set in this server.

phoc_server_get_backend
No description available.

phoc_server_get_compatibles
No description available.

phoc_server_get_compositor
No description available.

phoc_server_get_config

Get the object that has the config file content.

phoc_server_get_debug_flags

Get the debug flags.

phoc_server_get_desktop

Get’s the desktop singleton.

phoc_server_get_input

Get the device handling new input devices and seats.

phoc_server_get_last_active_seat

Get’s the last active seat.

phoc_server_get_log_domains

Get the logging domains.

phoc_server_get_renderer

Gets the renderer object.

phoc_server_get_session
No description available.

phoc_server_get_session_exec

Return the command that will be run to start the session.

phoc_server_get_session_exit_status
No description available.

phoc_server_get_wl_display
No description available.

phoc_server_set_debug_flags

Set the currently enabled debug flags.

phoc_server_set_log_domains

Set the currently enabled logging domains.

phoc_server_setup

Perform wayland server initialization: parse command line and config, create the wayland socket, setup env vars.

Methods inherited from GObject (43)
Methods inherited from GInitable (1)
[]

Properties

Phoc.Server:debug-flags

The debug flags currently active.

Phoc.Server:log-domains

The current log domains.

[]

Signals

Signals inherited from GObject (1)

Class structure