summaryrefslogtreecommitdiff
path: root/hardinfo2/shell.h
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2007-01-02 23:15:08 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2007-01-02 23:15:08 +0000
commitacc6e48b81d48b084393809110c8949c6782021f (patch)
tree24425ebe5bfbab63eb90e4dbedce6742cfbcc78f /hardinfo2/shell.h
parent43d4be36dd06b69f8ac126c7dcc8c259b0544f7b (diff)
Implemented new module API. Needs cleanups.
Diffstat (limited to 'hardinfo2/shell.h')
-rw-r--r--hardinfo2/shell.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h
index c1204233..fca5a5d4 100644
--- a/hardinfo2/shell.h
+++ b/hardinfo2/shell.h
@@ -123,8 +123,9 @@ struct _ShellModuleEntry {
gboolean selected;
gint number;
- gchar *(*func) (gint entry);
- gchar *(*reloadfunc) (gint entry);
+ gchar *(*func) ();
+ void (*scan_func) ();
+
gchar *(*fieldfunc) (gchar * entry);
gchar *(*morefunc) (gchar * entry);
gchar *(*notefunc) (gint entry);