Re: [Vala] Using libgnomekbdui from Vala

2016-09-17 Thread Abderrahim Kitouni
Hi, both your errors seem to be caused by missing information from the gir file. It should include the pkg-config package (--pkg-export option of g-ir-scanner) and the header file (--c-include option). HTH, Abderrahim On ر, سبت 14, 2016 at 4:08 م, Gergely Polonkai wrote: Hello, I’d like

[Vala] Using libgnomekbdui from Vala

2016-09-14 Thread Gergely Polonkai
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 w