instance_flags
Description:
[ NoAccessorMethod ]
[ Version ( since = "1.24" ) ]
public uint instance_flags { get; set construct; }
[ Version ( since = "1.24" ) ]
public uint instance_flags { get; set construct; }
ClientInstanceFlags for the instance.
These affect behavior of Client. This is a construct property and you may only set most flags only during construction.
The flag nm_client_instance_flags_no_auto_fetch_permissions can be toggled any time, even after constructing the instance. Note that you may want to watch NMClient:permissions-state property to know whether permissions are ready. Note that permissions are only fetched when NMClient has a D-Bus name owner.
The flags nm_client_instance_flags_initialized_good and nm_client_instance_flags_initialized_bad cannot be set, however they will be returned by the getter after initialization completes.