Change the type of gsettings key "keyboard" from s to as.

Also rename it to "keyboards".
This commit is contained in:
Daiki Ueno
2011-09-12 15:33:20 +09:00
parent 362b210a31
commit ef3ea618d2
5 changed files with 76 additions and 50 deletions

View File

@ -33,8 +33,8 @@ typedef struct _Client Client;
Client *client_new (GDBusConnection *connection);
gboolean client_set_keyboard (Client *client,
const gchar *keyboard);
gboolean client_set_keyboards (Client *client,
const gchar **keyboard);
gboolean client_enable_xkl (Client *client);
void client_disable_xkl (Client *client);