From bfe522304da217296e2a61040f58e35ec5d6f3f2 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 16 Aug 2021 09:51:46 +0200 Subject: New upstream version 1.30.6 --- docs/libnm/html/NMSettingGsm.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/libnm/html/NMSettingGsm.html') diff --git a/docs/libnm/html/NMSettingGsm.html b/docs/libnm/html/NMSettingGsm.html index ae3c0930..652b6a48 100644 --- a/docs/libnm/html/NMSettingGsm.html +++ b/docs/libnm/html/NMSettingGsm.html @@ -8,7 +8,7 @@ - + @@ -971,6 +971,6 @@ username is required, it is specified here.

+
Generated by GTK-Doc V1.33.0 \ No newline at end of file -- cgit 1.3.0-6-gf8a5 From e74c568b07b50b97873fb4ee1d776dedefbd54d6 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 1 Oct 2021 23:05:04 +0200 Subject: New upstream version 1.32.12 --- docs/libnm/html/NMSettingGsm.html | 305 ++------------------------------------ 1 file changed, 15 insertions(+), 290 deletions(-) (limited to 'docs/libnm/html/NMSettingGsm.html') diff --git a/docs/libnm/html/NMSettingGsm.html b/docs/libnm/html/NMSettingGsm.html index 652b6a48..0231362c 100644 --- a/docs/libnm/html/NMSettingGsm.html +++ b/docs/libnm/html/NMSettingGsm.html @@ -15,9 +15,7 @@ @@ -156,97 +154,6 @@
-

Properties

-
----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-char *apnRead / Write
gbooleanauto-configRead / Write
-char *device-idRead / Write
gbooleanhome-onlyRead / Write
guintmtuRead / Write
-char *network-idRead / Write
-char *numberRead / Write
-char *passwordRead / Write
NMSettingSecretFlagspassword-flagsRead / Write
-char *pinRead / Write
NMSettingSecretFlagspin-flagsRead / Write
-char *sim-idRead / Write
-char *sim-operator-idRead / Write
-char *usernameRead / Write
-
-

Types and Values

@@ -314,21 +221,10 @@ - - - -
#define NM_SETTING_GSM_NUMBER
 NMSettingGsm
-

Object Hierarchy

-
    GObject
-    ╰── NMSetting
-        ╰── NMSettingGsm
-
-
-

Description

The NMSettingGsm object is a NMSetting subclass that describes properties that allow connections to 3GPP-based mobile broadband @@ -368,7 +264,7 @@ nm_setting_gsm_get_auto_config (

Returns

-

the “auto-config” property of the setting

+

the “auto-config” property of the setting

Since: 1.22

@@ -394,7 +290,7 @@ nm_setting_gsm_get_username (

Returns

-

the “username” property of the setting

+

the “username” property of the setting


@@ -419,7 +315,7 @@ nm_setting_gsm_get_password (

Returns

-

the “password” property of the setting

+

the “password” property of the setting


@@ -444,7 +340,7 @@ nm_setting_gsm_get_apn (

Returns

-

the “apn” property of the setting

+

the “apn” property of the setting


@@ -469,7 +365,7 @@ nm_setting_gsm_get_network_id (

Returns

-

the “network-id” property of the setting

+

the “network-id” property of the setting


@@ -494,7 +390,7 @@ nm_setting_gsm_get_pin (

Returns

-

the “pin” property of the setting

+

the “pin” property of the setting


@@ -519,7 +415,7 @@ nm_setting_gsm_get_home_only (

Returns

-

the “home-only” property of the setting

+

the “home-only” property of the setting


@@ -544,7 +440,7 @@ nm_setting_gsm_get_device_id (

Returns

-

the “device-id” property of the setting

+

the “device-id” property of the setting

Since: 1.2

@@ -570,7 +466,7 @@ nm_setting_gsm_get_sim_id (

Returns

-

the “sim-id” property of the setting

+

the “sim-id” property of the setting

Since: 1.2

@@ -596,7 +492,7 @@ nm_setting_gsm_get_sim_operator_id (

Returns

-

the “sim-operator-id” property of the setting

+

the “sim-operator-id” property of the setting

Since: 1.2

@@ -622,7 +518,7 @@ nm_setting_gsm_get_mtu (

Returns

-

the “mtu” property of the setting

+

the “mtu” property of the setting

Since: 1.8

@@ -652,7 +548,7 @@ nm_setting_gsm_get_number (

Returns

-

the “number” property of the setting

+

the “number” property of the setting


@@ -677,7 +573,7 @@ nm_setting_gsm_get_pin_flags (

Returns

-

the NMSettingSecretFlags pertaining to the “pin”

+

the NMSettingSecretFlags pertaining to the “pin”


@@ -702,7 +598,7 @@ nm_setting_gsm_get_password_flags (

Returns

-

the NMSettingSecretFlags pertaining to the “password”

+

the NMSettingSecretFlags pertaining to the “password”

@@ -797,177 +693,6 @@ nm_setting_gsm_get_password_flags (#define NM_SETTING_GSM_NUMBER "number" -
-
-

NMSettingGsm

-
typedef struct _NMSettingGsm NMSettingGsm;
-

GSM-based Mobile Broadband Settings

-
- -
-

Property Details

-
-

The “apn” property

-
  “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 -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.

-

Owner: NMSettingGsm

-

Flags: Read / Write

-

Default value: NULL

-
-
-
-

The “auto-config” property

-
  “auto-config”              gboolean
-

When TRUE, the settings such as APN, username, or password will -default to values that match the network the modem will register -to in the Mobile Broadband Provider database.

-

Owner: NMSettingGsm

-

Flags: Read / Write

-

Default value: FALSE

-

Since: 1.22

-
-
-
-

The “device-id” property

-
  “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.

-

Owner: NMSettingGsm

-

Flags: Read / Write

-

Default value: NULL

-

Since: 1.2

-
-
-
-

The “home-only” property

-
  “home-only”                gboolean
-

When TRUE, only connections to the home network will be allowed. -Connections to roaming networks will not be made.

-

Owner: NMSettingGsm

-

Flags: Read / Write

-

Default value: FALSE

-
-
-
-

The “mtu” property

-
  “mtu”                      guint
-

If non-zero, only transmit packets of the specified size or smaller, -breaking larger packets up into multiple frames.

-

Owner: NMSettingGsm

-

Flags: Read / Write

-

Default value: 0

-

Since: 1.8

-
-
-
-

The “network-id” property

-
  “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. -This can be used to ensure that the device does not roam when direct -roaming control of the device is not otherwise possible.

-

Owner: NMSettingGsm

-

Flags: Read / Write

-

Default value: NULL

-
-
-
-

The “number” property

-
  “number”                   char *
-

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

-
-

NMSettingGsm:number has been deprecated since version 1.16 and should not be used in newly-written code.

-

User-provided values for this setting are no longer used.

-
-

Owner: NMSettingGsm

-

Flags: Read / Write

-

Default value: NULL

-
-
-
-

The “password” property

-
  “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.

-

Owner: NMSettingGsm

-

Flags: Read / Write

-

Default value: NULL

-
-
-
-

The “password-flags” property

-
  “password-flags”           NMSettingSecretFlags
-

Flags indicating how to handle the “password” property.

-

Owner: NMSettingGsm

-

Flags: Read / Write

-
-
-
-

The “pin” property

-
  “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.

-

Owner: NMSettingGsm

-

Flags: Read / Write

-

Default value: NULL

-
-
-
-

The “pin-flags” property

-
  “pin-flags”                NMSettingSecretFlags
-

Flags indicating how to handle the “pin” property.

-

Owner: NMSettingGsm

-

Flags: Read / Write

-
-
-
-

The “sim-id” property

-
  “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 -SIM card matching the given identifier.

-

Owner: NMSettingGsm

-

Flags: Read / Write

-

Default value: NULL

-

Since: 1.2

-
-
-
-

The “sim-operator-id” property

-
  “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 -“device-id” and “sim-id” which contains a SIM -card provisioned by the given operator.

-

Owner: NMSettingGsm

-

Flags: Read / Write

-

Default value: NULL

-

Since: 1.2

-
-
-
-

The “username” property

-
  “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.

-

Owner: NMSettingGsm

-

Flags: Read / Write

-

Default value: NULL

-
@@ -290,7 +290,7 @@ nm_setting_gsm_get_username (

Returns

-

the “username” property of the setting

+

the “username” property of the setting


@@ -315,7 +315,7 @@ nm_setting_gsm_get_password (

Returns

-

the “password” property of the setting

+

the “password” property of the setting


@@ -340,7 +340,7 @@ nm_setting_gsm_get_apn (

Returns

-

the “apn” property of the setting

+

the “apn” property of the setting


@@ -365,7 +365,7 @@ nm_setting_gsm_get_network_id (

Returns

-

the “network-id” property of the setting

+

the “network-id” property of the setting


@@ -390,7 +390,7 @@ nm_setting_gsm_get_pin (

Returns

-

the “pin” property of the setting

+

the “pin” property of the setting


@@ -415,7 +415,7 @@ nm_setting_gsm_get_home_only (

Returns

-

the “home-only” property of the setting

+

the “home-only” property of the setting


@@ -440,7 +440,7 @@ nm_setting_gsm_get_device_id (

Returns

-

the “device-id” property of the setting

+

the “device-id” property of the setting

Since: 1.2

@@ -466,7 +466,7 @@ nm_setting_gsm_get_sim_id (

Returns

-

the “sim-id” property of the setting

+

the “sim-id” property of the setting

Since: 1.2

@@ -492,7 +492,7 @@ nm_setting_gsm_get_sim_operator_id (

Returns

-

the “sim-operator-id” property of the setting

+

the “sim-operator-id” property of the setting

Since: 1.2

@@ -518,7 +518,7 @@ nm_setting_gsm_get_mtu (

Returns

-

the “mtu” property of the setting

+

the “mtu” property of the setting

Since: 1.8

@@ -548,7 +548,7 @@ nm_setting_gsm_get_number (

Returns

-

the “number” property of the setting

+

the “number” property of the setting


@@ -573,7 +573,7 @@ nm_setting_gsm_get_pin_flags (

Returns

-

the NMSettingSecretFlags pertaining to the “pin”

+

the NMSettingSecretFlags pertaining to the “pin”


@@ -598,7 +598,7 @@ nm_setting_gsm_get_password_flags (

Returns

-

the NMSettingSecretFlags pertaining to the “password”

+

the NMSettingSecretFlags pertaining to the “password”

-- cgit 1.3.0-6-gf8a5