gi-vte-2.91.16: Vte bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Vte.Callbacks

Contents

Description

 

Synopsis

Signals

SelectionFunc

dynamic_SelectionFunc Source #

Arguments

:: (HasCallStack, MonadIO m, IsTerminal a) 
=> FunPtr C_SelectionFunc 
-> a

terminal: terminal in which the cell is.

-> CLong

column: column in which the cell is.

-> CLong

row: row in which the cell is.

-> Ptr ()

data: user data.

-> m Bool

Returns: True if cell has to be selected; False if otherwise.

TerminalSpawnAsyncCallback

dynamic_TerminalSpawnAsyncCallback Source #

Arguments

:: (HasCallStack, MonadIO m, IsTerminal a) 
=> FunPtr C_TerminalSpawnAsyncCallback 
-> a

terminal: the Terminal

-> Int32

pid: a GPid

-> GError

error: a GError, or Nothing

-> Ptr ()

userData: user data that was passed to vte_terminal_spawn_async

-> m ()