allegro5.config

Undocumented in source.

Members

Functions

al_add_config_comment
void al_add_config_comment(ALLEGRO_CONFIG* config, char* section, char* comment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_add_config_section
void al_add_config_section(ALLEGRO_CONFIG* config, char* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_create_config
ALLEGRO_CONFIG* al_create_config()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_destroy_config
void al_destroy_config(ALLEGRO_CONFIG* config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_config_value
const(char)* al_get_config_value(ALLEGRO_CONFIG* config, char* section, char* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_first_config_entry
const(char)* al_get_first_config_entry(ALLEGRO_CONFIG* config, char* section, ALLEGRO_CONFIG_ENTRY** iterator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_first_config_section
const(char)* al_get_first_config_section(ALLEGRO_CONFIG* config, ALLEGRO_CONFIG_SECTION** iterator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_next_config_entry
const(char)* al_get_next_config_entry(ALLEGRO_CONFIG_ENTRY** iterator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_next_config_section
const(char)* al_get_next_config_section(ALLEGRO_CONFIG_SECTION** iterator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_load_config_file
ALLEGRO_CONFIG* al_load_config_file(char* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_load_config_file_f
ALLEGRO_CONFIG* al_load_config_file_f(ALLEGRO_FILE* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_merge_config
ALLEGRO_CONFIG* al_merge_config(ALLEGRO_CONFIG* cfg1, ALLEGRO_CONFIG* cfg2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_merge_config_into
void al_merge_config_into(ALLEGRO_CONFIG* master, ALLEGRO_CONFIG* add)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_remove_config_key
bool al_remove_config_key(ALLEGRO_CONFIG* config, char* section, char* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_remove_config_section
bool al_remove_config_section(ALLEGRO_CONFIG* config, char* section)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_save_config_file
bool al_save_config_file(char* filename, ALLEGRO_CONFIG* config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_save_config_file_f
bool al_save_config_file_f(ALLEGRO_FILE* file, ALLEGRO_CONFIG* config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_set_config_value
void al_set_config_value(ALLEGRO_CONFIG* config, char* section, char* key, char* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

ALLEGRO_CONFIG
struct ALLEGRO_CONFIG
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALLEGRO_CONFIG_ENTRY
struct ALLEGRO_CONFIG_ENTRY
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALLEGRO_CONFIG_SECTION
struct ALLEGRO_CONFIG_SECTION
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta