Xiqual 0.9.1

In file xitools/cfg_freesection.c:

void cfg_freesection

(preferences* prefs)

Free a preferences section and its variables.

Documentation

Free a preferences section and its variables. If you used cfg_loadprefs() to load the structures from a file, this function will be called as a destructor on each section. A simple list_free() on the List will deallocate all resources.
Parameters:
prefs - Preferences structure (section), as created by cfg_newsection().
Author:
Ronny Bangsund
See Also:
preferences, cfg_loadprefs(), cfg_newsection()

Alphabetic index



This page was generated with the help of DOC++.