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/NMSettingGsm.html | 70 +++++++++++++++++----------------- 1 file changed, 36 insertions(+), 34 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 0b68795c..ddc98b8e 100644 --- a/docs/libnm-util/html/NMSettingGsm.html +++ b/docs/libnm-util/html/NMSettingGsm.html @@ -3,12 +3,12 @@ NMSettingGsm - + - + @@ -45,7 +45,7 @@ enum NMSettingGsmError; #define NM_TYPE_SETTING_GSM_ERROR #define NM_SETTING_GSM_ERROR -GQuark nm_setting_gsm_error_quark (void); +GQuark nm_setting_gsm_error_quark (void); #define NM_SETTING_GSM_NUMBER #define NM_SETTING_GSM_USERNAME #define NM_SETTING_GSM_PASSWORD @@ -66,7 +66,7 @@ enum NMSettingGsmNetworkBand; NMSettingGsm; NMSettingGsmClass; -GType nm_setting_gsm_get_type (void); +GType nm_setting_gsm_get_type (void); NMSetting * nm_setting_gsm_new (void); const char * nm_setting_gsm_get_number (NMSettingGsm *setting); const char * nm_setting_gsm_get_username (NMSettingGsm *setting); @@ -74,9 +74,9 @@ const char * char * nm_setting_gsm_get_apn (NMSettingGsm *setting); const char * nm_setting_gsm_get_network_id (NMSettingGsm *setting); int nm_setting_gsm_get_network_type (NMSettingGsm *setting); -guint32 nm_setting_gsm_get_allowed_bands (NMSettingGsm *setting); +guint32 nm_setting_gsm_get_allowed_bands (NMSettingGsm *setting); const char * nm_setting_gsm_get_pin (NMSettingGsm *setting); -gboolean nm_setting_gsm_get_home_only (NMSettingGsm *setting); +gboolean nm_setting_gsm_get_home_only (NMSettingGsm *setting); const char * nm_setting_gsm_get_puk (NMSettingGsm *setting); int nm_setting_gsm_get_band (NMSettingGsm *setting); @@ -84,7 +84,7 @@ const char *

Object Hierarchy

-  GObject
+  GObject
    +----NMSetting
          +----NMSettingGsm
 
@@ -92,17 +92,17 @@ const char *

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
-  "pin"                      gchar*                : Read / Write
-  "puk"                      gchar*                : Read / Write
-  "username"                 gchar*                : Read / Write
+  "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
+  "pin"                      gchar*                : Read / Write
+  "puk"                      gchar*                : Read / Write
+  "username"                 gchar*                : Read / Write
 
@@ -152,7 +152,7 @@ const char *

nm_setting_gsm_error_quark ()

-
GQuark              nm_setting_gsm_error_quark          (void);
+
GQuark              nm_setting_gsm_error_quark          (void);

@@ -355,7 +355,7 @@ const char *

nm_setting_gsm_get_type ()

-
GType               nm_setting_gsm_get_type             (void);
+
GType               nm_setting_gsm_get_type             (void);

@@ -517,7 +517,7 @@ const char *

nm_setting_gsm_get_allowed_bands ()

-
guint32             nm_setting_gsm_get_allowed_bands    (NMSettingGsm *setting);
+
guint32             nm_setting_gsm_get_allowed_bands    (NMSettingGsm *setting);

@@ -561,7 +561,7 @@ const char *

nm_setting_gsm_get_home_only ()

-
gboolean            nm_setting_gsm_get_home_only        (NMSettingGsm *setting);
+
gboolean            nm_setting_gsm_get_home_only        (NMSettingGsm *setting);

@@ -629,7 +629,7 @@ const char *

Property Details

The "allowed-bands" property

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

Bitfield of allowed frequency bands. Note that not all devices allow frequency band control. @@ -640,20 +640,22 @@ frequency band control.


The "apn" property

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

The GPRS Access Point Name specifying the APN used when establishing a data session with the GSM-based network. The APN often determines how the user will be billed for their network usage and whether the user has access to the Internet or just a provider-specific walled-garden, so it is important to use the correct APN for the user's mobile broadband plan. +The APN may only be composed of the characters a-z, 0-9, ., and - per +GSM 03.60 Section 14.9.

Default value: NULL


The "band" property

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

DEPRECATED

@@ -663,7 +665,7 @@ DEPRECATED

The "home-only" property

-
  "home-only"                gboolean              : Read / Write
+
  "home-only"                gboolean              : Read / Write

When TRUE, only connections to the home network will be allowed. Connections to roaming networks will not be made. @@ -673,7 +675,7 @@ Connections to roaming networks will not be made.


The "network-id" property

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

The Network ID (GSM LAI format, ie MCC-MNC) to force specific network registration. If the Network ID is specified, NetworkManager will @@ -686,7 +688,7 @@ roaming control of the device is not otherwise possible.


The "network-type" property

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

Network preference to force the device to only use specific network technologies. The permitted values are: -1: any, 0: 3G only, @@ -699,7 +701,7 @@ devices allow network preference control.


The "number" property

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

Number to dial when establishing a PPP data session with the GSM-based mobile broadband network. In most cases, leave the number blank and a @@ -711,7 +713,7 @@ automatically when required.


The "password" property

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

The password used to authenticate with the network, if required. Many providers do not require a password, or accept any password. But if a @@ -722,7 +724,7 @@ password is required, it is specified here.


The "pin" property

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

If the SIM is locked with a PIN it must be unlocked before any other operations are requested. Specify the PIN here to allow operation of @@ -733,7 +735,7 @@ the device.


The "puk" property

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

DEPRECATED

@@ -742,7 +744,7 @@ DEPRECATED

The "username" property

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

The username used to authenticate with the network, if required. Many providers do not require a username, or accept any username. But if a @@ -754,6 +756,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