mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-27 03:32:15 -05: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);
|