ConnectionManagerProtocol
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "tp_connection_manager_protocol_get_type ()" ) ]
[ Compact ]
[ Version ( deprecated = true , deprecated_since = "0.19.1" , since = "0.7.1" ) ]
public class ConnectionManagerProtocol
Warning: ConnectionManagerProtocol is deprecated since 0.19.1.
Structure representing a protocol supported by a connection manager.
Note:
, use Protocol objects instead
Note that the size of this structure may change, so its size must not be relied on.
Content:
Methods:
- public bool can_register ()
Return whether a new account can be registered on this protocol, by
setting the special "register" parameter to true
.
- public ConnectionManagerProtocol copy ()
- public string[] dup_param_names ()
Returns a list of parameter names supported by this connection manager
for this protocol.
- public void free ()
Frees this, which was copied with
copy.
- public unowned ConnectionManagerParam get_param (string param)
- public bool has_param (string param)
Fields: