Class

PhocServer

since: 0

Description [src]

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

The server singleton.

Maintains the compositor’s state.

Available since: 0

Ancestors

Implements

Functions

phoc_server_get_default

Get the server singleton.

since: 0

Instance methods

phoc_server_check_debug_flags

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

since: 0

phoc_server_get_backend
No description available.

since: 0

phoc_server_get_compatibles
No description available.

since: 0

phoc_server_get_compositor
No description available.

since: 0

phoc_server_get_config

Get the object that has the config file content.

since: 0

phoc_server_get_desktop

Get’s the desktop singleton.

since: 0

phoc_server_get_input

Get the device handling new input devices and seats.

since: 0

phoc_server_get_last_active_seat

Get’s the last active seat.

since: 0

phoc_server_get_renderer

Gets the renderer object.

since: 0

phoc_server_get_session
No description available.

since: 0

phoc_server_get_session_exec

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

since: 0

phoc_server_get_session_exit_status
No description available.

since: 0

phoc_server_get_wl_display
No description available.

since: 0

phoc_server_set_linux_dmabuf_surface_feedback
No description available.

since: 0

phoc_server_setup

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

since: 0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from GInitable (1)
g_initable_init

Initializes the object implementing the interface.

unstable since: 2.22

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.

unstable since: 2.0

Class structure

struct PhocServerClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.