From 832d5f46dc3dbbcc15fbe955e7089420e86f7ade Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Wed, 6 Sep 2023 11:32:24 +0200 Subject: Add layout display section fixes https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/issues/7 --- src/keyboard.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/keyboard.h') diff --git a/src/keyboard.h b/src/keyboard.h index 20ae9dac..39f822cd 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -1,5 +1,5 @@ /* - * Copyright 2021 Robert Tari + * Copyright 2021-2023 Robert Tari * * 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 @@ -47,6 +47,7 @@ GType keyboard_get_type(void); Keyboard* keyboard_new(); void keyboard_AddSource(Keyboard *pKeyboard); guint keyboard_GetNumLayouts(Keyboard *pKeyboard); +guint keyboard_GetLayoutIndex (Keyboard *pKeyboard); void keyboard_GetLayout(Keyboard *pKeyboard, gint nLayout, gchar **pLanguage, gchar **pDescription); void keyboard_SetLayout(Keyboard *pKeyboard, gint nLayout); -- cgit v1.2.3