get_interfaces2_sync
Description:
[ Version ( since = "1.48" ) ]
public GenericArray<unowned Interface> get_interfaces2_sync (GetInterfacesFlags flags, string[]? names, Cancellable? cancellable = null) throws Error
public GenericArray<unowned Interface> get_interfaces2_sync (GetInterfacesFlags flags, string[]? names, Cancellable? cancellable = null) throws Error
Get information about the available snap interfaces.
Parameters:
this |
a Client. |
flags |
a set of GetInterfacesFlags to control what information is returned about the interfaces. |
names |
a null-terminated array of interface names or null. |
cancellable |
a Cancellable or null. |
Returns:
the available interfaces. |