mirror of https://github.com/xzeldon/htop.git
Meter: document MeterClass string fields
This commit is contained in:
parent
c0b50164dd
commit
472f0124cd
8
Meter.h
8
Meter.h
|
@ -39,10 +39,10 @@ typedef struct MeterClass_ {
|
|||
const int defaultMode;
|
||||
const double total;
|
||||
const int* const attributes;
|
||||
const char* const name;
|
||||
const char* const uiName;
|
||||
const char* const caption;
|
||||
const char* const description;
|
||||
const char* const name; /* internal name of the meter, must not contain any space */
|
||||
const char* const uiName; /* display name in header setup menu */
|
||||
const char* const caption; /* prefix in the actual header */
|
||||
const char* const description; /* optional meter description in header setup menu */
|
||||
const uint8_t maxItems;
|
||||
} MeterClass;
|
||||
|
||||
|
|
Loading…
Reference in New Issue