Use warning code in xkeyboard-config test
[platform/upstream/libxkbcommon.git] / src / compose / paths.h
index 1d719af..8170aef 100644 (file)
 #define COMPOSE_RESOLVE_H
 
 char *
-resolve_locale(const char *locale);
+resolve_locale(struct xkb_context *ctx, const char *locale);
 
 const char *
-get_xlocaledir_path(void);
+get_xlocaledir_path(struct xkb_context *ctx);
 
-const char *
-get_xcomposefile_path(void);
+char *
+get_xcomposefile_path(struct xkb_context *ctx);
+
+char *
+get_xdg_xcompose_file_path(struct xkb_context *ctx);
 
 char *
-get_home_xcompose_file_path(void);
+get_home_xcompose_file_path(struct xkb_context *ctx);
 
 char *
-get_locale_compose_file_path(const char *locale);
+get_locale_compose_file_path(struct xkb_context *ctx, const char *locale);
 
 #endif