From 45cb5bb3c0e6edb887cf69b417fcaf7053814a9b Mon Sep 17 00:00:00 2001 From: Aron Xu Date: Tue, 20 Dec 2016 20:06:37 +0800 Subject: Imported Upstream version 1.4.4 --- docs/libnm-glib/html/NMClient.html | 404 ++++++++++++++++++------------------- 1 file changed, 202 insertions(+), 202 deletions(-) (limited to 'docs/libnm-glib/html/NMClient.html') diff --git a/docs/libnm-glib/html/NMClient.html b/docs/libnm-glib/html/NMClient.html index 0a39bdb1..aef7ab18 100644 --- a/docs/libnm-glib/html/NMClient.html +++ b/docs/libnm-glib/html/NMClient.html @@ -3,7 +3,7 @@ NMClient: libnm-glib Reference Manual - + @@ -36,7 +36,7 @@

Functions

-
+
@@ -44,7 +44,7 @@ - - -
-GQuark +GQuark nm_client_error_quark () @@ -75,14 +75,14 @@
const GPtrArray * +const GPtrArray * nm_client_get_devices ()
const GPtrArray * +const GPtrArray * nm_client_get_all_devices () @@ -146,7 +146,7 @@
-gboolean +gboolean nm_client_networking_get_enabled () @@ -162,7 +162,7 @@
-gboolean +gboolean nm_client_wireless_get_enabled () @@ -178,7 +178,7 @@
-gboolean +gboolean nm_client_wireless_hardware_get_enabled () @@ -186,7 +186,7 @@
-gboolean +gboolean nm_client_wwan_get_enabled () @@ -202,7 +202,7 @@
-gboolean +gboolean nm_client_wwan_hardware_get_enabled () @@ -210,7 +210,7 @@
-gboolean +gboolean nm_client_wimax_get_enabled () @@ -226,7 +226,7 @@
-gboolean +gboolean nm_client_wimax_hardware_get_enabled () @@ -241,7 +241,7 @@
-NMState +NMState nm_client_get_state () @@ -249,7 +249,7 @@
-gboolean +gboolean nm_client_get_startup () @@ -257,14 +257,14 @@
-gboolean +gboolean nm_client_get_manager_running ()
const GPtrArray * +const GPtrArray * nm_client_get_active_connections () @@ -288,7 +288,7 @@
-gboolean +gboolean nm_client_get_logging () @@ -296,7 +296,7 @@
-gboolean +gboolean nm_client_set_logging () @@ -304,7 +304,7 @@
-NMConnectivityState +NMConnectivityState nm_client_get_connectivity () @@ -312,7 +312,7 @@
-NMConnectivityState +NMConnectivityState nm_client_check_connectivity () @@ -328,7 +328,7 @@
-NMConnectivityState +NMConnectivityState nm_client_check_connectivity_finish () @@ -355,7 +355,7 @@

Properties

-
+
@@ -381,7 +381,7 @@ - + @@ -392,12 +392,12 @@ - + - + @@ -408,48 +408,48 @@ - + - + +gchar * - + - + - + - + - + - + @@ -458,7 +458,7 @@

Signals

-
Read
guintguint connectivity Read
Read
gbooleangboolean manager-running Read
gbooleangboolean networking-enabled Read / Write
Read
gbooleangboolean startup Read
guintguint state Read
-gchar * version Read
gbooleangboolean wimax-enabled Read / Write
gbooleangboolean wimax-hardware-enabled Read
gbooleangboolean wireless-enabled Read / Write
gbooleangboolean wireless-hardware-enabled Read
gbooleangboolean wwan-enabled Read / Write
gbooleangboolean wwan-hardware-enabled Read
+
@@ -468,34 +468,34 @@ - + - + - + - + - +
void any-device-addedRun FirstRun First
void any-device-removedRun FirstRun First
void device-addedRun FirstRun First
void device-removedRun FirstRun First
void permission-changedRun FirstRun First

Types and Values

-
+
@@ -590,7 +590,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMClient
 
@@ -602,7 +602,7 @@

Functions

nm_client_error_quark ()

-
GQuark
+
GQuark
 nm_client_error_quark (void);

Registers an error quark for NMClient if necessary.

@@ -632,9 +632,9 @@ control them. To access and modify network configuration data, use the

nm_client_new_async ()

void
-nm_client_new_async (GCancellable *cancellable,
-                     GAsyncReadyCallback callback,
-                     gpointer user_data);
+nm_client_new_async (GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Creates a new NMClient and begins asynchronously initializing it. callback will be called when it is done; use @@ -645,7 +645,7 @@ control them. To access and modify network configuration data, use the NMRemoteSettings object.

Parameters

-
+
@@ -654,7 +654,7 @@ control them. To access and modify network configuration data, use the - + @@ -676,12 +676,12 @@ control them. To access and modify network configuration data, use the

nm_client_new_finish ()

NMClient *
-nm_client_new_finish (GAsyncResult *result,
-                      GError **error);
+nm_client_new_finish (GAsyncResult *result, + GError **error);

Gets the result of an nm_client_new_async() call.

Parameters

-

cancellable

a GCancellable, or NULL

a GCancellable, or NULL

 
+
@@ -690,12 +690,12 @@ nm_client_new_finish (

result

-
+ - + @@ -703,13 +703,13 @@ nm_client_new_finish (

Returns

-

a new NMClient, or NULL on error

+

a new NMClient, or NULL on error


nm_client_get_devices ()

-
const GPtrArray *
+
const GPtrArray *
 nm_client_get_devices (NMClient *client);

Gets all the known network devices. Use nm_device_get_type() or the NM_IS_DEVICE_XXXX functions to determine what kind of @@ -717,7 +717,7 @@ device member of the returned array is, and then you may use device-specific methods such as nm_device_ethernet_get_hw_address().

Parameters

-

a GAsyncResult

a GAsyncResult

 

error

location for a GError, or NULL

location for a GError, or NULL

 
+
@@ -732,8 +732,8 @@ methods such as

Returns

-

a GPtrArray -containing all the NMDevices. The returned array is owned by the +

a GPtrArray +containing all the NMDevices. The returned array is owned by the NMClient object and should not be modified.

[transfer none][element-type NMDevice]

@@ -741,7 +741,7 @@ containing all the

nm_client_get_all_devices ()

-
const GPtrArray *
+
const GPtrArray *
 nm_client_get_all_devices (NMClient *client);

Gets both real devices and device placeholders (eg, software devices which do not currently exist, but could be created automatically by NetworkManager @@ -753,7 +753,7 @@ what kind of device each member of the returned array is, and then you may use device-specific methods such as nm_device_ethernet_get_hw_address().

Parameters

-
+
@@ -768,8 +768,8 @@ use device-specific methods such as

Returns

-

a GPtrArray -containing all the NMDevices. The returned array is owned by the +

a GPtrArray +containing all the NMDevices. The returned array is owned by the NMClient object and should not be modified.

[transfer none][element-type NMDevice]

@@ -784,7 +784,7 @@ nm_client_get_device_by_path (NMDevice from a NMClient.

Parameters

-
+
@@ -807,7 +807,7 @@ nm_client_get_device_by_path (

Returns

the NMDevice for the given object_path -or NULL if none is found.

+or NULL if none is found.

[transfer none]

@@ -820,7 +820,7 @@ nm_client_get_device_by_iface (Gets a NMDevice from a NMClient.

Parameters

-
+
@@ -843,7 +843,7 @@ nm_client_get_device_by_iface (

Returns

the NMDevice for the given iface -or NULL if none is found.

+or NULL if none is found.

[transfer none]

@@ -853,19 +853,19 @@ or void (*NMClientActivateFn) (NMClient *client, NMActiveConnection *active_connection, - GError *error, - gpointer user_data); + GError *error, + gpointer user_data);

nm_client_activate_connection ()

void
 nm_client_activate_connection (NMClient *client,
-                               NMConnection *connection,
+                               NMConnection *connection,
                                NMDevice *device,
                                const char *specific_object,
                                NMClientActivateFn callback,
-                               gpointer user_data);
+ gpointer user_data);

Starts a connection to a particular network using the configuration settings from connection and the network device device @@ -885,7 +885,7 @@ the new connection, not when it finishes. You can used the returned track the activation to its completion.

Parameters

-
+
@@ -899,7 +899,7 @@ track the activation to its completion.

- + @@ -911,7 +911,7 @@ track the activation to its completion.

(*NMClientAddActivateFn) (NMClient *client, NMActiveConnection *connection, const char *new_connection_path, - GError *error, - gpointer user_data); + GError *error, + gpointer user_data);

nm_client_add_and_activate_connection ()

void
 nm_client_add_and_activate_connection (NMClient *client,
-                                       NMConnection *partial,
+                                       NMConnection *partial,
                                        NMDevice *device,
                                        const char *specific_object,
                                        NMClientAddActivateFn callback,
-                                       gpointer user_data);
+ gpointer user_data);

Adds a new connection using the given details (if any) as a template, automatically filling in missing settings with the capabilities of the given device and specific object. The new connection is then activated. @@ -963,7 +963,7 @@ the new connection, not when it finishes. You can used the returned track the activation to its completion.

Parameters

-

connection

an NMConnection.

an NMConnection.

[allow-none]

specific_object

the object path of a connection-type-specific object this activation should use. This parameter is currently ignored for -wired and mobile broadband connections, and the value of NULL should be used +wired and mobile broadband connections, and the value of NULL should be used (ie, no specific object). For Wi-Fi or WiMAX connections, pass the object path of a NMAccessPoint or NMWimaxNsp owned by device , which you can @@ -940,19 +940,19 @@ details of the newly added connection.

+
@@ -977,8 +977,8 @@ track the activation to its completion.

- @@ -993,7 +993,7 @@ before being added.

partial

an NMConnection to add; the connection may be -partially filled (or even NULL) and will be completed by NetworkManager +

an NMConnection to add; the connection may be +partially filled (or even NULL) and will be completed by NetworkManager using the given device and specific_object before being added.

specific_object

the object path of a connection-type-specific object this activation should use. This parameter is currently ignored for -wired and mobile broadband connections, and the value of NULL should be used +wired and mobile broadband connections, and the value of NULL should be used (ie, no specific object). For Wi-Fi or WiMAX connections, pass the object path of a NMAccessPoint or NMWimaxNsp owned by device , which you can @@ -1024,7 +1024,7 @@ nm_client_deactivate_connection (Deactivates an active NMActiveConnection.

Parameters

-
+
@@ -1048,12 +1048,12 @@ nm_client_deactivate_connection (

nm_client_networking_get_enabled ()

-
gboolean
+
gboolean
 nm_client_networking_get_enabled (NMClient *client);

Whether networking is enabled or disabled.

Parameters

-
+
@@ -1068,7 +1068,7 @@ nm_client_networking_get_enabled (

Returns

-

TRUE if networking is enabled, FALSE if networking is disabled

+

TRUE if networking is enabled, FALSE if networking is disabled


@@ -1076,13 +1076,13 @@ nm_client_networking_get_enabled (

nm_client_networking_set_enabled ()

void
 nm_client_networking_set_enabled (NMClient *client,
-                                  gboolean enabled);
+ gboolean enabled);

Enables or disables networking. When networking is disabled, all controlled interfaces are disconnected and deactivated. When networking is enabled, all controlled interfaces are available for activation.

Parameters

-
+
@@ -1096,7 +1096,7 @@ all controlled interfaces are available for activation.

- + @@ -1106,12 +1106,12 @@ all controlled interfaces are available for activation.


nm_client_wireless_get_enabled ()

-
gboolean
+
gboolean
 nm_client_wireless_get_enabled (NMClient *client);

Determines whether the wireless is enabled.

Parameters

-

enabled

TRUE to set networking enabled, FALSE to set networking disabled

TRUE to set networking enabled, FALSE to set networking disabled

 
+
@@ -1126,7 +1126,7 @@ nm_client_wireless_get_enabled (

Returns

-

TRUE if wireless is enabled

+

TRUE if wireless is enabled


@@ -1134,11 +1134,11 @@ nm_client_wireless_get_enabled (

nm_client_wireless_set_enabled ()

void
 nm_client_wireless_set_enabled (NMClient *client,
-                                gboolean enabled);
+ gboolean enabled);

Enables or disables wireless devices.

Parameters

-
+
@@ -1152,7 +1152,7 @@ nm_client_wireless_set_enabled ( - + @@ -1162,13 +1162,13 @@ nm_client_wireless_set_enabled (

nm_client_wireless_hardware_get_enabled ()

-
gboolean
+
gboolean
 nm_client_wireless_hardware_get_enabled
                                (NMClient *client);

Determines whether the wireless hardware is enabled.

Parameters

-

enabled

TRUE to enable wireless

TRUE to enable wireless

 
+
@@ -1183,18 +1183,18 @@ nm_client_wireless_hardware_get_enabled

Returns

-

TRUE if the wireless hardware is enabled

+

TRUE if the wireless hardware is enabled


nm_client_wwan_get_enabled ()

-
gboolean
+
gboolean
 nm_client_wwan_get_enabled (NMClient *client);

Determines whether WWAN is enabled.

Parameters

-
+
@@ -1209,7 +1209,7 @@ nm_client_wwan_get_enabled (

Returns

-

TRUE if WWAN is enabled

+

TRUE if WWAN is enabled


@@ -1217,11 +1217,11 @@ nm_client_wwan_get_enabled (

nm_client_wwan_set_enabled ()

void
 nm_client_wwan_set_enabled (NMClient *client,
-                            gboolean enabled);
+ gboolean enabled);

Enables or disables WWAN devices.

Parameters

-
+
@@ -1235,7 +1235,7 @@ nm_client_wwan_set_enabled (

enabled

-
+ @@ -1245,12 +1245,12 @@ nm_client_wwan_set_enabled (

nm_client_wwan_hardware_get_enabled ()

-
gboolean
+
gboolean
 nm_client_wwan_hardware_get_enabled (NMClient *client);

Determines whether the WWAN hardware is enabled.

Parameters

-

TRUE to enable WWAN

TRUE to enable WWAN

 
+
@@ -1265,18 +1265,18 @@ nm_client_wwan_hardware_get_enabled (

Returns

-

TRUE if the WWAN hardware is enabled

+

TRUE if the WWAN hardware is enabled


nm_client_wimax_get_enabled ()

-
gboolean
+
gboolean
 nm_client_wimax_get_enabled (NMClient *client);

Determines whether WiMAX is enabled.

Parameters

-
+
@@ -1291,7 +1291,7 @@ nm_client_wimax_get_enabled (

Returns

-

TRUE if WiMAX is enabled

+

TRUE if WiMAX is enabled


@@ -1299,11 +1299,11 @@ nm_client_wimax_get_enabled (

nm_client_wimax_set_enabled ()

void
 nm_client_wimax_set_enabled (NMClient *client,
-                             gboolean enabled);
+ gboolean enabled);

Enables or disables WiMAX devices.

Parameters

-
+
@@ -1317,7 +1317,7 @@ nm_client_wimax_set_enabled (

enabled

-
+ @@ -1327,12 +1327,12 @@ nm_client_wimax_set_enabled (

nm_client_wimax_hardware_get_enabled ()

-
gboolean
+
gboolean
 nm_client_wimax_hardware_get_enabled (NMClient *client);

Determines whether the WiMAX hardware is enabled.

Parameters

-

TRUE to enable WiMAX

TRUE to enable WiMAX

 
+
@@ -1347,7 +1347,7 @@ nm_client_wimax_hardware_get_enabled (

Returns

-

TRUE if the WiMAX hardware is enabled

+

TRUE if the WiMAX hardware is enabled


@@ -1358,7 +1358,7 @@ nm_client_get_version (

Parameters

-
+
@@ -1379,12 +1379,12 @@ nm_client_get_version (

nm_client_get_state ()

-
NMState
+
NMState
 nm_client_get_state (NMClient *client);

Gets the current daemon state.

Parameters

-
+
@@ -1399,19 +1399,19 @@ nm_client_get_state (

Returns

-

the current NMState

+

the current NMState


nm_client_get_startup ()

-
gboolean
+
gboolean
 nm_client_get_startup (NMClient *client);

Tests whether the daemon is still in the process of activating connections at startup.

Parameters

-
+
@@ -1433,12 +1433,12 @@ connections at startup.


nm_client_get_manager_running ()

-
gboolean
+
gboolean
 nm_client_get_manager_running (NMClient *client);

Determines whether the daemon is running.

Parameters

-
+
@@ -1453,18 +1453,18 @@ nm_client_get_manager_running (

Returns

-

TRUE if the daemon is running

+

TRUE if the daemon is running


nm_client_get_active_connections ()

-
const GPtrArray *
+
const GPtrArray *
 nm_client_get_active_connections (NMClient *client);

Gets the active connections.

Parameters

-
+
@@ -1479,8 +1479,8 @@ nm_client_get_active_connections (

Returns

-

a GPtrArray -containing all the active NMActiveConnections. +

a GPtrArray +containing all the active NMActiveConnections. The returned array is owned by the client and should not be modified.

[transfer none][element-type NMActiveConnection]

@@ -1490,11 +1490,11 @@ The returned array is owned by the client and should not be modified.

nm_client_sleep ()

void
 nm_client_sleep (NMClient *client,
-                 gboolean sleep_);
+ gboolean sleep_);

Deprecated; use nm_client_networking_set_enabled() instead.

Parameters

-
+
@@ -1508,7 +1508,7 @@ nm_client_sleep (

sleep_

-
+ @@ -1525,7 +1525,7 @@ nm_client_get_permission_result (

Parameters

-

TRUE to put the daemon to sleep

TRUE to put the daemon to sleep

 
+
@@ -1553,15 +1553,15 @@ client can or cannot perform the action the permission represents


nm_client_get_logging ()

-
gboolean
+
gboolean
 nm_client_get_logging (NMClient *client,
                        char **level,
                        char **domains,
-                       GError **error);
+ GError **error);

Gets NetworkManager current logging level and domains.

Parameters

-
+
@@ -1586,7 +1586,7 @@ a list of domains separated by ",".

- + @@ -1594,22 +1594,22 @@ a list of domains separated by ",".

Returns

-

TRUE on success, FALSE otherwise

+

TRUE on success, FALSE otherwise

Since: 0.9.8


nm_client_set_logging ()

-
gboolean
+
gboolean
 nm_client_set_logging (NMClient *client,
                        const char *level,
                        const char *domains,
-                       GError **error);
+ GError **error);

Sets NetworkManager logging level and/or domains.

Parameters

-

error

return location for a GError, or NULL.

return location for a GError, or NULL.

[allow-none]
+
@@ -1623,18 +1623,18 @@ nm_client_set_logging (

level

-
+ +domains separated by ",". (NULL or an empty string for no change).

- + @@ -1642,14 +1642,14 @@ domains separated by ",". (

Returns

-

TRUE on success, FALSE otherwise

+

TRUE on success, FALSE otherwise

Since: 0.9.8


nm_client_get_connectivity ()

-
NMConnectivityState
+
NMConnectivityState
 nm_client_get_connectivity (NMClient *client);

Gets the current network connectivity state. Contrast nm_client_check_connectivity() and @@ -1657,7 +1657,7 @@ nm_client_get_connectivity (

Parameters

-

logging level to set (NULL or an empty string for no change).

logging level to set (NULL or an empty string for no change).

[allow-none]

domains

logging domains to set. The string should be a list of log -domains separated by ",". (NULL or an empty string for no change).

[allow-none]

error

return location for a GError, or NULL.

return location for a GError, or NULL.

[allow-none]
+
@@ -1679,10 +1679,10 @@ connectivity state first before returning any information.


nm_client_check_connectivity ()

-
NMConnectivityState
+
NMConnectivityState
 nm_client_check_connectivity (NMClient *client,
-                              GCancellable *cancellable,
-                              GError **error);
+ GCancellable *cancellable, + GError **error);

Updates the network connectivity state and returns the (new) current state. Contrast nm_client_get_connectivity(), which returns the most recent known state without re-checking.

@@ -1690,7 +1690,7 @@ the most recent known state without re-checking.

if you do not want to block.

Parameters

-
+
@@ -1704,12 +1704,12 @@ if you do not want to block.

- + - + @@ -1726,9 +1726,9 @@ if you do not want to block.

nm_client_check_connectivity_async ()

void
 nm_client_check_connectivity_async (NMClient *client,
-                                    GCancellable *cancellable,
-                                    GAsyncReadyCallback callback,
-                                    gpointer user_data);
+ GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Asynchronously updates the network connectivity state and invokes callback when complete. Contrast nm_client_get_connectivity(), @@ -1736,7 +1736,7 @@ which (immediately) returns the most recent known state without re-checking, and nm_client_check_connectivity(), which blocks.

Parameters

-

cancellable

a GCancellable

a GCancellable

 

error

return location for a GError

return location for a GError

 
+
@@ -1750,7 +1750,7 @@ re-checking, and

cancellable

-
+ @@ -1772,15 +1772,15 @@ re-checking, and

nm_client_check_connectivity_finish ()

-
NMConnectivityState
+
NMConnectivityState
 nm_client_check_connectivity_finish (NMClient *client,
-                                     GAsyncResult *result,
-                                     GError **error);
+ GAsyncResult *result, + GError **error);

Retrieves the result of an nm_client_check_connectivity_async() call.

Parameters

-

a GCancellable

a GCancellable

 
+
@@ -1794,12 +1794,12 @@ call.

- + - + @@ -1824,10 +1824,10 @@ the default route. If there is a VPN active with the default route, then this function returns the active connection that contains the route to the VPN endpoint.

If there is no default route, or the default route is over a -non-NetworkManager-recognized device, this will return NULL.

+non-NetworkManager-recognized device, this will return NULL.

Parameters

-

result

the GAsyncResult

the GAsyncResult

 

error

return location for a GError

return location for a GError

 
+
@@ -1858,7 +1858,7 @@ currently-activating connection that is expected to become the new “primary-connection” upon successful activation.

Parameters

-
+
@@ -1990,7 +1990,7 @@ any.

clients can obtain to perform certain tasks on behalf of the current user.

Members

-
+
@@ -2141,7 +2141,7 @@ clients can obtain to perform certain tasks on behalf of the current user.

the user requires to obtain a given NMClientPermission

Members

-
+
@@ -2188,7 +2188,7 @@ the user requires to obtain a given NMClient.

Members

-
+
@@ -2250,7 +2250,7 @@ Type: GLib.PtrArray


The “connectivity” property

-
  “connectivity”             guint
+
  “connectivity”             guint

The network connectivity state.

Flags: Read

Allowed values: <= 4

@@ -2268,7 +2268,7 @@ Type: GLib.PtrArray


The “manager-running” property

-
  “manager-running”          gboolean
+
  “manager-running”          gboolean

Whether the daemon is running.

Flags: Read

Default value: FALSE

@@ -2276,7 +2276,7 @@ Type: GLib.PtrArray


The “networking-enabled” property

-
  “networking-enabled”       gboolean
+
  “networking-enabled”       gboolean

Whether networking is enabled.

Flags: Read / Write

Default value: TRUE

@@ -2293,7 +2293,7 @@ see

The “startup” property

-
  “startup”                  gboolean
+
  “startup”                  gboolean

Whether the daemon is still starting up.

Flags: Read

Default value: FALSE

@@ -2302,7 +2302,7 @@ see

The “state” property

-
  “state”                    guint
+
  “state”                    guint

The current daemon state.

Flags: Read

Allowed values: <= 70

@@ -2311,7 +2311,7 @@ see

The “version” property

-
  “version”                  gchar *
+
  “version”                  gchar *

The NetworkManager version.

Flags: Read

Default value: NULL

@@ -2319,7 +2319,7 @@ see

The “wimax-enabled” property

-
  “wimax-enabled”            gboolean
+
  “wimax-enabled”            gboolean

Whether WiMAX functionality is enabled.

Flags: Read / Write

Default value: FALSE

@@ -2327,7 +2327,7 @@ see

The “wimax-hardware-enabled” property

-
  “wimax-hardware-enabled”   gboolean
+
  “wimax-hardware-enabled”   gboolean

Whether the WiMAX hardware is enabled.

Flags: Read

Default value: FALSE

@@ -2335,7 +2335,7 @@ see

The “wireless-enabled” property

-
  “wireless-enabled”         gboolean
+
  “wireless-enabled”         gboolean

Whether wireless is enabled.

Flags: Read / Write

Default value: FALSE

@@ -2343,7 +2343,7 @@ see

The “wireless-hardware-enabled” property

-
  “wireless-hardware-enabled” gboolean
+
  “wireless-hardware-enabled” gboolean

Whether the wireless hardware is enabled.

Flags: Read

Default value: TRUE

@@ -2351,7 +2351,7 @@ see

The “wwan-enabled” property

-
  “wwan-enabled”             gboolean
+
  “wwan-enabled”             gboolean

Whether WWAN functionality is enabled.

Flags: Read / Write

Default value: FALSE

@@ -2359,7 +2359,7 @@ see

The “wwan-hardware-enabled” property

-
  “wwan-hardware-enabled”    gboolean
+
  “wwan-hardware-enabled”    gboolean

Whether the WWAN hardware is enabled.

Flags: Read

Default value: FALSE

@@ -2371,13 +2371,13 @@ see

The “any-device-added” signal

void
 user_function (NMClient *client,
-               GObject  *device,
-               gpointer  user_data)
+ GObject *device, + gpointer user_data)

Notifies that a NMDevice is added. This signal is emitted for both regular devices and placeholder devices.

Parameters

-
+
@@ -2402,20 +2402,20 @@ regular devices and placeholder devices.

-

Flags: Run First

+

Flags: Run First


The “any-device-removed” signal

void
 user_function (NMClient *client,
-               GObject  *device,
-               gpointer  user_data)
+ GObject *device, + gpointer user_data)

Notifies that a NMDevice is removed. This signal is emitted for both regular devices and placeholder devices.

Parameters

-
+
@@ -2440,20 +2440,20 @@ regular devices and placeholder devices.

-

Flags: Run First

+

Flags: Run First


The “device-added” signal

void
 user_function (NMClient *client,
-               GObject  *device,
-               gpointer  user_data)
+ GObject *device, + gpointer user_data)

Notifies that a NMDevice is added. This signal is not emitted for placeholder devices.

Parameters

-
+
@@ -2478,20 +2478,20 @@ placeholder devices.

-

Flags: Run First

+

Flags: Run First


The “device-removed” signal

void
 user_function (NMClient *client,
-               GObject  *device,
-               gpointer  user_data)
+ GObject *device, + gpointer user_data)

Notifies that a NMDevice is removed. This signal is not emitted for placeholder devices.

Parameters

-
+
@@ -2516,20 +2516,20 @@ placeholder devices.

-

Flags: Run First

+

Flags: Run First


The “permission-changed” signal

void
 user_function (NMClient *client,
-               guint     permission,
-               guint     result,
-               gpointer  user_data)
+ guint permission, + guint result, + gpointer user_data)

Notifies that a permission has changed

Parameters

-
+
@@ -2559,7 +2559,7 @@ user_function (
-

Flags: Run First

+

Flags: Run First

-- cgit 1.3.0-6-gf8a5