From aafc1dbe4712c86189bbc1d4d54ad8cb4c69be7e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 5 Oct 2020 22:27:18 +0200 Subject: New upstream version 1.27.90 --- docs/libnm/html/NMSettingGsm.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/libnm/html/NMSettingGsm.html') diff --git a/docs/libnm/html/NMSettingGsm.html b/docs/libnm/html/NMSettingGsm.html index 602a1e20..a045c7e5 100644 --- a/docs/libnm/html/NMSettingGsm.html +++ b/docs/libnm/html/NMSettingGsm.html @@ -794,7 +794,7 @@ nm_setting_gsm_get_password_flags (

NM_SETTING_GSM_NUMBER

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

-- cgit 1.3.0-6-gf8a5 From 65f86e8f56267192d42f2b629fc6b0c99fb9cd0c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 6 Dec 2020 21:57:59 +0100 Subject: New upstream version 1.28.0 --- docs/libnm/html/NMSettingGsm.html | 40 +++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'docs/libnm/html/NMSettingGsm.html') diff --git a/docs/libnm/html/NMSettingGsm.html b/docs/libnm/html/NMSettingGsm.html index a045c7e5..12819610 100644 --- a/docs/libnm/html/NMSettingGsm.html +++ b/docs/libnm/html/NMSettingGsm.html @@ -8,7 +8,7 @@ - + @@ -166,7 +166,7 @@ -gchar * +char * apn Read / Write @@ -177,7 +177,7 @@ -gchar * +char * device-id Read / Write @@ -193,19 +193,19 @@ -gchar * +char * network-id Read / Write -gchar * +char * number Read / Write -gchar * +char * password Read / Write @@ -216,7 +216,7 @@ -gchar * +char * pin Read / Write @@ -227,19 +227,19 @@ -gchar * +char * sim-id Read / Write -gchar * +char * sim-operator-id Read / Write -gchar * +char * username Read / Write @@ -808,7 +808,7 @@ nm_setting_gsm_get_password_flags (

Property Details

The “apn” property

-
  “apn”                      gchar *
+
  “apn”                      char *

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 @@ -835,7 +835,7 @@ to in the Mobile Broadband Provider database.


The “device-id” property

-
  “device-id”                gchar *
+
  “device-id”                char *

The device unique identifier (as given by the WWAN management service) which this connection applies to. If given, the connection will only apply to the specified device.

@@ -868,7 +868,7 @@ breaking larger packets up into multiple frames.


The “network-id” property

-
  “network-id”               gchar *
+
  “network-id”               char *

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


The “number” property

-
  “number”                   gchar *
+
  “number”                   char *

Legacy setting that used to help establishing PPP data sessions for GSM-based modems.

@@ -895,7 +895,7 @@ GSM-based modems.


The “password” property

-
  “password”                 gchar *
+
  “password”                 char *

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

@@ -914,7 +914,7 @@ password is required, it is specified here.


The “pin” property

-
  “pin”                      gchar *
+
  “pin”                      char *

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 the device.

@@ -933,7 +933,7 @@ device.


The “sim-id” property

-
  “sim-id”                   gchar *
+
  “sim-id”                   char *

The SIM card unique identifier (as given by the WWAN management service) which this connection applies to. If given, the connection will apply to any device also allowed by “device-id” which contains a @@ -946,7 +946,7 @@ SIM card matching the given identifier.


The “sim-operator-id” property

-
  “sim-operator-id”          gchar *
+
  “sim-operator-id”          char *

A MCC/MNC string like "310260" or "21601" identifying the specific mobile network operator which this connection applies to. If given, the connection will apply to any device also allowed by @@ -960,7 +960,7 @@ card provisioned by the given operator.


The “username” property

-
  “username”                 gchar *
+
  “username”                 char *

The username used to authenticate with the network, if required. Many providers do not require a username, or accept any username. But if a username is required, it is specified here.

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

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