aboutsummaryrefslogtreecommitdiff
path: root/src/keyboard-lomiri.c
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2023-09-06 11:32:24 +0200
committerRobert Tari <robert@tari.in>2023-09-15 12:21:31 +0200
commit832d5f46dc3dbbcc15fbe955e7089420e86f7ade (patch)
tree617127a6493ad3115c547a37c75ace503e62d110 /src/keyboard-lomiri.c
parentb134dd7b97c91f13dca8d23fd2513eef26405677 (diff)
downloadayatana-indicator-keyboard-832d5f46dc3dbbcc15fbe955e7089420e86f7ade.tar.gz
ayatana-indicator-keyboard-832d5f46dc3dbbcc15fbe955e7089420e86f7ade.tar.bz2
ayatana-indicator-keyboard-832d5f46dc3dbbcc15fbe955e7089420e86f7ade.zip
Add layout display section
fixes https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/issues/7
Diffstat (limited to 'src/keyboard-lomiri.c')
-rw-r--r--src/keyboard-lomiri.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/keyboard-lomiri.c b/src/keyboard-lomiri.c
index c6496e87..e5e0f623 100644
--- a/src/keyboard-lomiri.c
+++ b/src/keyboard-lomiri.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2021-2022 Robert Tari <robert@tari.in>
+ * Copyright 2021-2023 Robert Tari <robert@tari.in>
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3, as published
@@ -185,6 +185,11 @@ guint keyboard_GetNumLayouts(Keyboard *pKeyboard)
}
}
+guint keyboard_GetLayoutIndex (Keyboard *pKeyboard)
+{
+ return pKeyboard->pPrivate->nLayout;
+}
+
void keyboard_GetLayout(Keyboard *pKeyboard, gint nLayout, gchar **pLanguage, gchar **pDescription)
{
if (nLayout == -1)