1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
.TH "al_remove_config_key" "3" "" "Allegro reference manual" ""
.SH NAME
.PP
al_remove_config_key \- Allegro 5 API
.SH SYNOPSIS
.IP
.nf
\f[C]
#include\ <allegro5/allegro.h>
bool\ al_remove_config_key(ALLEGRO_CONFIG\ *config,\ char\ const\ *section,
\ \ \ char\ const\ *key)
\f[]
.fi
.SH DESCRIPTION
.PP
Remove a key and its associated value in a section of a configuration.
.PP
Returns true if the entry was removed, or false if the entry did not
exist.
.SH SINCE
.PP
5.1.5
|