summaryrefslogtreecommitdiff
path: root/hardinfo2/shell.h
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2006-01-26 19:39:15 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2006-01-26 19:39:15 +0000
commite9906f6d9335ae96cd6afac714646b97edc469a5 (patch)
tree956f3266766454f931e7d18e2fe78a6256d11039 /hardinfo2/shell.h
parent53f455be1d85829551761dbcfcf6e5706606186b (diff)
Sync with internal svn
Diffstat (limited to 'hardinfo2/shell.h')
-rw-r--r--hardinfo2/shell.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h
index 6614b8e1..54745bb6 100644
--- a/hardinfo2/shell.h
+++ b/hardinfo2/shell.h
@@ -45,6 +45,7 @@ typedef enum {
TREE_COL_PBUF,
TREE_COL_NAME,
TREE_COL_DATA,
+ TREE_COL_SEL,
TREE_NCOL
} ShellTreeColumns;
@@ -116,6 +117,8 @@ struct _ShellFieldUpdate {
void shell_init(void);
void shell_do_reload(void);
+Shell *shell_get_main_shell();
+
void shell_action_set_enabled(const gchar *action_name,
gboolean setting);
gboolean shell_action_get_active(const gchar *action_name);
@@ -132,6 +135,8 @@ void shell_ui_manager_set_visible(const gchar *path,
void shell_status_update(const gchar *message);
void shell_status_pulse(void);
void shell_status_set_percentage(gint percentage);
+void shell_status_set_enabled(gboolean setting);
+
void shell_view_set_enabled(gboolean setting);
#endif /* __SHELL_H__ */