![]() |
![]() |
![]() |
libeek Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
struct EekXkbLayout; struct EekXkbLayoutClass; EekLayout * eek_xkb_layout_new (Display *display
,GError **error
); gboolean eek_xkb_layout_set_names (EekXkbLayout *layout
,XkbComponentNamesRec *names
,GError **error
);
EekLayout * eek_xkb_layout_new (Display *display
,GError **error
);
Create a new EekXkbLayout.
gboolean eek_xkb_layout_set_names (EekXkbLayout *layout
,XkbComponentNamesRec *names
,GError **error
);
Set the XKB component names to layout
.
|
an EekXkbLayout |
|
XKB component names |
|
a GError |
Returns : |
TRUE if the component names are successfully set, FALSE otherwise |