diff options
Diffstat (limited to 'glib/glib-unix.h')
-rw-r--r-- | glib/glib-unix.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/glib/glib-unix.h b/glib/glib-unix.h index 55aaf25ec..de38c542a 100644 --- a/glib/glib-unix.h +++ b/glib/glib-unix.h @@ -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, |