mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-17 11:10:18 +00:00
6 lines
231 B
C
6 lines
231 B
C
|
|
void key_init (void);
|
||
|
|
void key_dialog_show (void);
|
||
|
|
int key_handle_key_press (GtkWidget * wid, GdkEventKey * evt, session *sess);
|
||
|
|
int key_action_insert (GtkWidget * wid, GdkEventKey * evt, char *d1, char *d2,
|
||
|
|
session *sess);
|