Home
last modified time | relevance | path

Searched refs:g_io (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_gtk_x11.c2313 GIOChannel *g_io = g_io_channel_unix_new(xsmp_icefd); in setup_save_yourself() local
2315 g_io_add_watch(g_io, G_IO_IN | G_IO_ERR | G_IO_HUP, in setup_save_yourself()
2316 local_xsmp_handle_requests, (gpointer)g_io); in setup_save_yourself()
2317 g_io_channel_unref(g_io); in setup_save_yourself()