aboutsummaryrefslogtreecommitdiff
path: root/stardict.h
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2013-05-06 03:51:06 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2013-05-08 20:44:41 +0200
commit818ee593aadece3ffe8ac36579c241c0bf157047 (patch)
treeaee78353f357ae4ade246465fae1712104705b97 /stardict.h
parent0e6c42a6491af7bddbee39811ffe6f796737b5bb (diff)
downloadtdv-818ee593aadece3ffe8ac36579c241c0bf157047.tar.gz
tdv-818ee593aadece3ffe8ac36579c241c0bf157047.tar.xz
tdv-818ee593aadece3ffe8ac36579c241c0bf157047.zip
Use GMappedFile if possible
Diffstat (limited to 'stardict.h')
-rw-r--r--stardict.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stardict.h b/stardict.h
index 1086ac6..aef27fd 100644
--- a/stardict.h
+++ b/stardict.h
@@ -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