connection_ready


Description:

[ NoAccessorMethod ]
[ Version ( deprecated = true , deprecated_since = "0.17.6" ) ]
public bool connection_ready { get; }

Warning: connection_ready is deprecated since 0.17.6.

Initially false; changes to true when the connection has gone to CONNECTED status, introspection has finished and it's ready for use.

Note:

use is_prepared with TP_CHANNEL_FEATURE_CONNECTED for checks, or prepare_async for notification

By the time this property becomes true, any extra interfaces will have been set up and the interfaces property will have been populated.

This is similar to TP_CONNECTION_FEATURE_CONNECTED, except that once it has changed to true, it remains true even if the connection has been invalidated.