Update create_key to match the function assigned to it
This commit is contained in:
committed by
Dorota Czaplejewicz
parent
ecf6957a6e
commit
8cf39394c5
@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user