From 50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 14 Jul 2015 19:38:58 +0200 Subject: Imported Upstream version 1.0.4 --- docs/libnm-glib/html/NMClient.html | 221 +++++++++++++++++++++---------------- 1 file changed, 126 insertions(+), 95 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 23eca511..1f0d4ae2 100644 --- a/docs/libnm-glib/html/NMClient.html +++ b/docs/libnm-glib/html/NMClient.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMClient +NMClient: libnm-glib Reference Manual - + @@ -570,8 +570,6 @@

Description

-

-

Functions

@@ -583,9 +581,8 @@ nm_client_error_quark (void

Returns

the error quark used for NMClient errors.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -602,7 +599,6 @@ control them. To access and modify network configuration data, use the

Returns

a new NMClient or NULL on an error

-


@@ -681,7 +677,6 @@ nm_client_new_finish (GAsyncResul

Returns

a new NMClient, or NULL on error

-


@@ -796,8 +791,6 @@ or NULL if none is found.

NMActiveConnection *active_connection, GError *error, gpointer user_data); -

-


@@ -885,8 +878,6 @@ details of the newly added connection.

const char *new_connection_path, GError *error, gpointer user_data); -

-


@@ -1014,7 +1005,6 @@ nm_client_networking_get_enabled (

Returns

TRUE if networking is enabled, FALSE if networking is disabled

-


@@ -1073,7 +1063,6 @@ nm_client_wireless_get_enabled (

Returns

TRUE if wireless is enabled

-


@@ -1131,7 +1120,6 @@ nm_client_wireless_hardware_get_enabled

Returns

TRUE if the wireless hardware is 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.

Returns

whether the daemon is still starting up

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -1409,7 +1390,6 @@ nm_client_get_manager_running (

Returns

TRUE if the daemon is running

-


@@ -1504,7 +1484,6 @@ client can or cannot perform the action the permission represents

Returns

the permission's result, one of NMClientPermissionResult

-


@@ -1552,9 +1531,8 @@ a list of domains separated by ",".

Returns

TRUE on success, FALSE otherwise

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -1601,9 +1579,8 @@ domains separated by ",". (NULL or an empty string

Returns

TRUE on success, FALSE otherwise

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -1632,9 +1609,8 @@ connectivity state first before returning any information.

Returns

the current connectivity state

-

-

Since 0.9.8.6

+

Since: 0.9.8.6


@@ -1678,9 +1654,8 @@ if you do not want to block.

Returns

the (new) current connectivity state

-

-

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.

Returns

the (new) current connectivity state

-

-

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

@@ -1848,128 +1822,96 @@ any.

NM_CLIENT_VERSION

#define NM_CLIENT_VERSION "version"
 
-

-


NM_CLIENT_STATE

#define NM_CLIENT_STATE "state"
 
-

-


NM_CLIENT_STARTUP

#define NM_CLIENT_STARTUP "startup"
 
-

-


NM_CLIENT_MANAGER_RUNNING

#define NM_CLIENT_MANAGER_RUNNING "manager-running"
 
-

-


NM_CLIENT_NETWORKING_ENABLED

#define NM_CLIENT_NETWORKING_ENABLED "networking-enabled"
 
-

-


NM_CLIENT_WIRELESS_ENABLED

#define NM_CLIENT_WIRELESS_ENABLED "wireless-enabled"
 
-

-


NM_CLIENT_WIRELESS_HARDWARE_ENABLED

#define NM_CLIENT_WIRELESS_HARDWARE_ENABLED "wireless-hardware-enabled"
 
-

-


NM_CLIENT_WWAN_ENABLED

#define NM_CLIENT_WWAN_ENABLED "wwan-enabled"
 
-

-


NM_CLIENT_WWAN_HARDWARE_ENABLED

#define NM_CLIENT_WWAN_HARDWARE_ENABLED "wwan-hardware-enabled"
 
-

-


NM_CLIENT_WIMAX_ENABLED

#define NM_CLIENT_WIMAX_ENABLED "wimax-enabled"
 
-

-


NM_CLIENT_WIMAX_HARDWARE_ENABLED

#define NM_CLIENT_WIMAX_HARDWARE_ENABLED "wimax-hardware-enabled"
 
-

-


NM_CLIENT_ACTIVE_CONNECTIONS

#define NM_CLIENT_ACTIVE_CONNECTIONS "active-connections"
 
-

-


NM_CLIENT_CONNECTIVITY

#define NM_CLIENT_CONNECTIVITY "connectivity"
 
-

-


NM_CLIENT_PRIMARY_CONNECTION

#define NM_CLIENT_PRIMARY_CONNECTION "primary-connection"
 
-

-


NM_CLIENT_ACTIVATING_CONNECTION

#define NM_CLIENT_ACTIVATING_CONNECTION "activating-connection"
 
-

-


NM_CLIENT_DEVICES

#define NM_CLIENT_DEVICES "devices"
 
-

-


@@ -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