IOChannel.win32_NewMessages

Creates a new GIOChannel given a window handle on Windows. This function creates a GIOChannel that can be used to poll for Windows messages for the window in question.

class IOChannel
static
win32_NewMessages

Parameters

hwnd gsize

a window handle.

Return Value

Type: IOChannel

a new GIOChannel.

Meta