Atrinik Client 2.5
Data Fields
setting_struct Struct Reference

#include <settings.h>

Data Fields

char * name
char * desc
uint8 type
uint8 internal
void * custom_attrset
union {
   char *   str
   sint64   i
val

Detailed Description

A single setting.

Definition at line 203 of file settings.h.


Field Documentation

Custom data; for settings like select, range, etc.

Definition at line 218 of file settings.h.

Description of the setting.

Definition at line 209 of file settings.h.

Integer value.

Definition at line 227 of file settings.h.

Whether the setting is internal, and should not be shown to the user.

Definition at line 215 of file settings.h.

Name of the setting.

Definition at line 206 of file settings.h.

String value.

Definition at line 224 of file settings.h.

Type of the setting - one of SETTING_TYPE_xxx.

Definition at line 212 of file settings.h.


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