diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-24 08:38:28 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-24 09:27:38 +0100 |
commit | 2abbe7017fcc835c06edcc20ab4647edadb43035 (patch) | |
tree | 136e1561e3d01fd9fddb532b4c0a42101be2050e /src/stardict-private.h | |
parent | d93b241a65b7b0c4dcb6e42f957da1ed212221db (diff) | |
download | tdv-2abbe7017fcc835c06edcc20ab4647edadb43035.tar.gz tdv-2abbe7017fcc835c06edcc20ab4647edadb43035.tar.xz tdv-2abbe7017fcc835c06edcc20ab4647edadb43035.zip |
Add a custom collation mechanism
A lot better than that StarDict shitfuckery.
Diffstat (limited to 'src/stardict-private.h')
-rw-r--r-- | src/stardict-private.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/stardict-private.h b/src/stardict-private.h index 4a97eea..123c0c3 100644 --- a/src/stardict-private.h +++ b/src/stardict-private.h @@ -1,7 +1,7 @@ /* * stardict-private.h: internal StarDict API * - * Copyright (c) 2013, Přemysl Janouch <p.janouch@gmail.com> + * Copyright (c) 2013 - 2015, Přemysl Janouch <p.janouch@gmail.com> * All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for any @@ -47,6 +47,8 @@ struct stardict_info gchar * description; gchar * date; gchar * same_type_sequence; + + gchar * collation; }; struct stardict_index_entry |