mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 07:00:21 +01:00
tui: fix signature for nmt_newt_form_keypress_callback() callback
Fixes:3bda3fb60c('nmtui: initial import of nmtui') (cherry picked from commit38323216f5)
This commit is contained in:
parent
9ff160d155
commit
5ab7794266
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