diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2013-05-06 03:51:06 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2013-05-08 20:44:41 +0200 |
commit | 818ee593aadece3ffe8ac36579c241c0bf157047 (patch) | |
tree | aee78353f357ae4ade246465fae1712104705b97 /stardict.h | |
parent | 0e6c42a6491af7bddbee39811ffe6f796737b5bb (diff) | |
download | tdv-818ee593aadece3ffe8ac36579c241c0bf157047.tar.gz tdv-818ee593aadece3ffe8ac36579c241c0bf157047.tar.xz tdv-818ee593aadece3ffe8ac36579c241c0bf157047.zip |
Use GMappedFile if possible
Diffstat (limited to 'stardict.h')
-rw-r--r-- | stardict.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -126,6 +126,7 @@ struct stardict_dict GArray * synonyms; //!< Synonyms gpointer dict; //!< Dictionary data gsize dict_length; //!< Length of the dict data in bytes + GMappedFile * mapped_dict; //!< Memory map handle }; struct stardict_dict_class |