From afcd268ea7b1149fbfb66bce4eca659b675da0a2 Mon Sep 17 00:00:00 2001
From: Michael Biebl
NMActiveConnection implements
- GInitable and GAsyncInitable. the NMRemoteConnection which this
+ the NMRemoteConnection which this
NMActiveConnection is an active instance of. [transfer none] Gets the NMDevices used for the active connections. the GPtrArray containing NMDevices.
+ the GPtrArray containing NMDevices.
This is the internal copy used by the connection, and must not be modified. [element-type NMDevice] the master NMDevice of the NMActiveConnection. the master NMDevice of the NMActiveConnection. [transfer none] Whether the active connection is the default IPv4 one (that is, is used for
the default IPv4 route and DNS information). the IPv4 NMIPConfig, or the IPv4 NMIPConfig, or [transfer none] the IPv4 NMDhcpConfig, or the IPv4 NMDhcpConfig, or [transfer none] Whether the active connection is the default IPv6 one (that is, is used for
the default IPv6 route and DNS information). the IPv6 NMIPConfig, or the IPv6 NMIPConfig, or [transfer none] the IPv6 NMDhcpConfig, or the IPv6 NMDhcpConfig, or [transfer none]
-
const GPtrArray *
+ const GPtrArray *
nm_active_connection_get_devices ()
@@ -120,7 +120,7 @@
-gboolean
+gboolean
nm_active_connection_get_default ()
@@ -144,7 +144,7 @@
-gboolean
+gboolean
nm_active_connection_get_default6 ()
@@ -168,7 +168,7 @@
-gboolean
+gboolean
nm_active_connection_get_vpn ()
@@ -193,18 +193,18 @@
Read
-
gboolean
+gboolean
default
Read
-
gboolean
+gboolean
default6
Read
@@ -222,7 +222,7 @@
-GPtrArray *
+GPtrArray *
devices
Read
@@ -246,7 +246,7 @@
-gchar *
+gchar *
id
Read
@@ -256,24 +256,24 @@
-gchar *
+gchar *
specific-object-path
Read
Read
-
guint
+guint
state-flags
Read
-gchar *
+gchar *
type
Read
-gchar *
+gchar *
uuid
Read
-
@@ -291,7 +291,7 @@
gboolean
+gboolean
vpn
Read
@@ -376,7 +376,7 @@
void
state-changed
-Run First
+Run First
Object Hierarchy
- GObject
+
GObject
╰── NMObject
╰── NMActiveConnection
╰── NMVpnConnection
@@ -386,7 +386,7 @@
Implemented Interfaces
Description
@@ -416,7 +416,7 @@ nm_active_connection_get_connection (
Returns
-
nm_active_connection_get_devices ()
-const GPtrArray *
+
const GPtrArray *
nm_active_connection_get_devices (
NMActiveConnection *connection);
Returns
-
Returns
-
nm_active_connection_get_default ()
-gboolean
+
gboolean
nm_active_connection_get_default (
NMActiveConnection *connection);
@@ -722,7 +722,7 @@ nm_active_connection_get_ip4_config (
Returns
-NULL if the connection is
+NULL if the connection is
not in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.
Returns
-NULL if the connection
+NULL if the connection
does not use DHCP, or is not in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED
state.
nm_active_connection_get_default6 ()
-gboolean
+
gboolean
nm_active_connection_get_default6 (
NMActiveConnection *connection);
@@ -807,7 +807,7 @@ nm_active_connection_get_ip6_config (
Returns
-NULL if the connection is
+NULL if the connection is
not in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.
Returns
-NULL if the connection
+NULL if the connection
does not use DHCPv6, or is not in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED
state.
gboolean +gboolean nm_active_connection_get_vpn (NMActiveConnection *connection);Whether the active connection is a VPN connection.
The “default” property
- “default” gboolean
+ “default” gboolean
Whether the active connection is the default IPv4 one.
Flags: Read
Default value: FALSE
@@ -991,7 +991,7 @@ nm_active_connection_get_vpn (
The “default6” property
- “default6” gboolean
+ “default6” gboolean
Whether the active connection is the default IPv6 one.
Flags: Read
Default value: FALSE
@@ -999,7 +999,7 @@ nm_active_connection_get_vpn (
The “devices” property
- “devices” GPtrArray *
+ “devices” GPtrArray *
The devices of the active connection.
Element-type: NMDevice
Flags: Read
@@ -1021,7 +1021,7 @@ nm_active_connection_get_vpn (
The “id” property
- “id” gchar *
+ “id” gchar *
The active connection's ID
Flags: Read
Default value: NULL
@@ -1050,7 +1050,7 @@ nm_active_connection_get_vpn (
The “specific-object-path” property
- “specific-object-path” gchar *
+ “specific-object-path” gchar *
The path to the "specific object" of the active connection; see
nm_active_connection_get_specific_object_path() for more details.
Flags: Read
@@ -1067,7 +1067,7 @@ nm_active_connection_get_vpn (
The “state-flags” property
- “state-flags” guint
+ “state-flags” guint
The state flags of the active connection.
Flags: Read
Default value: 0
@@ -1076,7 +1076,7 @@ nm_active_connection_get_vpn (
The “type” property
- “type” gchar *
+ “type” gchar *
The active connection's type
Flags: Read
Default value: NULL
@@ -1084,7 +1084,7 @@ nm_active_connection_get_vpn (
The “uuid” property
- “uuid” gchar *
+ “uuid” gchar *
The active connection's UUID
Flags: Read
Default value: NULL
@@ -1092,7 +1092,7 @@ nm_active_connection_get_vpn (
The “vpn” property
- “vpn” gboolean
+ “vpn” gboolean
Whether the active connection is a VPN connection.
Flags: Read
Default value: FALSE
@@ -1104,14 +1104,14 @@ nm_active_connection_get_vpn (The “state-changed” signal
void
user_function (NMActiveConnection *nmactiveconnection,
- guint arg1,
- guint arg2,
- gpointer user_data)
-Flags: Run First
+ guint arg1,
+ guint arg2,
+ gpointer user_data)
+Flags: Run First
+
Generated by GTK-Doc V1.26