X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fgnio.git;a=blobdiff_plain;f=gnio%2Fgsocket.h;h=1e92e559488c4b733639fc7ad74ee49655a2a444;hp=84e2ba93191a5d927fbd3b5f596037336be1b4a3;hb=4c892b02399e5efada29db44fb789eb6b744c06f;hpb=35e58f63beaf5467d9a2bac6f053ff86fd6eb36c diff --git a/gnio/gsocket.h b/gnio/gsocket.h index 84e2ba9..1e92e55 100644 --- a/gnio/gsocket.h +++ b/gnio/gsocket.h @@ -109,6 +109,10 @@ gssize g_socket_send (GSocket *socket, void g_socket_close (GSocket *socket); +GSource * g_socket_create_source (GSocket *socket, + GIOCondition condition, + GCancellable *cancellable); + G_END_DECLS #endif /* G_SOCKET_H */