Struct

PhocConfig

[]

Description

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

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.

socket

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.