gSocketConnectionFactoryLookupType {RGtk2}R Documentation

gSocketConnectionFactoryLookupType

Description

Looks up the GType to be used when creating socket connections on sockets with the specified family,type and protocol.id.

Usage

gSocketConnectionFactoryLookupType(family, type, protocol.id)

Arguments

family

a GSocketFamily

type

a GSocketType

protocol.id

a protocol id

Details

If no type is registered, the GSocketConnection base type is returned. Since 2.22

Value

[GType] a GType

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]