Top | ![]() |
![]() |
![]() |
![]() |
NMRemoteConnection * | nm_active_connection_get_connection () |
const char * | nm_active_connection_get_id () |
const char * | nm_active_connection_get_uuid () |
const char * | nm_active_connection_get_connection_type () |
const char * | nm_active_connection_get_specific_object_path () |
const GPtrArray * | nm_active_connection_get_devices () |
NMActiveConnectionState | nm_active_connection_get_state () |
NMActivationStateFlags | nm_active_connection_get_state_flags () |
NMActiveConnectionStateReason | nm_active_connection_get_state_reason () |
struct _NMDevice * | nm_active_connection_get_master () |
struct _NMDevice * | nm_active_connection_get_controller () |
gboolean | nm_active_connection_get_default () |
NMIPConfig * | nm_active_connection_get_ip4_config () |
NMDhcpConfig * | nm_active_connection_get_dhcp4_config () |
gboolean | nm_active_connection_get_default6 () |
NMIPConfig * | nm_active_connection_get_ip6_config () |
NMDhcpConfig * | nm_active_connection_get_dhcp6_config () |
gboolean | nm_active_connection_get_vpn () |
NMRemoteConnection * | connection | Read |
NMDevice * | controller | Read |
gboolean | default | Read |
gboolean | default6 | Read |
GPtrArray * | devices | Read |
NMDhcpConfig * | dhcp4-config | Read |
NMDhcpConfig * | dhcp6-config | Read |
char * | id | Read |
NMIPConfig * | ip4-config | Read |
NMIPConfig * | ip6-config | Read |
NMDevice * | master | Read |
char * | specific-object-path | Read |
NMActiveConnectionState | state | Read |
guint | state-flags | Read |
char * | type | Read |
char * | uuid | Read |
gboolean | vpn | Read |
#define | NM_ACTIVE_CONNECTION_CONNECTION |
#define | NM_ACTIVE_CONNECTION_ID |
#define | NM_ACTIVE_CONNECTION_UUID |
#define | NM_ACTIVE_CONNECTION_TYPE |
#define | NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT_PATH |
#define | NM_ACTIVE_CONNECTION_DEVICES |
#define | NM_ACTIVE_CONNECTION_STATE |
#define | NM_ACTIVE_CONNECTION_STATE_FLAGS |
#define | NM_ACTIVE_CONNECTION_DEFAULT |
#define | NM_ACTIVE_CONNECTION_IP4_CONFIG |
#define | NM_ACTIVE_CONNECTION_DHCP4_CONFIG |
#define | NM_ACTIVE_CONNECTION_DEFAULT6 |
#define | NM_ACTIVE_CONNECTION_IP6_CONFIG |
#define | NM_ACTIVE_CONNECTION_DHCP6_CONFIG |
#define | NM_ACTIVE_CONNECTION_VPN |
#define | NM_ACTIVE_CONNECTION_MASTER |
#define | NM_ACTIVE_CONNECTION_CONTROLLER |
NMActiveConnection |
NMRemoteConnection *
nm_active_connection_get_connection (NMActiveConnection *connection
);
const char *
nm_active_connection_get_id (NMActiveConnection *connection
);
const char *
nm_active_connection_get_uuid (NMActiveConnection *connection
);
const char *
nm_active_connection_get_connection_type
(NMActiveConnection *connection
);
const char *
nm_active_connection_get_specific_object_path
(NMActiveConnection *connection
);
const GPtrArray *
nm_active_connection_get_devices (NMActiveConnection *connection
);
NMActiveConnectionState
nm_active_connection_get_state (NMActiveConnection *connection
);
NMActivationStateFlags
nm_active_connection_get_state_flags (NMActiveConnection *connection
);
NMActiveConnectionStateReason
nm_active_connection_get_state_reason (NMActiveConnection *connection
);
struct _NMDevice *
nm_active_connection_get_master (NMActiveConnection *connection
);
struct _NMDevice *
nm_active_connection_get_controller (NMActiveConnection *connection
);
gboolean
nm_active_connection_get_default (NMActiveConnection *connection
);
NMIPConfig *
nm_active_connection_get_ip4_config (NMActiveConnection *connection
);
NMDhcpConfig *
nm_active_connection_get_dhcp4_config (NMActiveConnection *connection
);
gboolean
nm_active_connection_get_default6 (NMActiveConnection *connection
);
NMIPConfig *
nm_active_connection_get_ip6_config (NMActiveConnection *connection
);
NMDhcpConfig *
nm_active_connection_get_dhcp6_config (NMActiveConnection *connection
);
gboolean
nm_active_connection_get_vpn (NMActiveConnection *connection
);
#define NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT_PATH "specific-object-path"
“default”
property “default” gboolean
Owner: NMActiveConnection
Flags: Read
Default value: FALSE
“default6”
property “default6” gboolean
Owner: NMActiveConnection
Flags: Read
Default value: FALSE
“specific-object-path”
property “specific-object-path” char *
Owner: NMActiveConnection
Flags: Read
Default value: NULL
“state”
property“state” NMActiveConnectionState
Owner: NMActiveConnection
Flags: Read
Default value: NM_ACTIVE_CONNECTION_STATE_UNKNOWN
“state-flags”
property “state-flags” guint
Owner: NMActiveConnection
Flags: Read
Default value: 0
“state-changed”
signalvoid user_function (NMActiveConnection *nmactiveconnection, guint arg1, guint arg2, gpointer user_data)
Flags: Run First