From 401347ae10048993cd2af46e687c285a7c3bcfcf Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sun, 7 Jan 2007 17:40:10 +0000 Subject: Optimizations and bugfixes. --- hardinfo2/shell.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hardinfo2/shell.h') 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); -- cgit v1.2.3