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, EekKey *(* create_key) (EekSection *self,
const gchar *name, const gchar *name,
gint keycode); gint keycode,
guint oref);
/* signals */ /* signals */
void (* key_locked) (EekSection *self, void (* key_locked) (EekSection *self,