From 50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 Mon Sep 17 00:00:00 2001
From: Michael Biebl the error quark used for NMClient errors. Since 0.9.10 Since: 0.9.10Functions
@@ -583,9 +581,8 @@ nm_client_error_quark (void
Returns
@@ -681,7 +677,6 @@ nm_client_new_finish (GAsyncResul
@@ -796,8 +791,6 @@ or NULL if none is found.
NMActiveConnection *active_connection,
GError *error,
gpointer user_data);
--
const char *new_connection_path,
GError *error,
gpointer user_data);
--
Returns
TRUE if networking is enabled, FALSE if networking is disabled
-
Returns
TRUE if wireless is enabled
-
@@ -1131,7 +1120,6 @@ nm_client_wireless_hardware_get_enabled
@@ -1158,7 +1146,6 @@ nm_client_wwan_get_enabled (
Returns
TRUE if WWAN is enabled
-
@@ -1215,7 +1202,6 @@ nm_client_wwan_hardware_get_enabled (
Returns
TRUE if the WWAN hardware is enabled
-
@@ -1242,7 +1228,6 @@ nm_client_wimax_get_enabled (
Returns
TRUE if WiMAX is enabled
-
@@ -1299,7 +1284,6 @@ nm_client_wimax_hardware_get_enabled (
Returns
TRUE if the WiMAX hardware is enabled
-
@@ -1326,7 +1310,6 @@ nm_client_get_version (
Returns
string with the version
-
@@ -1353,7 +1336,6 @@ nm_client_get_state (
Returns
the current NMState
-
@@ -1381,9 +1363,8 @@ connections at startup.
-Since 0.9.10
+Since: 0.9.10
@@ -1504,7 +1484,6 @@ client can or cannot perform the action the permission represents
@@ -1552,9 +1531,8 @@ a list of domains separated by ",".
-Since 0.9.8
+Since: 0.9.8
@@ -1601,9 +1579,8 @@ domains separated by ",". (NULL or an empty string
-Since 0.9.8
+Since: 0.9.8
@@ -1632,9 +1609,8 @@ connectivity state first before returning any information.
-Since 0.9.8.6
+Since: 0.9.8.6
@@ -1678,9 +1654,8 @@ if you do not want to block.
-Since 0.9.8.6
+Since: 0.9.8.6
@@ -1728,7 +1703,7 @@ re-checking, and Since 0.9.8.6
+Since: 0.9.8.6
@@ -1769,9 +1744,8 @@ call.
-Since 0.9.8.6
+Since: 0.9.8.6
@@ -1808,7 +1782,7 @@ non-NetworkManager-recognized device, this will return NUL
any.
[transfer none]
-Since 0.9.8.6
+Since: 0.9.8.6
@@ -1839,7 +1813,7 @@ currently-activating connection that is expected to become the new
any.
[transfer none]
-Since 0.9.8.6
+Since: 0.9.8.6
NM_CLIENT_WIRELESS_HARDWARE_ENABLED
#define NM_CLIENT_WIRELESS_HARDWARE_ENABLED "wireless-hardware-enabled"
-
-
NM_CLIENT_WIMAX_HARDWARE_ENABLED
#define NM_CLIENT_WIMAX_HARDWARE_ENABLED "wimax-hardware-enabled"
-
-
@@ -2176,8 +2118,6 @@ the user requires to obtain a given NM_CLIENT_ERROR
#define NM_CLIENT_ERROR nm_client_error_quark ()
-
-
@@ -2185,40 +2125,42 @@ the user requires to obtain a given
The “activating-connection” property
“activating-connection” NMActiveConnection *
-
+The NMActiveConnection of the activating connection that is
+likely to become the new “primary-connection”.
Flags: Read
-Since 0.9.8.6
+Since: 0.9.8.6
The “active-connections” property
“active-connections” NMObjectArray *
-
+The active connections.
+Type: GLib.PtrArray
Flags: Read
The “connectivity” property
“connectivity” guint
-
+The network connectivity state.
Flags: Read
Allowed values: <= 4
Default value: 0
-Since 0.9.8.6
+Since: 0.9.8.6
The “devices” property
“devices” NMObjectArray *
-
+List of known network devices.
Flags: Read
-Since 0.9.10
+Since: 0.9.10
The “manager-running” property
“manager-running” gboolean
-
+Whether the daemon is running.
Flags: Read
Default value: FALSE
@@ -2226,7 +2168,7 @@ the user requires to obtain a given
The “networking-enabled” property
“networking-enabled” gboolean
-
+Whether networking is enabled.
Flags: Read / Write
Default value: TRUE
@@ -2234,24 +2176,25 @@ the user requires to obtain a given
The “primary-connection” property
“primary-connection” NMActiveConnection *
-
+The NMActiveConnection of the device with the default route;
+see nm_client_get_primary_connection() for more details.
Flags: Read
-Since 0.9.8.6
+Since: 0.9.8.6
The “startup” property
“startup” gboolean
-
+Whether the daemon is still starting up.
Flags: Read
Default value: FALSE
-Since 0.9.10
+Since: 0.9.10
The “state” property
“state” guint
-
+The current daemon state.
Flags: Read
Allowed values: <= 70
Default value: 0
@@ -2260,7 +2203,7 @@ the user requires to obtain a given
The “version” property
“version” gchar *
-
+The NetworkManager version.
Flags: Read
Default value: NULL
@@ -2268,7 +2211,7 @@ the user requires to obtain a given
The “wimax-enabled” property
“wimax-enabled” gboolean
-
+Whether WiMAX functionality is enabled.
Flags: Read / Write
Default value: FALSE
@@ -2276,7 +2219,7 @@ the user requires to obtain a given
The “wimax-hardware-enabled” property
“wimax-hardware-enabled” gboolean
-
+Whether the WiMAX hardware is enabled.
Flags: Read
Default value: FALSE
@@ -2284,7 +2227,7 @@ the user requires to obtain a given
The “wireless-enabled” property
“wireless-enabled” gboolean
-
+Whether wireless is enabled.
Flags: Read / Write
Default value: FALSE
@@ -2292,7 +2235,7 @@ the user requires to obtain a given
The “wireless-hardware-enabled” property
“wireless-hardware-enabled” gboolean
-
+Whether the wireless hardware is enabled.
Flags: Read
Default value: TRUE
@@ -2300,7 +2243,7 @@ the user requires to obtain a given
The “wwan-enabled” property
“wwan-enabled” gboolean
-
+Whether WWAN functionality is enabled.
Flags: Read / Write
Default value: FALSE
@@ -2308,7 +2251,7 @@ the user requires to obtain a given
The “wwan-hardware-enabled” property
“wwan-hardware-enabled” gboolean
-
+Whether the WWAN hardware is enabled.
Flags: Read
Default value: FALSE
@@ -2321,6 +2264,34 @@ the user requires to obtain a given NMClient *client,
GObject *device,
gpointer user_data)
+Notifies that a NMDevice is added.
+
+Parameters
+
+
+
+
+
+
+
+
+client
+the client that received the signal
+
+
+
+device
+ the new device.
+[type NMDevice]
+
+
+user_data
+user data set when the signal handler was connected.
+
+
+
+
+
Flags: Run First
@@ -2330,6 +2301,34 @@ user_function (NMClient *client,
GObject *device,
gpointer user_data)
+Notifies that a NMDevice is removed.
+
+Parameters
+
+
+
+
+
+
+
+
+client
+the client that received the signal
+
+
+
+device
+ the removed device.
+[type NMDevice]
+
+
+user_data
+user data set when the signal handler was connected.
+
+
+
+
+
Flags: Run First
@@ -2340,12 +2339,44 @@ user_function (guint permission,
guint result,
gpointer user_data)
+Notifies that a permission has changed
+
+Parameters
+
+
+
+
+
+
+
+
+client
+the client that received the signal
+
+
+
+permission
+a permission from NMClientPermission
+
+
+
+result
+the permission's result, one of NMClientPermissionResult
+
+
+
+user_data
+user data set when the signal handler was connected.
+
+
+
+
+
Flags: Run First
+
Generated by GTK-Doc V1.24
\ No newline at end of file
--
cgit 1.3.0-6-gf8a5