libXDGdirs v1.1.1-2-g54a653b
An implementation of XDG Base Directory Specification
Loading...
Searching...
No Matches
xdgDirsList_t Struct Reference

Container for environment variables which are colon separated lists. More...

#include <xdgdirs.h>

Data Fields

const char * raw
 Raw value of environment variable.
 
const char ** list
 Null terminated array containing entries from environment variable.
 
size_t size
 Number of entries in environment variable.
 

Detailed Description

Examples
lists.c.

Definition at line 21 of file xdgdirs.h.

Field Documentation

◆ list

const char** xdgDirsList_t::list
Examples
lists.c.

Definition at line 23 of file xdgdirs.h.

◆ raw

const char* xdgDirsList_t::raw
Examples
lists.c.

Definition at line 22 of file xdgdirs.h.

◆ size

size_t xdgDirsList_t::size
Examples
lists.c.

Definition at line 24 of file xdgdirs.h.


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