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/NMSettingGsm.html | 419 +++++++++------------------------ 1 file changed, 108 insertions(+), 311 deletions(-) (limited to 'docs/libnm-util/html/NMSettingGsm.html') diff --git a/docs/libnm-util/html/NMSettingGsm.html b/docs/libnm-util/html/NMSettingGsm.html index c3f8c318..4a2d7925 100644 --- a/docs/libnm-util/html/NMSettingGsm.html +++ b/docs/libnm-util/html/NMSettingGsm.html @@ -3,12 +3,12 @@ NMSettingGsm - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,29 +39,24 @@
-
+ -
+

Object Hierarchy

+
+  GEnum
+   +----NMSettingGsmError
+
   GObject
    +----NMSetting
          +----NMSettingGsm
 
-
+

Properties

   "allowed-bands"            guint                 : Read / Write / Construct
   "apn"                      gchar*                : Read / Write
-  "band"                     gint                  : Read / Write / Construct
   "home-only"                gboolean              : Read / Write
   "network-id"               gchar*                : Read / Write
   "network-type"             gint                  : Read / Write / Construct
   "number"                   gchar*                : Read / Write
   "password"                 gchar*                : Read / Write
+  "password-flags"           guint                 : Read / Write
   "pin"                      gchar*                : Read / Write
-  "puk"                      gchar*                : Read / Write
+  "pin-flags"                guint                 : Read / Write
   "username"                 gchar*                : Read / Write
 
-
+

Description

-
+

Details

-
+

NM_SETTING_GSM_SETTING_NAME

#define NM_SETTING_GSM_SETTING_NAME "gsm"
 
@@ -120,7 +119,7 @@ const char * +

enum NMSettingGsmError

typedef enum
 {
@@ -134,7 +133,7 @@ const char *        
+

NM_TYPE_SETTING_GSM_ERROR

#define NM_TYPE_SETTING_GSM_ERROR (nm_setting_gsm_error_get_type ()) 
 
@@ -142,7 +141,7 @@ const char * +

NM_SETTING_GSM_ERROR

#define NM_SETTING_GSM_ERROR nm_setting_gsm_error_quark ()
 
@@ -150,150 +149,102 @@ const char * +

nm_setting_gsm_error_quark ()

GQuark              nm_setting_gsm_error_quark          (void);

-
-- - - - -

Returns :

-

-
+

NM_SETTING_GSM_NUMBER

-
#define NM_SETTING_GSM_NUMBER        "number"
+
#define NM_SETTING_GSM_NUMBER         "number"
 


-
+

NM_SETTING_GSM_USERNAME

-
#define NM_SETTING_GSM_USERNAME      "username"
+
#define NM_SETTING_GSM_USERNAME       "username"
 


-
+

NM_SETTING_GSM_PASSWORD

-
#define NM_SETTING_GSM_PASSWORD      "password"
-
-

-

-
-
-
-

NM_SETTING_GSM_APN

-
#define NM_SETTING_GSM_APN           "apn"
-
-

-

-
-
-
-

NM_SETTING_GSM_NETWORK_ID

-
#define NM_SETTING_GSM_NETWORK_ID    "network-id"
+
#define NM_SETTING_GSM_PASSWORD       "password"
 


-
-

NM_SETTING_GSM_NETWORK_TYPE

-
#define NM_SETTING_GSM_NETWORK_TYPE  "network-type"
+
+

NM_SETTING_GSM_PASSWORD_FLAGS

+
#define NM_SETTING_GSM_PASSWORD_FLAGS "password-flags"
 


-
-

NM_SETTING_GSM_ALLOWED_BANDS

-
#define NM_SETTING_GSM_ALLOWED_BANDS "allowed-bands"
-
-

-

-
-
-
-

NM_SETTING_GSM_PIN

-
#define NM_SETTING_GSM_PIN           "pin"
-
-

-

-
-
-
-

NM_SETTING_GSM_HOME_ONLY

-
#define NM_SETTING_GSM_HOME_ONLY     "home-only"
-
-

-

-
-
-
-

NM_SETTING_GSM_PUK

-
#define NM_SETTING_GSM_PUK           "puk"
+
+

NM_SETTING_GSM_APN

+
#define NM_SETTING_GSM_APN            "apn"
 


-
-

NM_SETTING_GSM_BAND

-
#define NM_SETTING_GSM_BAND          "band"
+
+

NM_SETTING_GSM_NETWORK_ID

+
#define NM_SETTING_GSM_NETWORK_ID     "network-id"
 


-
-

NM_GSM_NETWORK_ANY

-
#define NM_GSM_NETWORK_ANY              NM_SETTING_GSM_NETWORK_TYPE_ANY
+
+

NM_SETTING_GSM_NETWORK_TYPE

+
#define NM_SETTING_GSM_NETWORK_TYPE   "network-type"
 


-
-

NM_GSM_NETWORK_UMTS_HSPA

-
#define NM_GSM_NETWORK_UMTS_HSPA        NM_SETTING_GSM_NETWORK_TYPE_UMTS_HSPA
+
+

NM_SETTING_GSM_ALLOWED_BANDS

+
#define NM_SETTING_GSM_ALLOWED_BANDS  "allowed-bands"
 


-
-

NM_GSM_NETWORK_GPRS_EDGE

-
#define NM_GSM_NETWORK_GPRS_EDGE        NM_SETTING_GSM_NETWORK_TYPE_GPRS_EDGE
+
+

NM_SETTING_GSM_PIN

+
#define NM_SETTING_GSM_PIN            "pin"
 


-
-

NM_GSM_NETWORK_PREFER_UMTS_HSPA

-
#define NM_GSM_NETWORK_PREFER_UMTS_HSPA NM_SETTING_GSM_NETWORK_TYPE_PREFER_UMTS_HSPA
+
+

NM_SETTING_GSM_PIN_FLAGS

+
#define NM_SETTING_GSM_PIN_FLAGS      "pin-flags"
 


-
-

NM_GSM_NETWORK_PREFER_GPRS_EDGE

-
#define NM_GSM_NETWORK_PREFER_GPRS_EDGE NM_SETTING_GSM_NETWORK_TYPE_PREFER_GPRS_EDGE
+
+

NM_SETTING_GSM_HOME_ONLY

+
#define NM_SETTING_GSM_HOME_ONLY      "home-only"
 


-
+

enum NMSettingGsmNetworkType

typedef enum {
 	NM_SETTING_GSM_NETWORK_TYPE_ANY = -1,
@@ -307,7 +258,7 @@ const char *        
+

enum NMSettingGsmNetworkBand

typedef enum {
 	NM_SETTING_GSM_BAND_UNKNOWN      = 0x00000000,
@@ -330,14 +281,14 @@ const char *        
+

NMSettingGsm

typedef struct _NMSettingGsm NMSettingGsm;


-
+

NMSettingGsmClass

typedef struct {
 	NMSettingClass parent;
@@ -353,281 +304,126 @@ const char *        
+

nm_setting_gsm_get_type ()

GType               nm_setting_gsm_get_type             (void);

-
-- - - - -

Returns :

-

-
+

nm_setting_gsm_new ()

NMSetting *         nm_setting_gsm_new                  (void);

-
-- - - - -

Returns :

-

-
+

nm_setting_gsm_get_number ()

const char *        nm_setting_gsm_get_number           (NMSettingGsm *setting);

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

setting :

-

Returns :

-

-
+

nm_setting_gsm_get_username ()

const char *        nm_setting_gsm_get_username         (NMSettingGsm *setting);

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

setting :

-

Returns :

-

-
+

nm_setting_gsm_get_password ()

const char *        nm_setting_gsm_get_password         (NMSettingGsm *setting);

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

setting :

-

Returns :

-

-
+

nm_setting_gsm_get_apn ()

const char *        nm_setting_gsm_get_apn              (NMSettingGsm *setting);

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

setting :

-

Returns :

-

-
+

nm_setting_gsm_get_network_id ()

const char *        nm_setting_gsm_get_network_id       (NMSettingGsm *setting);

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

setting :

-

Returns :

-

-
+

nm_setting_gsm_get_network_type ()

int                 nm_setting_gsm_get_network_type     (NMSettingGsm *setting);

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

setting :

-

Returns :

-

-
+

nm_setting_gsm_get_allowed_bands ()

guint32             nm_setting_gsm_get_allowed_bands    (NMSettingGsm *setting);

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

setting :

-

Returns :

-

-
+

nm_setting_gsm_get_pin ()

const char *        nm_setting_gsm_get_pin              (NMSettingGsm *setting);

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

setting :

-

Returns :

-

-
+

nm_setting_gsm_get_home_only ()

gboolean            nm_setting_gsm_get_home_only        (NMSettingGsm *setting);

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

setting :

-

Returns :

-

-
-

nm_setting_gsm_get_puk ()

-
const char *        nm_setting_gsm_get_puk              (NMSettingGsm *setting);
-

-

+
+

nm_setting_gsm_get_pin_flags ()

+
NMSettingSecretFlags  nm_setting_gsm_get_pin_flags      (NMSettingGsm *setting);
- -

setting :

+the NMSettingGsm

Returns :

+the NMSettingSecretFlags pertaining to the "pin"

-
-

nm_setting_gsm_get_band ()

-
int                 nm_setting_gsm_get_band             (NMSettingGsm *setting);
-

-

+
+

nm_setting_gsm_get_password_flags ()

+
NMSettingSecretFlags  nm_setting_gsm_get_password_flags (NMSettingGsm *setting);
- -

setting :

+the NMSettingGsm

Returns :

+the NMSettingSecretFlags pertaining to the "password"
-
+

Property Details

-
+

The "allowed-bands" property

  "allowed-bands"            guint                 : Read / Write / Construct

@@ -638,7 +434,7 @@ frequency band control.

Default value: 1


-
+

The "apn" property

  "apn"                      gchar*                : Read / Write

@@ -653,17 +449,7 @@ GSM 03.60 Section 14.9.

Default value: NULL


-
-

The "band" property

-
  "band"                     gint                  : Read / Write / Construct
-

-DEPRECATED -

-

Allowed values: [-1,5]

-

Default value: -1

-
-
-
+

The "home-only" property

  "home-only"                gboolean              : Read / Write

@@ -673,7 +459,7 @@ Connections to roaming networks will not be made.

Default value: FALSE


-
+

The "network-id" property

  "network-id"               gchar*                : Read / Write

@@ -686,7 +472,7 @@ roaming control of the device is not otherwise possible.

Default value: NULL


-
+

The "network-type" property

  "network-type"             gint                  : Read / Write / Construct

@@ -695,11 +481,11 @@ technologies. The permitted values are: -1: any, 0: 3G only, 1: GPRS/EDGE only, 2: prefer 3G, and 3: prefer 2G. Note that not all devices allow network preference control.

-

Allowed values: [-1,3]

+

Allowed values: [G_MAXULONG,3]

Default value: -1


-
+

The "number" property

  "number"                   gchar*                : Read / Write

@@ -711,7 +497,7 @@ automatically when required.

Default value: NULL


-
+

The "password" property

  "password"                 gchar*                : Read / Write

@@ -722,7 +508,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 "pin" property

  "pin"                      gchar*                : Read / Write

@@ -733,16 +529,17 @@ the device.

Default value: NULL


-
-

The "puk" property

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

The "pin-flags" property

+
  "pin-flags"                guint                 : Read / Write

-DEPRECATED +Flags indicating how to handle "pin":.

-

Default value: NULL

+

Allowed values: <= 7

+

Default value: 0


-
+

The "username" property

  "username"                 gchar*                : Read / Write

@@ -756,6 +553,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