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-util/html/NMSettingCdma.html | 134 ++++++++++++++++++++------------ 1 file changed, 84 insertions(+), 50 deletions(-) (limited to 'docs/libnm-util/html/NMSettingCdma.html') diff --git a/docs/libnm-util/html/NMSettingCdma.html b/docs/libnm-util/html/NMSettingCdma.html index 6ee02f0d..3dc4a712 100644 --- a/docs/libnm-util/html/NMSettingCdma.html +++ b/docs/libnm-util/html/NMSettingCdma.html @@ -3,12 +3,12 @@ NMSettingCdma - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,19 +39,20 @@
-
+ -
+

Object Hierarchy

+
+  GEnum
+   +----NMSettingCdmaError
+
   GObject
    +----NMSetting
          +----NMSettingCdma
 
-
+

Properties

   "number"                   gchar*                : Read / Write
   "password"                 gchar*                : Read / Write
+  "password-flags"           guint                 : Read / Write
   "username"                 gchar*                : Read / Write
 
-
+

Description

The NMSettingCdma object is a NMSetting subclass that describes @@ -85,9 +93,9 @@ properties that allow connections to IS-95-based mobile broadband networks, including those using CDMA2000/EVDO technology.

-
+

Details

-
+

NM_SETTING_CDMA_SETTING_NAME

#define NM_SETTING_CDMA_SETTING_NAME "cdma"
 
@@ -95,7 +103,7 @@ networks, including those using CDMA2000/EVDO technology.


-
+

enum NMSettingCdmaError

typedef enum
 {
@@ -109,7 +117,7 @@ networks, including those using CDMA2000/EVDO technology.
 


-
+

NM_TYPE_SETTING_CDMA_ERROR

#define NM_TYPE_SETTING_CDMA_ERROR (nm_setting_cdma_error_get_type ()) 
 
@@ -117,7 +125,7 @@ networks, including those using CDMA2000/EVDO technology.


-
+

NM_SETTING_CDMA_ERROR

#define NM_SETTING_CDMA_ERROR nm_setting_cdma_error_quark ()
 
@@ -125,7 +133,7 @@ networks, including those using CDMA2000/EVDO technology.


-
+

nm_setting_cdma_error_quark ()

GQuark              nm_setting_cdma_error_quark         (void);

@@ -135,44 +143,51 @@ Registers an error quark for

Returns :

- the error quark used for NMSettingCdma errors. - +the error quark used for NMSettingCdma errors.

-
+

NM_SETTING_CDMA_NUMBER

-
#define NM_SETTING_CDMA_NUMBER       "number"
+
#define NM_SETTING_CDMA_NUMBER         "number"
 


-
+

NM_SETTING_CDMA_USERNAME

-
#define NM_SETTING_CDMA_USERNAME     "username"
+
#define NM_SETTING_CDMA_USERNAME       "username"
 


-
+

NM_SETTING_CDMA_PASSWORD

-
#define NM_SETTING_CDMA_PASSWORD     "password"
+
#define NM_SETTING_CDMA_PASSWORD       "password"
+
+

+

+
+
+
+

NM_SETTING_CDMA_PASSWORD_FLAGS

+
#define NM_SETTING_CDMA_PASSWORD_FLAGS "password-flags"
 


-
+

NMSettingCdma

typedef struct _NMSettingCdma NMSettingCdma;


-
+

NMSettingCdmaClass

typedef struct {
 	NMSettingClass parent;
@@ -188,22 +203,14 @@ Registers an error quark for 
+

nm_setting_cdma_get_type ()

GType               nm_setting_cdma_get_type            (void);

-
-- - - - -

Returns :

-

-
+

nm_setting_cdma_new ()

NMSetting *         nm_setting_cdma_new                 (void);

@@ -213,13 +220,12 @@ Creates a new

Returns :

- the new empty NMSettingCdma object - +the new empty NMSettingCdma object

-
+

nm_setting_cdma_get_number ()

const char *        nm_setting_cdma_get_number          (NMSettingCdma *setting);
@@ -232,14 +238,13 @@ Creates a new - +

Returns :

the "number" property of the setting -the "number" property of the setting

-
+

nm_setting_cdma_get_username ()

const char *        nm_setting_cdma_get_username        (NMSettingCdma *setting);
@@ -252,14 +257,13 @@ Creates a new - +

Returns :

the "username" property of the setting -the "username" property of the setting

-
+

nm_setting_cdma_get_password ()

const char *        nm_setting_cdma_get_password        (NMSettingCdma *setting);
@@ -272,16 +276,36 @@ Creates a new - + + +

Returns :

the "password" property of the setting +the "password" property of the setting
+
+
+
+

nm_setting_cdma_get_password_flags ()

+
NMSettingSecretFlags  nm_setting_cdma_get_password_flags
+                                                        (NMSettingCdma *setting);
+
++ + + + + + + +

setting :

the NMSettingCdma +

Returns :

the NMSettingSecretFlags pertaining to the "password"
-
+

Property Details

-
+

The "number" property

  "number"                   gchar*                : Read / Write

@@ -292,7 +316,7 @@ is used when required.

Default value: NULL


-
+

The "password" property

  "password"                 gchar*                : Read / Write

@@ -303,7 +327,17 @@ password is required, it is specified here.

Default value: NULL


-
+
+

The "password-flags" property

+
  "password-flags"           guint                 : Read / Write
+

+Flags indicating how to handle "password":. +

+

Allowed values: <= 7

+

Default value: 0

+
+
+

The "username" property

  "username"                 gchar*                : Read / Write

@@ -317,6 +351,6 @@ username is required, it is specified here.

+ Generated by GTK-Doc V1.17
\ No newline at end of file -- cgit 1.3.0-6-gf8a5 From 8baa1aca8dfd35e3190d7d5655eb83b5b901e263 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 21 Apr 2011 10:42:53 +0200 Subject: Imported Upstream version 0.8.4.0 --- docs/libnm-util/html/NMSettingCdma.html | 132 ++++++++++++-------------------- 1 file changed, 49 insertions(+), 83 deletions(-) (limited to 'docs/libnm-util/html/NMSettingCdma.html') diff --git a/docs/libnm-util/html/NMSettingCdma.html b/docs/libnm-util/html/NMSettingCdma.html index 3dc4a712..1704380c 100644 --- a/docs/libnm-util/html/NMSettingCdma.html +++ b/docs/libnm-util/html/NMSettingCdma.html @@ -8,7 +8,7 @@ - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,20 +39,19 @@
-
+ -
+

Object Hierarchy

-
-  GEnum
-   +----NMSettingCdmaError
-
   GObject
    +----NMSetting
          +----NMSettingCdma
 
-
+

Properties

   "number"                   gchar*                : Read / Write
   "password"                 gchar*                : Read / Write
-  "password-flags"           guint                 : Read / Write
   "username"                 gchar*                : Read / Write
 
-
+

Description

The NMSettingCdma object is a NMSetting subclass that describes @@ -93,9 +85,9 @@ properties that allow connections to IS-95-based mobile broadband networks, including those using CDMA2000/EVDO technology.

-
+

Details

-
+

NM_SETTING_CDMA_SETTING_NAME

#define NM_SETTING_CDMA_SETTING_NAME "cdma"
 
@@ -103,7 +95,7 @@ networks, including those using CDMA2000/EVDO technology.


-
+

enum NMSettingCdmaError

typedef enum
 {
@@ -117,7 +109,7 @@ networks, including those using CDMA2000/EVDO technology.
 


-
+

NM_TYPE_SETTING_CDMA_ERROR

#define NM_TYPE_SETTING_CDMA_ERROR (nm_setting_cdma_error_get_type ()) 
 
@@ -125,7 +117,7 @@ networks, including those using CDMA2000/EVDO technology.


-
+

NM_SETTING_CDMA_ERROR

#define NM_SETTING_CDMA_ERROR nm_setting_cdma_error_quark ()
 
@@ -133,7 +125,7 @@ networks, including those using CDMA2000/EVDO technology.


-
+

nm_setting_cdma_error_quark ()

GQuark              nm_setting_cdma_error_quark         (void);

@@ -143,51 +135,44 @@ Registers an error quark for

Returns :

-the error quark used for NMSettingCdma errors. + the error quark used for NMSettingCdma errors. +

-
+

NM_SETTING_CDMA_NUMBER

-
#define NM_SETTING_CDMA_NUMBER         "number"
+
#define NM_SETTING_CDMA_NUMBER       "number"
 


-
+

NM_SETTING_CDMA_USERNAME

-
#define NM_SETTING_CDMA_USERNAME       "username"
+
#define NM_SETTING_CDMA_USERNAME     "username"
 


-
+

NM_SETTING_CDMA_PASSWORD

-
#define NM_SETTING_CDMA_PASSWORD       "password"
-
-

-

-
-
-
-

NM_SETTING_CDMA_PASSWORD_FLAGS

-
#define NM_SETTING_CDMA_PASSWORD_FLAGS "password-flags"
+
#define NM_SETTING_CDMA_PASSWORD     "password"
 


-
+

NMSettingCdma

typedef struct _NMSettingCdma NMSettingCdma;


-
+

NMSettingCdmaClass

typedef struct {
 	NMSettingClass parent;
@@ -203,14 +188,22 @@ Registers an error quark for 
+

nm_setting_cdma_get_type ()

GType               nm_setting_cdma_get_type            (void);

+
++ + + + +

Returns :

+

-
+

nm_setting_cdma_new ()

NMSetting *         nm_setting_cdma_new                 (void);

@@ -220,12 +213,13 @@ Creates a new

Returns :

-the new empty NMSettingCdma object + the new empty NMSettingCdma object +

-
+

nm_setting_cdma_get_number ()

const char *        nm_setting_cdma_get_number          (NMSettingCdma *setting);
@@ -238,13 +232,14 @@ Creates a new - +

Returns :

the "number" property of the setting the "number" property of the setting +

-
+

nm_setting_cdma_get_username ()

const char *        nm_setting_cdma_get_username        (NMSettingCdma *setting);
@@ -257,13 +252,14 @@ Creates a new - +

Returns :

the "username" property of the setting the "username" property of the setting +

-
+

nm_setting_cdma_get_password ()

const char *        nm_setting_cdma_get_password        (NMSettingCdma *setting);
@@ -276,36 +272,16 @@ Creates a new - - - -

Returns :

the "password" property of the setting
-
-
-
-

nm_setting_cdma_get_password_flags ()

-
NMSettingSecretFlags  nm_setting_cdma_get_password_flags
-                                                        (NMSettingCdma *setting);
-
-- - - - - - - -

setting :

the NMSettingCdma -

Returns :

the NMSettingSecretFlags pertaining to the "password" + the "password" property of the setting
-
+

Property Details

-
+

The "number" property

  "number"                   gchar*                : Read / Write

@@ -316,7 +292,7 @@ is used when required.

Default value: NULL


-
+

The "password" property

  "password"                 gchar*                : Read / Write

@@ -327,17 +303,7 @@ password is required, it is specified here.

Default value: NULL


-
-

The "password-flags" property

-
  "password-flags"           guint                 : Read / Write
-

-Flags indicating how to handle "password":. -

-

Allowed values: <= 7

-

Default value: 0

-
-
-
+

The "username" property

  "username"                 gchar*                : Read / Write

@@ -351,6 +317,6 @@ username is required, it is specified here.

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