Enumeration (GI Flags)

NM-1.0NMClientInstanceFlagsSince 1.24

1.24

Index

Enumeration Members

INITIALIZED_BAD: number

like NM_CLIENT_INSTANCE_FLAGS_INITIALIZED_GOOD indicates that the instance completed initialization with failure. In that case the instance is unusable. Since: 1.42.

INITIALIZED_GOOD: number

as NM.Client is an GInitable and GAsyncInitable, nm_client_get_instance_flags() returns this flag once initialization completed with success. This flag cannot be set as NM_CLIENT_INSTANCE_FLAGS property. Since: 1.42.

NO_AUTO_FETCH_PERMISSIONS: number

by default, NMClient will fetch the permissions via "GetPermissions" and refetch them when "CheckPermissions" signal gets received. By setting this flag, this behavior can be disabled. You can toggle this flag to enable and disable automatic fetching of the permissions. Watch also nm_client_get_permissions_state() to know whether the permissions are up to date.

NONE: number

special value to indicate no flags.