SocketConnection.factoryLookupType

Looks up the GType to be used when creating socket connections on sockets with the specified family, type and protocol_id. If no type is registered, the GSocketConnection base type is returned. Since 2.22

class SocketConnection
static
factoryLookupType

Parameters

family GSocketFamily

a GSocketFamily

type GSocketType

a GSocketType

protocolId int

a protocol id

Return Value

Type: GType

a GType

Meta