Service.readAliasDbusPath

Lookup which collection is assigned to this alias. Aliases help determine well known collections, such as 'default'. This method looks up the dbus object path of the well known collection.

This method will return immediately and complete asynchronously.

class Service
void
readAliasDbusPath
(
string alias_
,
Cancellable cancellable
,
GAsyncReadyCallback callback
,
void* userData
)

Parameters

alias_ string

the alias to lookup

cancellable Cancellable

optional cancellation object

callback GAsyncReadyCallback

called when the operation completes

userData void*

data to pass to the callback

Meta