Phase 4: persist module config via E_Config_DD
Versioned descriptor for E_Iwd_Config with auto_connect, show_hidden, refresh_interval and preferred_adapter; load/save against the "module.iwd" domain. Stale or missing config falls back to defaults. The settings dialog UI is still a stub. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
e66a3effa6
commit
293a858799
2 changed files with 40 additions and 9 deletions
|
|
@ -5,10 +5,11 @@ typedef struct _E_Iwd_Config E_Iwd_Config;
|
|||
|
||||
struct _E_Iwd_Config
|
||||
{
|
||||
int auto_connect;
|
||||
int show_hidden;
|
||||
int refresh_interval;
|
||||
char *preferred_adapter;
|
||||
int version;
|
||||
int auto_connect;
|
||||
int show_hidden;
|
||||
int refresh_interval;
|
||||
const char *preferred_adapter; /* eina_stringshare */
|
||||
};
|
||||
|
||||
extern E_Iwd_Config *e_iwd_config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue