mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-13 22:10:58 +02:00
g_unix_set_fd_nonblocking: New API to control file descriptor blocking state
And use it in relevant places in GLib. https://bugzilla.gnome.org/show_bug.cgi?id=649225
This commit is contained in:
@ -61,6 +61,10 @@ gboolean g_unix_pipe_flags (int *fds,
|
||||
int flags,
|
||||
GError **error);
|
||||
|
||||
gboolean g_unix_set_fd_nonblocking (gint fd,
|
||||
gboolean nonblock,
|
||||
GError **error);
|
||||
|
||||
GSource *g_unix_signal_source_new (int signum);
|
||||
|
||||
guint g_unix_signal_add_watch_full (int signum,
|
||||
|
Reference in New Issue
Block a user