dup_protocols


Description:

[ Version ( since = "0.17.6" ) ]
public List<Protocol> dup_protocols ()

Return objects representing all protocols supported by this connection manager.

If this function is called before the connection manager information has been obtained, the result is always null. Use prepare_async to wait for this.

The caller must free the list, for instance with g_list_free_full (l, g_object_unref).

Parameters:

this

a connection manager

Returns:

a list of Protocol objects representing the protocols supported by this, owned by the caller