Struct

PhocConfig

Description

struct PhocConfig {
  _Bool xwayland;
  _Bool xwayland_lazy;
  PhocKeybindings* keybindings;
  gpointer outputs;
  char* config_path;
  char* socket;
}

No description available.

Structure members
xwayland: _Bool

No description available.

xwayland_lazy: _Bool

No description available.

keybindings: PhocKeybindings

No description available.

outputs: gpointer

No description available.

config_path: char*

No description available.

socket: char*

No description available.

Functions

phoc_config_new_from_data

Parse the given config data.

phoc_config_new_from_file

Parse the file at the given location into a configuration.

Instance methods

phoc_config_destroy

Destroy the config and free its resources.

phoc_config_get_output

Get intended configuration for the given output.