Method

GLibIOChannelunix_get_fd

Declaration

gint
g_io_channel_unix_get_fd (
  GIOChannel* channel
)

Description

Returns the file descriptor of the GIOChannel.

On Windows this function returns the file descriptor or socket of the GIOChannel.

Return value

Type: gint

The file descriptor of the GIOChannel.