diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-01-07 17:40:10 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-01-07 17:40:10 +0000 |
commit | 401347ae10048993cd2af46e687c285a7c3bcfcf (patch) | |
tree | e9b920976b77e1f36872c149363d3ac3537b817a /hardinfo2/shell.h | |
parent | 5862c823a3dca7a95027134b05b731d46d0db1d7 (diff) |
Optimizations and bugfixes.
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); |