Struct

PhocConfig

since: 0

Description

struct PhocConfig {
  _Bool xwayland;
  _Bool xwayland_lazy;
  PhocKeybindings* keybindings;
  GSList* outputs;
  char* config_path;
}
No description available.
Structure members
xwayland
No description available.
xwayland_lazy
No description available.
keybindings
No description available.
outputs
No description available.
config_path
No description available.

Available since: 0

Functions

phoc_config_new_from_data

Parse the given config data.

since: 0

phoc_config_new_from_file

Parse the file at the given location into a configuration.

since: 0

Instance methods

phoc_config_destroy

Destroy the config and free its resources.

since: 0

phoc_config_get_output

Get intended configuration for the given output.

since: 0