X11workbench Toolkit  1.0

Array wrapper for CHXSetting cache. More...

#include <conf_help.h>

Data Fields

Display * pDisplay
 identifies which display it belongs to (reserved)
 
int nSettings
 the total number of settings in aData
 
unsigned int uiSerial
 serial number from last XSETTINGS query
 
CHXSetting aData [1]
 An array of 'nSettings' CHXSetting structures. Binary and string data directly follows the array.
 

Detailed Description

Array wrapper for CHXSetting cache.

This structure wraps the array of CHXSetting structures and any variable length data that it might reference. It is the internal format for the settings array and can be retrieved by calling CHGetXSettings()

typedef struct _CHXSettings_
{
Display *pDisplay; // identifies which display it belongs to (reserved)
int nSettings; // the total number of settings in aData
unsigned int uiSerial; // serial number from last XSETTINGS query
CHXSetting aData[1]; // An array of 'nSettings' \ref CHXSetting structures. Binary and string data directly follows the array.

Definition at line 465 of file conf_help.h.


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