diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-01-07 17:54:10 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-01-07 17:54:10 +0000 |
commit | f11c77e39f595fda18aaa7035ee6e1f032cc6039 (patch) | |
tree | 34e32cea6d25f52279777ed7813cdc9726957e46 /hardinfo2/hardinfo.h | |
parent | def14b5309427469d4c5fadc720a308ee0ec4b6a (diff) |
Optimizations, add module description to ModuleAbout
Diffstat (limited to 'hardinfo2/hardinfo.h')
-rw-r--r-- | hardinfo2/hardinfo.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/hardinfo2/hardinfo.h b/hardinfo2/hardinfo.h index 3bc45959..e05521d3 100644 --- a/hardinfo2/hardinfo.h +++ b/hardinfo2/hardinfo.h @@ -56,9 +56,10 @@ struct _ModuleEntry { }; struct _ModuleAbout { - gchar *author; - gchar *version; - gchar *license; + const gchar *description; + const gchar *author; + const gchar *version; + const gchar *license; }; /* String utility functions */ |