i3
Data Fields
CommandResult Struct Reference

A struct that contains useful information about the result of a command as a whole (e.g. More...

#include <commands_parser.h>

Data Fields

bool parse_error
 
char * error_message
 
bool needs_tree_render
 

Detailed Description

A struct that contains useful information about the result of a command as a whole (e.g.

a compound command like "floating enable, border none"). needs_tree_render is true if needs_tree_render of any individual command was true.

Definition at line 40 of file commands_parser.h.

Field Documentation

char* CommandResult::error_message

Definition at line 43 of file commands_parser.h.

Referenced by command_result_free(), and parse_command().

bool CommandResult::needs_tree_render
bool CommandResult::parse_error

Definition at line 41 of file commands_parser.h.

Referenced by parse_command(), and run_binding().


The documentation for this struct was generated from the following file: