Query: push_config_state
OS: centos
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
push_config_state(3alleg4) Allegro manual push_config_state(3alleg4)NAMEpush_config_state - Pushes the current configuration state. Allegro game programming library.SYNOPSIS#include <allegro.h> void push_config_state();DESCRIPTIONPushes the current configuration state (filename, variable values, etc). onto an internal stack, allowing you to select some other config source and later restore the current settings by calling pop_config_state(). This function is mostly intended for internal use by other library functions, for example when you specify a config filename to the save_joystick_data() function, it pushes the config state before switching to the file you specified.SEE ALSOpop_config_state(3alleg4), set_config_file(3alleg4), save_joystick_data(3alleg4), exconfig(3alleg4) Allegro version 4.4.2 push_config_state(3alleg4)
Related Man Pages |
---|
set_config_file(3alleg4) - centos |
exconfig(3alleg4) - centos |
exconfig(3alleg4) - plan9 |
set_config_file(3alleg4) - plan9 |
set_config_file(3alleg4) - php |
Similar Topics in the Unix Linux Community |
---|
How to increment version inside a file? |
CentOS7 restoring file capabilities |
Shopt -s histappend |
Unsure why access time on a directory change isn't changing |
[TIP] Processing YAML files with yq |