libxkbcommon/src/xkbcomp
Ran Benita 48b4d30aa3 Use enum for file types
enums are nice for some type safety and readability. This one also
removes the distinction between file type mask / file type index and
some naming consistency.

Signed-off-by: Ran Benita <ran234@gmail.com>
2012-07-01 00:51:56 +03:00
..
.gitignore Rename xkbcomp/misc.h to xkbcomp-priv.h and use it 2012-05-08 17:29:41 +01:00
action.c Rename 'ctx' back to 'context' in external API 2012-05-11 15:03:43 +01:00
action.h Change all 'xkb' xkb_keymap names to 'keymap' 2012-05-09 15:17:25 +01:00
alias.c Use void* instead of old style char* in CommonInfo functions 2012-06-27 00:22:31 +03:00
alias.h Change all 'xkb' xkb_keymap names to 'keymap' 2012-05-09 15:17:25 +01:00
compat.c Use enum for file types 2012-07-01 00:51:56 +03:00
expr.c Rename 'ctx' back to 'context' in external API 2012-05-11 15:03:43 +01:00
expr.h Rename 'ctx' back to 'context' in external API 2012-05-11 15:03:43 +01:00
indicators.c Unconstify a few string struct fields 2012-06-09 12:34:57 +03:00
indicators.h Rename 'ctx' back to 'context' in external API 2012-05-11 15:03:43 +01:00
keycodes.c Use enum for file types 2012-07-01 00:51:56 +03:00
keycodes.h Rename xkbcomp/misc.h to xkbcomp-priv.h and use it 2012-05-08 17:29:41 +01:00
keymap.c Use enum for file types 2012-07-01 00:51:56 +03:00
keytypes.c Use enum for file types 2012-07-01 00:51:56 +03:00
misc.c Use enum for file types 2012-07-01 00:51:56 +03:00
parser.y Use enum for file types 2012-07-01 00:51:56 +03:00
parseutils.c Use enum for file types 2012-07-01 00:51:56 +03:00
parseutils.h Use enum for file types 2012-07-01 00:51:56 +03:00
path.c Use enum for file types 2012-07-01 00:51:56 +03:00
path.h Create path.h for the path.c functions 2012-05-19 02:21:26 +03:00
rules.c Use enum for file types 2012-07-01 00:51:56 +03:00
rules.h rules: only export a single function 2012-05-20 20:31:48 +03:00
scanner.l Rename 'ctx' back to 'context' in external API 2012-05-11 15:03:43 +01:00
symbols.c Use enum for file types 2012-07-01 00:51:56 +03:00
vmod.c Rename 'ctx' back to 'context' in external API 2012-05-11 15:03:43 +01:00
vmod.h Change all 'xkb' xkb_keymap names to 'keymap' 2012-05-09 15:17:25 +01:00
xkbcomp-priv.h Use enum for file types 2012-07-01 00:51:56 +03:00
xkbcomp.c Use enum for file types 2012-07-01 00:51:56 +03:00
xkbcomp.h Use enum for file types 2012-07-01 00:51:56 +03:00