diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-04-27 12:06:29 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-04-27 12:06:29 -0300 |
commit | 0657708dd869a21a1e01323ada73f6ba06ad550f (patch) | |
tree | f47963c8b77bd140ed5499f45557412ee5791337 /hardinfo2/hardinfo.h | |
parent | 22f840d9ca7fade0ebeeb44c54fad3cc64b07ac7 (diff) |
Make unloading of modules possible
Diffstat (limited to 'hardinfo2/hardinfo.h')
-rw-r--r-- | hardinfo2/hardinfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hardinfo2/hardinfo.h b/hardinfo2/hardinfo.h index 755d4af4..2314c043 100644 --- a/hardinfo2/hardinfo.h +++ b/hardinfo2/hardinfo.h @@ -100,6 +100,7 @@ void open_url(gchar *url); GSList *modules_get_list(void); GSList *modules_load_selected(void); GSList *modules_load_all(void); +void module_unload_all(void); ModuleAbout *module_get_about(ShellModule *module); gchar *seconds_to_string(unsigned int seconds); @@ -117,6 +118,7 @@ const gchar *module_entry_get_note(ShellModuleEntry *module_entry); gchar *module_entry_get_field(ShellModuleEntry * module_entry, gchar * field); gchar *module_entry_get_moreinfo(ShellModuleEntry * module_entry); + /* BinReloc stuff */ gboolean binreloc_init(gboolean try_hardcoded); |