dup_params


Description:

[ Version ( since = "0.17.6" ) ]
public List<ConnectionManagerParam> dup_params ()

Returns a list of parameters supported by this connection manager.

The returned list must be freed by the caller, for instance with g_list_free_full (l, (GDestroyNotify) tp_connection_manager_param_free) .

Parameters:

this

a protocol

Returns:

a list of ConnectionManagerParam structures, owned by the caller