2
0
forked from Ivasoft/DSView

The decdoer info surports mutil-language

This commit is contained in:
dreamsourcelabTAI
2022-10-31 15:38:37 +08:00
parent d04f66d7a4
commit 161f7168d2
12 changed files with 100 additions and 21 deletions

View File

@@ -234,10 +234,13 @@ struct srd_channel {
int order;
/** The type of the channel, such us: sclk/sdata/.../others */
int type;
/** The language text soruce id. */
char *idn;
};
struct srd_decoder_option {
char *id;
char *idn;
char *desc;
GVariant *def;
GSList *values;