Update create_key to match the function assigned to it

This commit is contained in:
David Boddie
2019-08-08 19:20:32 +00:00
committed by Dorota Czaplejewicz
parent ecf6957a6e
commit 8cf39394c5

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,