diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-05-15 09:39:00 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-05-15 09:39:00 +0200 |
| commit | d23f0fca1b03e24b84d0c146624121cfa9e88eca (patch) | |
| tree | 24985fd54fb08f31767840c89c2c6f5e04fa5f5f /src/keyboard.h | |
| parent | 70a3ea2b263a3d9095a9c00b09e2b3086d3f55cc (diff) | |
| parent | 0228ae333701838150196be8addc508a479d9612 (diff) | |
| download | ayatana-indicator-keyboard-d23f0fca1b03e24b84d0c146624121cfa9e88eca.tar.gz ayatana-indicator-keyboard-d23f0fca1b03e24b84d0c146624121cfa9e88eca.tar.bz2 ayatana-indicator-keyboard-d23f0fca1b03e24b84d0c146624121cfa9e88eca.zip | |
Merge branch 'tari01-pr/add-tecla'
Attributes GH PR #77: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/pull/77
Diffstat (limited to 'src/keyboard.h')
| -rw-r--r-- | src/keyboard.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index 39f822cd..49c21056 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Robert Tari <robert@tari.in> + * Copyright 2021-2025 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 @@ -48,7 +48,7 @@ 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_GetLayout(Keyboard *pKeyboard, gint nLayout, gchar **pLanguage, gchar **pDescription, gchar **pId); void keyboard_SetLayout(Keyboard *pKeyboard, gint nLayout); G_END_DECLS |
