mirror of
https://github.com/javalsai/lidm.git
synced 2025-09-01 02:47:59 +02:00
feat: ithnk full utf8 support & ui 100% consistent
This commit is contained in:
@@ -14,20 +14,13 @@ enum introspection_type {
|
||||
KEY,
|
||||
STRING_ARRAY,
|
||||
};
|
||||
static const char* const intros_tys_names[] = {
|
||||
static const char* NNULLABLE const intros_tys_names[] = {
|
||||
[STRING] = "STRING",
|
||||
[BOOL] = "BOOL",
|
||||
[KEY] = "KEY",
|
||||
[STRING_ARRAY] = "STRING_ARRAY",
|
||||
};
|
||||
|
||||
union introspection_variant {
|
||||
char* string;
|
||||
bool boolean;
|
||||
enum keys key;
|
||||
char** string_array;
|
||||
};
|
||||
|
||||
struct introspection_item {
|
||||
char* NNULLABLE name;
|
||||
size_t offset;
|
||||
|
Reference in New Issue
Block a user