Home
last modified time | relevance | path

Searched refs:g_source_query_unix_fd (Results 1 – 25 of 42) sorted by relevance

12

/dports/x11/rofi/rofi-1.6.1/subprojects/libgwater/wayland-server/
H A Dlibgwater-wayland-server.c68 revents = g_source_query_unix_fd(source, self->fd); in _g_water_wayland_server_source_check()
79 revents = g_source_query_unix_fd(source, self->fd); in _g_water_wayland_server_source_dispatch()
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/subprojects/libgwater/wayland-server/
H A Dlibgwater-wayland-server.c68 revents = g_source_query_unix_fd(source, self->fd); in _g_water_wayland_server_source_check()
79 revents = g_source_query_unix_fd(source, self->fd); in _g_water_wayland_server_source_dispatch()
/dports/x11/virtboard/virtboard-1d30b07870bf6138395d6529ab496e321b8b3938/shared/
H A Dlibgwater-wayland.c78 revents = g_source_query_unix_fd(source, self->fd); in _g_water_wayland_source_check()
97 revents = g_source_query_unix_fd(source, self->fd); in _g_water_wayland_source_dispatch()
/dports/sysutils/dunst/dunst-1.6.1/src/wayland/
H A Dlibgwater-wayland.c78 revents = g_source_query_unix_fd(source, self->fd); in _g_water_wayland_source_check()
97 revents = g_source_query_unix_fd(source, self->fd); in _g_water_wayland_source_dispatch()
/dports/x11/rofi/rofi-1.6.1/subprojects/libgwater/wayland/
H A Dlibgwater-wayland.c78 revents = g_source_query_unix_fd(source, self->fd); in _g_water_wayland_source_check()
97 revents = g_source_query_unix_fd(source, self->fd); in _g_water_wayland_source_dispatch()
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/subprojects/libgwater/wayland/
H A Dlibgwater-wayland.c78 revents = g_source_query_unix_fd(source, self->fd); in _g_water_wayland_source_check()
97 revents = g_source_query_unix_fd(source, self->fd); in _g_water_wayland_source_dispatch()
/dports/x11/rofi/rofi-1.6.1/subprojects/libgwater/mpd/
H A Dlibgwater-mpd.c102 revents = g_source_query_unix_fd(source, self->fd); in _g_water_mpd_source_check()
113 revents = g_source_query_unix_fd(source, self->fd); in _g_water_mpd_source_dispatch()
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/subprojects/libgwater/mpd/
H A Dlibgwater-mpd.c102 revents = g_source_query_unix_fd(source, self->fd); in _g_water_mpd_source_check()
113 revents = g_source_query_unix_fd(source, self->fd); in _g_water_mpd_source_dispatch()
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/event-libs/glib/
H A Dglib.c61 return !!g_source_query_unix_fd(src, sub->tag); in lws_glib_check()
118 cond = g_source_query_unix_fd(src, sub->tag); in lws_glib_dispatch()
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib/
H A DSource.cs237 static extern int g_source_query_unix_fd(IntPtr raw, IntPtr tag); in g_source_query_unix_fd() method in GLib.Source
240 int raw_ret = g_source_query_unix_fd(Handle, tag); in QueryUnixFd()
/dports/devel/libspice-server/spice-0.15.0/server/
H A Devent-loop.c257 return g_source_query_unix_fd(&watch->source, watch->unix_fd) != 0; in spice_watch_check()
267 GIOCondition condition = g_source_query_unix_fd(&watch->source, watch->unix_fd); in spice_watch_dispatch()
/dports/x11/rofi/rofi-1.6.1/subprojects/libgwater/xcb/
H A Dlibgwater-xcb.c72 revents = g_source_query_unix_fd(source, self->fd); in _g_water_xcb_source_check()
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/subprojects/libgwater/xcb/
H A Dlibgwater-xcb.c72 revents = g_source_query_unix_fd(source, self->fd); in _g_water_xcb_source_check()
/dports/x11/rofi/rofi-1.6.1/subprojects/libgwater/nl/
H A Dlibgwater-nl.c64 return ( g_source_query_unix_fd(source, self->fd) > 0 ); in _g_water_nl_source_check()
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/subprojects/libgwater/alsa-mixer/
H A Dlibgwater-alsa-mixer.c68 revents |= g_source_query_unix_fd(source, self->fds[i]); in _g_water_alsa_mixer_source_check()
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/subprojects/libgwater/nl/
H A Dlibgwater-nl.c64 return ( g_source_query_unix_fd(source, self->fd) > 0 ); in _g_water_nl_source_check()
/dports/x11/rofi/rofi-1.6.1/subprojects/libgwater/alsa-mixer/
H A Dlibgwater-alsa-mixer.c68 revents |= g_source_query_unix_fd(source, self->fds[i]); in _g_water_alsa_mixer_source_check()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dglib-unix.c317 return (* func) (fd_source->fd, g_source_query_unix_fd (source, fd_source->tag), user_data); in g_unix_fd_source_dispatch()
H A Dgmain.h636 GIOCondition g_source_query_unix_fd (GSource *source,
H A Dgmain.c2804 g_source_query_unix_fd (GSource *source, in g_source_query_unix_fd() function
/dports/devel/glib20/glib-2.70.4/gio/inotify/
H A Dinotify-kernel.c229 if (iks->is_bored || g_source_query_unix_fd (source, iks->fd_tag)) in ik_source_dispatch()
/dports/x11-wm/mutter/mutter-41.1/src/backends/native/
H A Dmeta-kms.c498 return g_source_query_unix_fd (source, fd_impl_source->fd_tag) & G_IO_IN; in meta_kms_fd_impl_source_check()
/dports/devel/gvfs/gvfs-1.46.2/daemon/
H A Dgvfsbackendnfs.c156 g_source_query_unix_fd (source, nfs_source->tag)); in nfs_source_dispatch()
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgsocket.c4011 events = g_source_query_unix_fd (source, socket_source->fd_tag); in socket_source_dispatch()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/glib-sys-0.9.1/src/
H A Dlib.rs4298 pub fn g_source_query_unix_fd(source: *mut GSource, tag: gpointer) -> GIOCondition; in g_source_query_unix_fd() function

12