dup_protocols
Description:
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 |