DBusNames.unownName

Stops owning a name.

Note that there may still be D-Bus traffic to process (relating to owning and unowning the name) in the current thread-default glib.MainContext after this function has returned. You should continue to iterate the glib.MainContext until the GDestroyNotify function passed to Bus.ownName is called, in order to avoid memory leaks through callbacks queued on the glib.MainContext after it’s stopped being iterated.

struct DBusNames
static
void
unownName
(
uint ownerId
)

Parameters

ownerId uint

an identifier obtained from Bus.ownName

Meta

Since

2.26