mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 10:25:32 +00:00
17 lines
300 B
C
17 lines
300 B
C
#ifndef __KEYMANSYSTEMSERVICECLIENT_H__
|
|
#define __KEYMANSYSTEMSERVICECLIENT_H__
|
|
|
|
#include <gio/gio.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void set_capslock_indicator(guint32 capsLockState);
|
|
gint32 get_capslock_indicator();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // __KEYMANSYSTEMSERVICECLIENT_H__
|