Searched refs:pollable_stream (Results 1 – 4 of 4) sorted by relevance
110 g_pollable_source_new (GObject *pollable_stream) in g_pollable_source_new() argument115 g_return_val_if_fail (G_IS_POLLABLE_INPUT_STREAM (pollable_stream) || in g_pollable_source_new()116 G_IS_POLLABLE_OUTPUT_STREAM (pollable_stream), NULL); in g_pollable_source_new()121 pollable_source->stream = g_object_ref (pollable_stream); in g_pollable_source_new()143 g_pollable_source_new_full (gpointer pollable_stream, in g_pollable_source_new_full() argument149 g_return_val_if_fail (G_IS_POLLABLE_INPUT_STREAM (pollable_stream) || in g_pollable_source_new_full()150 G_IS_POLLABLE_OUTPUT_STREAM (pollable_stream), NULL); in g_pollable_source_new_full()152 source = g_pollable_source_new (pollable_stream); in g_pollable_source_new_full()
31 GSource *g_pollable_source_new (GObject *pollable_stream);34 GSource *g_pollable_source_new_full (gpointer pollable_stream,
595 typedef gboolean (*GPollableSourceFunc) (GObject *pollable_stream,
168 static gboolean on_web_socket_input (GObject *pollable_stream,170 static gboolean on_web_socket_output (GObject *pollable_stream,1164 on_web_socket_input (GObject *pollable_stream, in on_web_socket_input() argument1240 on_web_socket_output (GObject *pollable_stream, in on_web_socket_output() argument