Fun API Documentation 0.42.1
The programming language that makes you have fun!
Loading...
Searching...
No Matches
IniSlot Struct Reference

One slot in the global INI handle registry. More...

Data Fields

dictionary * dict
int in_use

Detailed Description

One slot in the global INI handle registry.

Associates an iniparser dictionary pointer with an in-use flag. The registry takes ownership of the dictionary for the lifetime of the slot and will free it when the handle is released via ini_free_handle().

Definition at line 69 of file ini.c.

Field Documentation

◆ dict

dictionary* dict

Definition at line 70 of file ini.c.

◆ in_use

int in_use

Definition at line 71 of file ini.c.


The documentation for this struct was generated from the following file: