summaryrefslogtreecommitdiff
path: root/common/vfs_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/vfs_types.h')
-rw-r--r--common/vfs_types.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/vfs_types.h b/common/vfs_types.h
index 5e09ab6..658c639 100644
--- a/common/vfs_types.h
+++ b/common/vfs_types.h
@@ -152,10 +152,10 @@ struct TVFSItem {
};
struct TVFSInfo {
- const char *Name;
- const char *Description;
- const char *About;
- const char *Copyright;
+ const char *ID; // unique identifier, not shown in GUI
+ const char *Name; // plugin name, GUI string (UTF-8)
+ const char *About; // GUI string (UTF-8)
+ const char *Copyright; // GUI string (UTF-8)
};