Function
GioSocketConnectionfactory_register_type
since: 2.22
Declaration [src]
void
g_socket_connection_factory_register_type (
  GType g_type,
  GSocketFamily family,
  GSocketType type,
  gint protocol
)
Description [src]
Looks up the GType to be used when creating socket connections on
sockets with the specified family, type and protocol.
If no type is registered, the GSocketConnection base type is returned.
Available since: 2.22
Parameters
- g_type
- 
            Type: GTypeA GType, inheriting fromG_TYPE_SOCKET_CONNECTION.
- family
- 
            Type: GSocketFamilyA GSocketFamily.
- type
- 
            Type: GSocketTypeA GSocketType.
- protocol
- 
            Type: gintA protocol id.