Searched refs:sysevent_iochannel (Results 1 – 1 of 1) sorted by relevance
68 static GIOChannel *sysevent_iochannel; variable84 sysevent_iochannel = g_io_channel_unix_new (sysevent_pipe_fds[0]); in sysevent_init()85 if (sysevent_iochannel == NULL) { in sysevent_init()89 g_io_channel_set_flags (sysevent_iochannel, G_IO_FLAG_NONBLOCK, &err); in sysevent_init()91 sysevent_iochannel, G_IO_IN, sysevent_iochannel_data, NULL); in sysevent_init()263 while (g_io_channel_read_line (sysevent_iochannel, &s, &len, NULL, in sysevent_iochannel_data()