[Vala] Using libgnomekbdui from Vala
- From: Gergely Polonkai <gergely polonkai eu>
- To: Vala <vala-list gnome org>
- Subject: [Vala] Using libgnomekbdui from Vala
- Date: Wed, 14 Sep 2016 15:08:26 +0000
Hello,
I’d like to use libgnomekbdui from my Vala project, so I can display the
current keyboard layout, but I ran into several problems.
If I specify --pkg=Gkbd-3.0 (this is the GIR name, no VAPI is available),
libkbdui doesn’t get linked, so my GtkTemplate can’t create the
GkbdKeyboardDrawing widget. If I add the library to LD_PRELOAD, the widget
loads fine.
Now if I try to create a GtkChild:
[GtkChild]
private Gkbd.KeyboardDrawing keyboard_drawing;
valac will try to include Gkbd-3.0.h which doesn’t exist (the header name
is libgnomekbd/gkbd-keyboard-drawing.h).
I’m using Vala 0.30, but I can upgrade to latest if necessary.
Best,
Gergely
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]