Home
last modified time | relevance | path

Searched refs:g_source_modify_unix_fd (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/glib20/glib-2.70.4/gio/inotify/
H A Dinotify-kernel.c347 g_source_modify_unix_fd (source, iks->fd_tag, G_IO_IN); in ik_source_dispatch()
360 g_source_modify_unix_fd (source, iks->fd_tag, 0); in ik_source_dispatch()
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib/
H A DSource.cs230 static extern void g_source_modify_unix_fd(IntPtr raw, IntPtr tag, int new_events); in g_source_modify_unix_fd() method in GLib.Source
233 g_source_modify_unix_fd(Handle, tag, (int) new_events); in ModifyUnixFd()
/dports/x11/rofi/rofi-1.6.1/subprojects/libgwater/mpd/
H A Dlibgwater-mpd.c87 g_source_modify_unix_fd(source, self->fd, nevents); in _g_water_mpd_source_prepare()
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/subprojects/libgwater/mpd/
H A Dlibgwater-mpd.c87 g_source_modify_unix_fd(source, self->fd, nevents); in _g_water_mpd_source_prepare()
/dports/devel/glib20/glib-2.70.4/glib/tests/
H A Dmainloop.c1459 g_source_modify_unix_fd (source_b, tag1, G_IO_IN); in test_source_unix_fd_api()
1460 g_source_modify_unix_fd (source_b, tag2, G_IO_OUT); in test_source_unix_fd_api()
1471 g_source_modify_unix_fd (source_b, tag1, G_IO_OUT); in test_source_unix_fd_api()
1472 g_source_modify_unix_fd (source_b, tag2, G_IO_IN); in test_source_unix_fd_api()
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/event-libs/glib/
H A Dglib.c384 g_source_modify_unix_fd(wsi_to_gsource(wsi), wsi_to_subclass(wsi)->tag, in elops_io_glib()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgmain.h629 void g_source_modify_unix_fd (GSource *source,
H A Dgmain.c2715 g_source_modify_unix_fd (GSource *source, in g_source_modify_unix_fd() function
/dports/devel/libspice-server/spice-0.15.0/server/
H A Devent-loop.c285 g_source_modify_unix_fd(&watch->source, watch->unix_fd, condition); in watch_update_mask()
/dports/devel/gvfs/gvfs-1.46.2/daemon/
H A Dgvfsbackendnfs.c143 g_source_modify_unix_fd (source, nfs_source->tag, events); in nfs_source_prepare()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/glib-sys-0.9.1/src/
H A Dlib.rs4297 pub fn g_source_modify_unix_fd(source: *mut GSource, tag: gpointer, new_events: GIOCondition); in g_source_modify_unix_fd() function
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/glib-sys-0.9.1/src/
H A Dlib.rs4297 pub fn g_source_modify_unix_fd(source: *mut GSource, tag: gpointer, new_events: GIOCondition); in g_source_modify_unix_fd() function
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-sys-0.10.1/src/
H A Dlib.rs4304 pub fn g_source_modify_unix_fd(source: *mut GSource, tag: gpointer, new_events: GIOCondition); in g_source_modify_unix_fd() function
/dports/www/castor/castor-0.8.16/cargo-crates/glib-sys-0.9.1/src/
H A Dlib.rs4297 pub fn g_source_modify_unix_fd(source: *mut GSource, tag: gpointer, new_events: GIOCondition); in g_source_modify_unix_fd() function
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/glib-sys-0.9.1/src/
H A Dlib.rs4297 pub fn g_source_modify_unix_fd(source: *mut GSource, tag: gpointer, new_events: GIOCondition); in g_source_modify_unix_fd() function
/dports/net-im/fractal/fractal-4.4.0/vendor/glib-sys/src/
H A Dlib.rs4297 pub fn g_source_modify_unix_fd(source: *mut GSource, tag: gpointer, new_events: GIOCondition); in g_source_modify_unix_fd() function
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazglib2.pas4482 procedure g_source_modify_unix_fd(source: PGSource; tag: gpointer; new_events: TGIOCondition); cdec… procedure
6554 LazGLib2.g_source_modify_unix_fd(@self, tag, new_events);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazglib2.pas4482 procedure g_source_modify_unix_fd(source: PGSource; tag: gpointer; new_events: TGIOCondition); cdec… procedure
6554 LazGLib2.g_source_modify_unix_fd(@self, tag, new_events);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazglib2.pas4482 procedure g_source_modify_unix_fd(source: PGSource; tag: gpointer; new_events: TGIOCondition); cdec… procedure
6554 LazGLib2.g_source_modify_unix_fd(@self, tag, new_events);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazglib2.pas4482 procedure g_source_modify_unix_fd(source: PGSource; tag: gpointer; new_events: TGIOCondition); cdec… procedure
6554 LazGLib2.g_source_modify_unix_fd(@self, tag, new_events);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/glib-sys-0.14.0/src/
H A Dlib.rs4439 pub fn g_source_modify_unix_fd(source: *mut GSource, tag: gpointer, new_events: GIOCondition); in g_source_modify_unix_fd() function
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/glib-sys/src/
H A Dlib.rs4439 pub fn g_source_modify_unix_fd(source: *mut GSource, tag: gpointer, new_events: GIOCondition); in g_source_modify_unix_fd() function
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/glib-sys-0.14.0/src/
H A Dlib.rs4439 pub fn g_source_modify_unix_fd(source: *mut GSource, tag: gpointer, new_events: GIOCondition); in g_source_modify_unix_fd() function
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-sys-0.14.0/src/
H A Dlib.rs4439 pub fn g_source_modify_unix_fd(source: *mut GSource, tag: gpointer, new_events: GIOCondition); in g_source_modify_unix_fd() function
/dports/x11/sirula/sirula-1.0.0/cargo-crates/glib-sys-0.14.0/src/
H A Dlib.rs4439 pub fn g_source_modify_unix_fd(source: *mut GSource, tag: gpointer, new_events: GIOCondition); in g_source_modify_unix_fd() function

12