Merge branch 'update-create-key-virtual-function' into 'master'

Update create_key to match the function assigned to it

See merge request Librem5/squeekboard!127
This commit is contained in:
Dorota Czaplejewicz
2019-08-13 12:10:29 +00:00

View File

@ -65,7 +65,8 @@ struct _EekSectionClass
EekKey *(* create_key) (EekSection *self,
const gchar *name,
gint keycode);
gint keycode,
guint oref);
/* signals */
void (* key_locked) (EekSection *self,