mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-25 18:39:00 +02:00
Introduce new GPollableReturn enum
This allows returning WOULD_BLOCK without allocating a GError, and should later be used for various functions of GPollableOutputStream, GPollableInputStream and anything else that can potentially block.
This commit is contained in:
@@ -3659,6 +3659,7 @@ g_pollable_output_stream_get_type
|
||||
|
||||
<SECTION>
|
||||
<FILE>gpollableutils</FILE>
|
||||
GPollableReturn
|
||||
GPollableSourceFunc
|
||||
g_pollable_source_new
|
||||
g_pollable_source_new_full
|
||||
|
Reference in New Issue
Block a user