get_interfaces_sync
Description:
[ Version ( deprecated = true , deprecated_since = "1.48" , since = "1.0" ) ]
public bool get_interfaces_sync (out GenericArray<unowned Plug> plugs, out GenericArray<unowned Slot> slots, Cancellable? cancellable = null) throws Error
public bool get_interfaces_sync (out GenericArray<unowned Plug> plugs, out GenericArray<unowned Slot> slots, Cancellable? cancellable = null) throws Error
Warning: get_interfaces_sync is deprecated since 1.48.
Get the installed snap interfaces.
Note:
Parameters:
| this |
a Client. |
| 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. |