mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
gsocket: add g_socket_condition_timed_wait()
https://bugzilla.gnome.org/show_bug.cgi?id=667755
This commit is contained in:
@@ -145,6 +145,11 @@ gboolean g_socket_condition_wait (GSocket
|
||||
GIOCondition condition,
|
||||
GCancellable *cancellable,
|
||||
GError **error);
|
||||
gboolean g_socket_condition_timed_wait (GSocket *socket,
|
||||
GIOCondition condition,
|
||||
gint64 timeout,
|
||||
GCancellable *cancellable,
|
||||
GError **error);
|
||||
GSocket * g_socket_accept (GSocket *socket,
|
||||
GCancellable *cancellable,
|
||||
GError **error);
|
||||
|
Reference in New Issue
Block a user