Method

GLibIOChannelref

Declaration

GIOChannel*
g_io_channel_ref (
  GIOChannel* channel
)

Description

Increments the reference count of a GIOChannel.

Return value

Type: GIOChannel

The channel that was passed in (since 2.6)

The caller of the method takes ownership of the data, and is responsible for freeing it.