Method

GLibIOChannelunix_get_fd

Declaration [src]

gint
g_io_channel_unix_get_fd (
  GIOChannel* channel
)

Description [src]

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.