G_MODULE_EXPORT config_path

This commit is contained in:
Dave Davenport 2017-05-28 17:15:59 +02:00
parent 141b46aae0
commit 89e9c2d0a5
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ struct xkb_stuff xkb = {
};
/** Path to the configuration file */
char *config_path = NULL;
G_MODULE_EXPORT char *config_path = NULL;
/** Array holding all activated modi. */
Mode **modi = NULL;