mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-18 23:50:36 +01:00
tui: fix signature for nmt_newt_form_keypress_callback() callback
Fixes: 3bda3fb60c ('nmtui: initial import of nmtui')
This commit is contained in:
parent
d63cd26e60
commit
38323216f5
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ static GSList *form_stack;
|
|||
static GSource *keypress_source;
|
||||
|
||||
static gboolean
|
||||
nmt_newt_form_keypress_callback (int fd,
|
||||
nmt_newt_form_keypress_callback (GIOChannel *channel,
|
||||
GIOCondition condition,
|
||||
gpointer user_data)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue