From a6b89d35fabd9f5934b84d7cde22e9268f92c3d3 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 29 Nov 2010 19:00:22 +0100 Subject: Imported Upstream version 0.8.2 --- docs/libnm-util/html/NMSettingConnection.html | 62 +++++++++++++-------------- 1 file changed, 31 insertions(+), 31 deletions(-) (limited to 'docs/libnm-util/html/NMSettingConnection.html') diff --git a/docs/libnm-util/html/NMSettingConnection.html b/docs/libnm-util/html/NMSettingConnection.html index 8fa7c953..29786290 100644 --- a/docs/libnm-util/html/NMSettingConnection.html +++ b/docs/libnm-util/html/NMSettingConnection.html @@ -3,12 +3,12 @@ NMSettingConnection - + - + @@ -48,7 +48,7 @@ enum NMSettingConnectionError; #define NM_TYPE_SETTING_CONNECTION_ERROR #define NM_SETTING_CONNECTION_ERROR -GQuark nm_setting_connection_error_quark (void); +GQuark nm_setting_connection_error_quark (void); #define NM_SETTING_CONNECTION_ID #define NM_SETTING_CONNECTION_UUID #define NM_SETTING_CONNECTION_TYPE @@ -57,22 +57,22 @@ enum NM_SETTING_CONNECTION_READ_ONLY NMSettingConnection; NMSettingConnectionClass; -GType nm_setting_connection_get_type (void); +GType nm_setting_connection_get_type (void); NMSetting * nm_setting_connection_new (void); const char * nm_setting_connection_get_id (NMSettingConnection *setting); const char * nm_setting_connection_get_uuid (NMSettingConnection *setting); const char * nm_setting_connection_get_connection_type (NMSettingConnection *setting); -gboolean nm_setting_connection_get_autoconnect +gboolean nm_setting_connection_get_autoconnect (NMSettingConnection *setting); -guint64 nm_setting_connection_get_timestamp (NMSettingConnection *setting); -gboolean nm_setting_connection_get_read_only (NMSettingConnection *setting); +guint64 nm_setting_connection_get_timestamp (NMSettingConnection *setting); +gboolean nm_setting_connection_get_read_only (NMSettingConnection *setting);

Object Hierarchy

-  GObject
+  GObject
    +----NMSetting
          +----NMSettingConnection
 
@@ -80,12 +80,12 @@ const char *

Properties

-  "autoconnect"              gboolean              : Read / Write / Construct
-  "id"                       gchar*                : Read / Write
-  "read-only"                gboolean              : Read / Write / Construct
-  "timestamp"                guint64               : Read / Write / Construct
-  "type"                     gchar*                : Read / Write
-  "uuid"                     gchar*                : Read / Write
+  "autoconnect"              gboolean              : Read / Write / Construct
+  "id"                       gchar*                : Read / Write
+  "read-only"                gboolean              : Read / Write / Construct
+  "timestamp"                guint64               : Read / Write / Construct
+  "type"                     gchar*                : Read / Write
+  "uuid"                     gchar*                : Read / Write
 
@@ -170,7 +170,7 @@ Describes errors that may result from operations involving a

nm_setting_connection_error_quark ()

-
GQuark              nm_setting_connection_error_quark   (void);
+
GQuark              nm_setting_connection_error_quark   (void);

Registers an error quark for NMSettingConnection if necessary.

@@ -259,7 +259,7 @@ It should only be accessed through the functions described below.

nm_setting_connection_get_type ()

-
GType               nm_setting_connection_get_type      (void);
+
GType               nm_setting_connection_get_type      (void);

@@ -360,7 +360,7 @@ Returns the

nm_setting_connection_get_autoconnect ()

-
gboolean            nm_setting_connection_get_autoconnect
+
gboolean            nm_setting_connection_get_autoconnect
                                                         (NMSettingConnection *setting);

Returns the "autoconnect" property of the connection. @@ -384,7 +384,7 @@ Returns the

nm_setting_connection_get_timestamp ()

-
guint64             nm_setting_connection_get_timestamp (NMSettingConnection *setting);
+
guint64             nm_setting_connection_get_timestamp (NMSettingConnection *setting);

Returns the "timestamp" property of the connection.

@@ -407,7 +407,7 @@ Returns the

nm_setting_connection_get_read_only ()

-
gboolean            nm_setting_connection_get_read_only (NMSettingConnection *setting);
+
gboolean            nm_setting_connection_get_read_only (NMSettingConnection *setting);

Returns the "read-only" property of the connection.

@@ -421,7 +421,7 @@ Returns the Returns :

-
@@ -432,19 +432,19 @@ Returns the

Property Details

The "autoconnect" property

-
  "autoconnect"              gboolean              : Read / Write / Construct
+
  "autoconnect"              gboolean              : Read / Write / Construct

Whether or not the connection should be automatically connected by NetworkManager when the resources for the connection are available. -TRUE to automatically activate the connection, FALSE to require manual -intervention to activate the connection. Defaults to TRUE. +TRUE to automatically activate the connection, FALSE to require manual +intervention to activate the connection. Defaults to TRUE.

Default value: TRUE


The "id" property

-
  "id"                       gchar*                : Read / Write
+
  "id"                       gchar*                : Read / Write

A human readable unique idenfier for the connection, like "Work WiFi" or "T-Mobile 3G". @@ -454,10 +454,10 @@ A human readable unique idenfier for the connection, like "Work WiFi" or


The "read-only" property

-
  "read-only"                gboolean              : Read / Write / Construct
+
  "read-only"                gboolean              : Read / Write / Construct

-TRUE if the connection can be modified using the providing settings -service's D-Bus interface with the right privileges, or FALSE +TRUE if the connection can be modified using the providing settings +service's D-Bus interface with the right privileges, or FALSE if the connection is read-only and cannot be modified.

Default value: FALSE

@@ -465,7 +465,7 @@ if the connection is read-only and cannot be modified.

The "timestamp" property

-
  "timestamp"                guint64               : Read / Write / Construct
+
  "timestamp"                guint64               : Read / Write / Construct

The time, in seconds since the Unix Epoch, that the connection was last _successfully_ fully activated. @@ -475,7 +475,7 @@ _successfully_ fully activated.


The "type" property

-
  "type"                     gchar*                : Read / Write
+
  "type"                     gchar*                : Read / Write

The general hardware type of the device used for the network connection, contains the name of the NMSetting object that describes that hardware @@ -487,7 +487,7 @@ type's parameters. For example, for WiFi devices, the name of the


The "uuid" property

-
  "uuid"                     gchar*                : Read / Write
+
  "uuid"                     gchar*                : Read / Write

A universally unique idenfier for the connection, for example generated with libuuid. Should be assigned when the connection is created, and @@ -509,6 +509,6 @@ be generated by


- Generated by GTK-Doc V1.14
+ Generated by GTK-Doc V1.15
\ No newline at end of file -- cgit 1.3.0-6-gf8a5
TRUE if the connection is read-only, FALSE if it is not + TRUE if the connection is read-only, FALSE if it is not