mirror of
https://github.com/moparisthebest/hexchat
synced 2025-02-10 12:20:17 -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);
|