Struct

PhocConfig

Description

struct PhocConfig {
  bool xwayland;
  bool xwayland_lazy;
  gpointer outputs;
  char* config_path;
  char* socket;
}

No description available.

Structure members
xwayland: bool

No description available.

xwayland_lazy: bool

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.