get_registered


Description:

public bool get_registered ()

Note that the secret agent transparently registers and re-registers as the D-Bus name owner appears.

Hence, this property is not really useful. Also, to be graceful against races during registration, the instance will already accept requests while being in the process of registering. If you need to avoid races and want to wait until this is registered, call register_async. If that function completes with success, you know the instance is registered.

Parameters:

this

a SecretAgentOld

Returns:

a true if the agent is registered, false if it is not.