get_connections_sync


Description:

[ Version ( deprecated = true , deprecated_since = "1.49" , since = "1.48" ) ]
public bool get_connections_sync (out GenericArray<unowned Connection> established, out GenericArray<unowned Connection> undesired, out GenericArray<unowned Plug> plugs, out GenericArray<unowned Slot> slots, Cancellable? cancellable = null) throws Error

Warning: get_connections_sync is deprecated since 1.49.

Get the installed snap connections.

Parameters:

this

a Client.

established

the location to store the array of connections or null.

undesired

the location to store the array of auto-connected connections that have been manually disconnected or null.

plugs

the location to store the array of Plug or null.

slots

the location to store the array of Slot or null.

cancellable

a Cancellable or null.

Returns:

true on success or false on error.




2022 vala-language.org