![]() |
![]() |
![]() |
GIO Reference Manual | ![]() |
---|---|---|---|---|
GSocketInputStream; GInputStream* g_socket_input_stream_new (int fd, gboolean close_fd_at_close);
GInputStream* g_socket_input_stream_new (int fd, gboolean close_fd_at_close);
|
file descriptor. |
|
boolean value |
Returns : |
new GInputStream. If close_fd_at_close is TRUE ,
fd will be closed when the GInputStream is closed.
|