diff options
Diffstat (limited to 'hardinfo2/shell.h')
-rw-r--r-- | hardinfo2/shell.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h index a90ccf8f..5446d6c2 100644 --- a/hardinfo2/shell.h +++ b/hardinfo2/shell.h @@ -31,6 +31,7 @@ typedef struct _ShellModuleMethod ShellModuleMethod; typedef struct _ShellModuleEntry ShellModuleEntry; typedef struct _ShellFieldUpdate ShellFieldUpdate; +typedef struct _ShellFieldUpdateSource ShellFieldUpdateSource; typedef enum { SHELL_ORDER_DESCENDING, @@ -145,6 +146,11 @@ struct _ShellFieldUpdate { gchar *field_name; }; +struct _ShellFieldUpdateSource { + guint source_id; + ShellFieldUpdate *sfu; +}; + void shell_init(GSList *modules); void shell_do_reload(void); |