From f75dd6fd1975146623052b843b182dc32c3fbe46 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 8 Apr 2011 07:30:59 +0200 Subject: Imported Upstream version 0.8.998 --- docs/libnm-glib/html/NMActiveConnection.html | 176 ++++++++------------------- 1 file changed, 51 insertions(+), 125 deletions(-) (limited to 'docs/libnm-glib/html/NMActiveConnection.html') diff --git a/docs/libnm-glib/html/NMActiveConnection.html b/docs/libnm-glib/html/NMActiveConnection.html index bf28b0a5..4c37d3b5 100644 --- a/docs/libnm-glib/html/NMActiveConnection.html +++ b/docs/libnm-glib/html/NMActiveConnection.html @@ -3,19 +3,19 @@ NMActiveConnection - + - + - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,10 +39,9 @@
-
+ -
+

Object Hierarchy

   GObject
@@ -73,34 +69,25 @@ const NMVPNConnection
 
-
+

Properties

   "connection"               gchar*                : Read
   "default"                  gboolean              : Read
   "default6"                 gboolean              : Read
-  "devices"                  nm-object-array*      : Read
-  "service-name"             gchar*                : Read
+  "devices"                  NMObjectArray*        : Read
   "specific-object"          gchar*                : Read
   "state"                    guint                 : Read
 
-
+

Description

-
+

Details

-
-

NM_ACTIVE_CONNECTION_SERVICE_NAME

-
#define NM_ACTIVE_CONNECTION_SERVICE_NAME        "service-name"
-
-

-

-
-
-
+

NM_ACTIVE_CONNECTION_CONNECTION

#define NM_ACTIVE_CONNECTION_CONNECTION          "connection"
 
@@ -108,7 +95,7 @@ const +

NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT

#define NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT     "specific-object"
 
@@ -116,7 +103,7 @@ const +

NM_ACTIVE_CONNECTION_DEVICES

#define NM_ACTIVE_CONNECTION_DEVICES             "devices"
 
@@ -124,7 +111,7 @@ const +

NM_ACTIVE_CONNECTION_STATE

#define NM_ACTIVE_CONNECTION_STATE               "state"
 
@@ -132,7 +119,7 @@ const +

NM_ACTIVE_CONNECTION_DEFAULT

#define NM_ACTIVE_CONNECTION_DEFAULT             "default"
 
@@ -140,7 +127,7 @@ const +

NM_ACTIVE_CONNECTION_DEFAULT6

#define NM_ACTIVE_CONNECTION_DEFAULT6            "default6"
 
@@ -148,14 +135,14 @@ const +

NMActiveConnection

typedef struct _NMActiveConnection NMActiveConnection;


-
+

NMActiveConnectionClass

typedef struct {
 	NMObjectClass parent;
@@ -173,7 +160,7 @@ const 
+

nm_active_connection_new ()

GObject *           nm_active_connection_new            (DBusGConnection *connection,
                                                          const char *path);
@@ -190,71 +177,22 @@ Creates a new path :

-the DBus object path of the device - - - -

Returns :

- a new active connection - - - -
-
-
-
-

nm_active_connection_get_service_name ()

-
const char *        nm_active_connection_get_service_name
-                                                        (NMActiveConnection *connection);
-

-Gets the service name of the active connection. -

-
-- - - - - - - - - - -

connection :

a NMActiveConnection -

Returns :

the service name. This is the internal string used by the -connection, and must not be modified. -
-
-
-
-

nm_active_connection_get_scope ()

-
NMConnectionScope   nm_active_connection_get_scope      (NMActiveConnection *connection);
-

-Gets the scope of the active connection. -

-
-- - - - + -

connection :

a NMActiveConnection -the DBus object path of the device

Returns :

the connection's scope +a new active connection. [transfer full]

-
+

nm_active_connection_get_connection ()

const char *        nm_active_connection_get_connection (NMActiveConnection *connection);

-Gets the NMConnection's DBus object path. +Gets the NMConnection's DBus object path.

@@ -266,15 +204,14 @@ Gets the Returns :

-
+
the object path of the NMConnection inside of NMActiveConnection. -This is the internal string used by the connection, and must not be modified. -the object path of the NMConnection inside of NMActiveConnection. +This is the internal string used by the connection, and must not be modified.

-
+

nm_active_connection_get_specific_object ()

const char *        nm_active_connection_get_specific_object
                                                         (NMActiveConnection *connection);
@@ -291,15 +228,14 @@ Gets the "specific object" used at the activation.

Returns :

- the specific object's DBus path. This is the internal string used by the -connection, and must not be modified. - +the specific object's DBus path. This is the internal string used by the +connection, and must not be modified.

-
+

nm_active_connection_get_devices ()

const GPtrArray *   nm_active_connection_get_devices    (NMActiveConnection *connection);

@@ -315,15 +251,15 @@ Gets the Returns :

- the GPtrArray containing NMDevices. -This is the internal copy used by the connection, and must not be modified. +the GPtrArray containing NMDevices. +This is the internal copy used by the connection, and must not be modified. [element-type NMClient.Device]

-
+

nm_active_connection_get_state ()

NMActiveConnectionState  nm_active_connection_get_state (NMActiveConnection *connection);

@@ -339,14 +275,13 @@ Gets the active connection's state.

Returns :

- the state - +the state

-
+

nm_active_connection_get_default ()

gboolean            nm_active_connection_get_default    (NMActiveConnection *connection);

@@ -363,14 +298,14 @@ the default IPv4 route and DNS information).

Returns :

- TRUE if the active connection is the default IPv4 connection - + +TRUE if the active connection is the default IPv4 connection

-
+

nm_active_connection_get_default6 ()

gboolean            nm_active_connection_get_default6   (NMActiveConnection *connection);

@@ -387,16 +322,16 @@ the default IPv6 route and DNS information).

Returns :

- TRUE if the active connection is the default IPv6 connection - + +TRUE if the active connection is the default IPv6 connection
-
+

Property Details

-
+

The "connection" property

  "connection"               gchar*                : Read

@@ -405,7 +340,7 @@ The connection's path of the active connection.

Default value: NULL


-
+

The "default" property

  "default"                  gboolean              : Read

@@ -414,7 +349,7 @@ Whether the active connection is the default IPv4 one.

Default value: FALSE


-
+

The "default6" property

  "default6"                 gboolean              : Read

@@ -423,22 +358,13 @@ Whether the active connection is the default IPv6 one.

Default value: FALSE


-
+

The "devices" property

-
  "devices"                  nm-object-array*      : Read
+
  "devices"                  NMObjectArray*        : Read

Devices.


-
-

The "service-name" property

-
  "service-name"             gchar*                : Read
-

-The service name of the active connection. -

-

Default value: NULL

-
-
-
+

The "specific-object" property

  "specific-object"          gchar*                : Read

@@ -447,19 +373,19 @@ The specific object's path of the active connection.

Default value: NULL


-
+

The "state" property

  "state"                    guint                 : Read

The state of the active connection.

-

Allowed values: <= 2

+

Allowed values: <= 3

Default value: 0

+ Generated by GTK-Doc V1.17
\ No newline at end of file -- cgit 1.3.0-6-gf8a5