gi-gio-2.0.7: Gio 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.Gio.Objects.SocketConnection

Contents

Description

 

Synopsis

Exported types

newtype SocketConnection Source #

Constructors

SocketConnection (ManagedPtr SocketConnection) 

Instances

GObject SocketConnection Source # 
IsObject SocketConnection Source # 
IsSocketConnection SocketConnection Source # 
IsIOStream SocketConnection Source # 
((~) * info (ResolveSocketConnectionMethod t SocketConnection), MethodInfo * info SocketConnection p) => IsLabel t (SocketConnection -> p) Source # 
((~) * info (ResolveSocketConnectionMethod t SocketConnection), MethodInfo * info SocketConnection p) => IsLabelProxy t (SocketConnection -> p) Source # 
HasAttributeList * SocketConnection Source # 
type SignalList SocketConnection Source # 
type SignalList SocketConnection
type AttributeList SocketConnection Source # 
type AttributeList SocketConnection

Methods

connect

data SocketConnectionConnectMethodInfo Source #

Instances

((~) * signature (b -> Maybe c -> m ()), MonadIO m, IsSocketConnection a, IsSocketAddress b, IsCancellable c) => MethodInfo * SocketConnectionConnectMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy SocketConnectionConnectMethodInfo a -> signature -> s

connectAsync

connectFinish

data SocketConnectionConnectFinishMethodInfo Source #

Instances

((~) * signature (b -> m ()), MonadIO m, IsSocketConnection a, IsAsyncResult b) => MethodInfo * SocketConnectionConnectFinishMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy SocketConnectionConnectFinishMethodInfo a -> signature -> s

factoryLookupType

factoryRegisterType

getLocalAddress

getRemoteAddress

getSocket

data SocketConnectionGetSocketMethodInfo Source #

Instances

((~) * signature (m Socket), MonadIO m, IsSocketConnection a) => MethodInfo * SocketConnectionGetSocketMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy SocketConnectionGetSocketMethodInfo a -> signature -> s

isConnected

data SocketConnectionIsConnectedMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsSocketConnection a) => MethodInfo * SocketConnectionIsConnectedMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy SocketConnectionIsConnectedMethodInfo a -> signature -> s

Properties

socket

data SocketConnectionSocketPropertyInfo Source #

Instances

AttrInfo SocketConnectionSocketPropertyInfo Source # 

Associated Types

type AttrAllowedOps SocketConnectionSocketPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint SocketConnectionSocketPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint SocketConnectionSocketPropertyInfo :: * -> Constraint

type AttrGetType SocketConnectionSocketPropertyInfo :: *

type AttrLabel SocketConnectionSocketPropertyInfo :: Symbol

type AttrOrigin SocketConnectionSocketPropertyInfo :: *

type AttrSetTypeConstraint SocketConnectionSocketPropertyInfo Source # 
type AttrSetTypeConstraint SocketConnectionSocketPropertyInfo = IsSocket
type AttrOrigin SocketConnectionSocketPropertyInfo Source # 
type AttrLabel SocketConnectionSocketPropertyInfo Source # 
type AttrLabel SocketConnectionSocketPropertyInfo = "socket"
type AttrGetType SocketConnectionSocketPropertyInfo Source # 
type AttrBaseTypeConstraint SocketConnectionSocketPropertyInfo Source # 
type AttrAllowedOps SocketConnectionSocketPropertyInfo Source # 
type AttrAllowedOps SocketConnectionSocketPropertyInfo = (:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag)))

socketConnectionSocket :: AttrLabelProxy "socket" Source #