G_IO_IN           753 lib/common/mainloop.c     if (condition & G_IO_IN) {
G_IO_IN           800 lib/common/mainloop.c     } else if ((condition & G_IO_IN) == 0) {
G_IO_IN           997 lib/common/mainloop.c                                 (G_IO_IN | G_IO_HUP | G_IO_NVAL | G_IO_ERR), mainloop_gio_callback,
G_IO_IN          1673 tools/crm_mon.c         g_io_add_watch(io_channel, G_IO_IN, detect_user_input, NULL);