mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-26 20:30:38 +01:00
tui: fix signature for nmt_newt_form_keypress_callback() callback
Fixes:3bda3fb60c('nmtui: initial import of nmtui') (cherry picked from commit38323216f5) (cherry picked from commit5ab7794266)
This commit is contained in:
parent
3c6b14fa0d
commit
4245319eaf
1 changed files with 1 additions and 1 deletions
|
|
@ -324,7 +324,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