gSocketConnectionFactoryRegisterType {RGtk2} | R Documentation |
Looks up the GType
to be used when creating socket connections on
sockets with the specified family
,type
and protocol
.
gSocketConnectionFactoryRegisterType(g.type, family, type, protocol)
|
a |
|
|
|
|
|
a protocol id |
If no type is registered, the GSocketConnection
base type is returned.
Since 2.22
Derived by RGtkGen from GTK+ documentation