Wiki
Download
Manual
Eggs
API
Tests
Bugs
show
edit
history
You can edit this page using
wiki syntax
for markup.
Article contents:
== Outdated egg! This is an egg for CHICKEN 4, the unsupported old release. You're almost certainly looking for [[/eggref/5/allegro|the CHICKEN 5 version of this egg]], if it exists. If it does not exist, there may be equivalent functionality provided by another egg; have a look at the [[https://wiki.call-cc.org/chicken-projects/egg-index-5.html|egg index]]. Otherwise, please consider porting this egg to the current version of CHICKEN. [[tags: allegro game]] == allegro This document pertains to configuration related methods found in the Allegro egg. Please see the main [allegro] wiki page for more information. [[toc:]] == Records === config <record>config</record> === config-entry <record>config-entry</config> === config-section <record>config-section</record> == Functions === Config Files <procedure>(make-config*)</procedure> Implements al_create_config. <procedure>(make-config)</procedure> Implements al_create_config, with (free-config!) declared as a finalizer. <procedure>(free-config! config)</procedure> Implements al_destroy_config. <procedure>(config-section-add! config string)</procedure> Implements al_add_config_section. <procedure>(config-value-set! config (string section) (string key) (string value))</procedure> Implements al_set_config_value. <procedure>(config-comment-add! config (string section) (string comment))</procedure> Implements al_add_config_comment. <procedure>(config-value config (string section) (string key))</procedure> Implements al_get_config_value. <procedure>(load-config* string)</procedure> Implements al_load_config_file. <procedure>(load-config string)</procedure> Implements al_load_config_file, with (free-config!) decalred as a finalizer. <procedure>(load-config-from-file* file)</procedure> Implements al_load_config_file_f. <procedure>(load-config-from-file file)</procedure> Implements al_load_config_file_f, with (free-config!) declared as a finalizer. <procedure>(config-save config string)</procedure> Implements al_save_config_file. <procedure>(config-save-to-file config file)</procedure> Implements al_save_config_file_f. <procedure>(config-merge! config config)</procedure> Implements al_merge_config_into. <procedure>(config-merge config config)</procedure> Implements al_merge_config. <procedure>(config-sections config)</procedure> Creates an iterator that covers the sections of the given config. Returns values of the form (list config-section promise). (force) the promise to get the next section. Needs testing! <procedure>(config-entries config config-section)</procedure> Creates an iterator that covers the entries of the given config and config-section. Returns values of the form (list config-entry promise). (force) the promise to get the next entry. Needs testing!
Description of your changes:
I would like to authenticate
Authentication
Username:
Password:
Spam control
What do you get when you add 7 to 21?