Function
GioSocketConnectionfactory_lookup_type
since: 2.22
Declaration [src]
GType
g_socket_connection_factory_lookup_type (
  GSocketFamily family,
  GSocketType type,
  gint protocol_id
)
Description [src]
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.
Available since: 2.22
Parameters
- family
- 
            Type: GSocketFamilyA GSocketFamily.
- type
- 
            Type: GSocketTypeA GSocketType.
- protocol_id
- 
            Type: gintA protocol id.