summary refs log tree commit diff
path: root/docs/libnm/html/NMSettingGsm.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libnm/html/NMSettingGsm.html')
-rw-r--r--docs/libnm/html/NMSettingGsm.html113
1 files changed, 100 insertions, 13 deletions
diff --git a/docs/libnm/html/NMSettingGsm.html b/docs/libnm/html/NMSettingGsm.html
index b6477e6f..67f6f5dd 100644
--- a/docs/libnm/html/NMSettingGsm.html
+++ b/docs/libnm/html/NMSettingGsm.html
@@ -128,6 +128,21 @@
 </td>
 </tr>
 <tr>
+<td class="function_type">
+<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
+</td>
+<td class="function_name">
+<a class="link" href="NMSettingGsm.html#nm-setting-gsm-get-initial-eps-config" title="nm_setting_gsm_get_initial_eps_config ()">nm_setting_gsm_get_initial_eps_config</a> <span class="c_punctuation">()</span>
+</td>
+</tr>
+<tr>
+<td class="function_type">const <span class="returnvalue">char</span> *
+</td>
+<td class="function_name">
+<a class="link" href="NMSettingGsm.html#nm-setting-gsm-get-initial-eps-apn" title="nm_setting_gsm_get_initial_eps_apn ()">nm_setting_gsm_get_initial_eps_apn</a> <span class="c_punctuation">()</span>
+</td>
+</tr>
+<tr>
 <td class="function_type">const <span class="returnvalue">char</span> *
 </td>
 <td class="function_name">
@@ -219,6 +234,14 @@
 </tr>
 <tr>
 <td class="define_keyword">#define</td>
+<td class="function_name"><a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-INITIAL-EPS-BEARER-CONFIGURE:CAPS" title="NM_SETTING_GSM_INITIAL_EPS_BEARER_CONFIGURE">NM_SETTING_GSM_INITIAL_EPS_BEARER_CONFIGURE</a></td>
+</tr>
+<tr>
+<td class="define_keyword">#define</td>
+<td class="function_name"><a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-INITIAL-EPS-BEARER-APN:CAPS" title="NM_SETTING_GSM_INITIAL_EPS_BEARER_APN">NM_SETTING_GSM_INITIAL_EPS_BEARER_APN</a></td>
+</tr>
+<tr>
+<td class="define_keyword">#define</td>
 <td class="function_name"><a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-NUMBER:CAPS" title="NM_SETTING_GSM_NUMBER">NM_SETTING_GSM_NUMBER</a></td>
 </tr>
 </tbody>
@@ -524,6 +547,58 @@ nm_setting_gsm_get_mtu (<em class="parameter"><code><a class="link" href="NMSett
 </div>
 <hr>
 <div class="refsect2">
+<a name="nm-setting-gsm-get-initial-eps-config"></a><h3>nm_setting_gsm_get_initial_eps_config ()</h3>
+<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
+nm_setting_gsm_get_initial_eps_config (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre>
+<div class="refsect3">
+<a name="nm-setting-gsm-get-initial-eps-config.parameters"></a><h4>Parameters</h4>
+<div class="informaltable"><table class="informaltable" width="100%" border="0">
+<colgroup>
+<col width="150px" class="parameters_name">
+<col class="parameters_description">
+<col width="200px" class="parameters_annotations">
+</colgroup>
+<tbody><tr>
+<td class="parameter_name"><p>setting</p></td>
+<td class="parameter_description"><p>the <a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a></p></td>
+<td class="parameter_annotations"> </td>
+</tr></tbody>
+</table></div>
+</div>
+<div class="refsect3">
+<a name="nm-setting-gsm-get-initial-eps-config.returns"></a><h4>Returns</h4>
+<p> the <span class="type">“initial-eps-bearer-configure”</span> property of the setting</p>
+</div>
+<p class="since">Since: 1.44</p>
+</div>
+<hr>
+<div class="refsect2">
+<a name="nm-setting-gsm-get-initial-eps-apn"></a><h3>nm_setting_gsm_get_initial_eps_apn ()</h3>
+<pre class="programlisting">const <span class="returnvalue">char</span> *
+nm_setting_gsm_get_initial_eps_apn (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre>
+<div class="refsect3">
+<a name="nm-setting-gsm-get-initial-eps-apn.parameters"></a><h4>Parameters</h4>
+<div class="informaltable"><table class="informaltable" width="100%" border="0">
+<colgroup>
+<col width="150px" class="parameters_name">
+<col class="parameters_description">
+<col width="200px" class="parameters_annotations">
+</colgroup>
+<tbody><tr>
+<td class="parameter_name"><p>setting</p></td>
+<td class="parameter_description"><p>the <a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a></p></td>
+<td class="parameter_annotations"> </td>
+</tr></tbody>
+</table></div>
+</div>
+<div class="refsect3">
+<a name="nm-setting-gsm-get-initial-eps-apn.returns"></a><h4>Returns</h4>
+<p> the <span class="type">“initial-eps-bearer-apn”</span> property of the setting</p>
+</div>
+<p class="since">Since: 1.44</p>
+</div>
+<hr>
+<div class="refsect2">
 <a name="nm-setting-gsm-get-number"></a><h3>nm_setting_gsm_get_number ()</h3>
 <pre class="programlisting">const <span class="returnvalue">char</span> *
 nm_setting_gsm_get_number (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre>
@@ -612,79 +687,91 @@ nm_setting_gsm_get_password_flags (<em class="parameter"><code><a class="link" h
 <hr>
 <div class="refsect2">
 <a name="NM-SETTING-GSM-AUTO-CONFIG:CAPS"></a><h3>NM_SETTING_GSM_AUTO_CONFIG</h3>
-<pre class="programlisting">#define NM_SETTING_GSM_AUTO_CONFIG     "auto-config"
+<pre class="programlisting">#define NM_SETTING_GSM_AUTO_CONFIG                  "auto-config"
 </pre>
 </div>
 <hr>
 <div class="refsect2">
 <a name="NM-SETTING-GSM-USERNAME:CAPS"></a><h3>NM_SETTING_GSM_USERNAME</h3>
-<pre class="programlisting">#define NM_SETTING_GSM_USERNAME        "username"
+<pre class="programlisting">#define NM_SETTING_GSM_USERNAME                     "username"
 </pre>
 </div>
 <hr>
 <div class="refsect2">
 <a name="NM-SETTING-GSM-PASSWORD:CAPS"></a><h3>NM_SETTING_GSM_PASSWORD</h3>
-<pre class="programlisting">#define NM_SETTING_GSM_PASSWORD        "password"
+<pre class="programlisting">#define NM_SETTING_GSM_PASSWORD                     "password"
 </pre>
 </div>
 <hr>
 <div class="refsect2">
 <a name="NM-SETTING-GSM-PASSWORD-FLAGS:CAPS"></a><h3>NM_SETTING_GSM_PASSWORD_FLAGS</h3>
-<pre class="programlisting">#define NM_SETTING_GSM_PASSWORD_FLAGS  "password-flags"
+<pre class="programlisting">#define NM_SETTING_GSM_PASSWORD_FLAGS               "password-flags"
 </pre>
 </div>
 <hr>
 <div class="refsect2">
 <a name="NM-SETTING-GSM-APN:CAPS"></a><h3>NM_SETTING_GSM_APN</h3>
-<pre class="programlisting">#define NM_SETTING_GSM_APN             "apn"
+<pre class="programlisting">#define NM_SETTING_GSM_APN                          "apn"
 </pre>
 </div>
 <hr>
 <div class="refsect2">
 <a name="NM-SETTING-GSM-NETWORK-ID:CAPS"></a><h3>NM_SETTING_GSM_NETWORK_ID</h3>
-<pre class="programlisting">#define NM_SETTING_GSM_NETWORK_ID      "network-id"
+<pre class="programlisting">#define NM_SETTING_GSM_NETWORK_ID                   "network-id"
 </pre>
 </div>
 <hr>
 <div class="refsect2">
 <a name="NM-SETTING-GSM-PIN:CAPS"></a><h3>NM_SETTING_GSM_PIN</h3>
-<pre class="programlisting">#define NM_SETTING_GSM_PIN             "pin"
+<pre class="programlisting">#define NM_SETTING_GSM_PIN                          "pin"
 </pre>
 </div>
 <hr>
 <div class="refsect2">
 <a name="NM-SETTING-GSM-PIN-FLAGS:CAPS"></a><h3>NM_SETTING_GSM_PIN_FLAGS</h3>
-<pre class="programlisting">#define NM_SETTING_GSM_PIN_FLAGS       "pin-flags"
+<pre class="programlisting">#define NM_SETTING_GSM_PIN_FLAGS                    "pin-flags"
 </pre>
 </div>
 <hr>
 <div class="refsect2">
 <a name="NM-SETTING-GSM-HOME-ONLY:CAPS"></a><h3>NM_SETTING_GSM_HOME_ONLY</h3>
-<pre class="programlisting">#define NM_SETTING_GSM_HOME_ONLY       "home-only"
+<pre class="programlisting">#define NM_SETTING_GSM_HOME_ONLY                    "home-only"
 </pre>
 </div>
 <hr>
 <div class="refsect2">
 <a name="NM-SETTING-GSM-DEVICE-ID:CAPS"></a><h3>NM_SETTING_GSM_DEVICE_ID</h3>
-<pre class="programlisting">#define NM_SETTING_GSM_DEVICE_ID       "device-id"
+<pre class="programlisting">#define NM_SETTING_GSM_DEVICE_ID                    "device-id"
 </pre>
 </div>
 <hr>
 <div class="refsect2">
 <a name="NM-SETTING-GSM-SIM-ID:CAPS"></a><h3>NM_SETTING_GSM_SIM_ID</h3>
-<pre class="programlisting">#define NM_SETTING_GSM_SIM_ID          "sim-id"
+<pre class="programlisting">#define NM_SETTING_GSM_SIM_ID                       "sim-id"
 </pre>
 </div>
 <hr>
 <div class="refsect2">
 <a name="NM-SETTING-GSM-SIM-OPERATOR-ID:CAPS"></a><h3>NM_SETTING_GSM_SIM_OPERATOR_ID</h3>
-<pre class="programlisting">#define NM_SETTING_GSM_SIM_OPERATOR_ID "sim-operator-id"
+<pre class="programlisting">#define NM_SETTING_GSM_SIM_OPERATOR_ID              "sim-operator-id"
 </pre>
 </div>
 <hr>
 <div class="refsect2">
 <a name="NM-SETTING-GSM-MTU:CAPS"></a><h3>NM_SETTING_GSM_MTU</h3>
-<pre class="programlisting">#define NM_SETTING_GSM_MTU             "mtu"
+<pre class="programlisting">#define NM_SETTING_GSM_MTU                          "mtu"
+</pre>
+</div>
+<hr>
+<div class="refsect2">
+<a name="NM-SETTING-GSM-INITIAL-EPS-BEARER-CONFIGURE:CAPS"></a><h3>NM_SETTING_GSM_INITIAL_EPS_BEARER_CONFIGURE</h3>
+<pre class="programlisting">#define NM_SETTING_GSM_INITIAL_EPS_BEARER_CONFIGURE "initial-eps-bearer-configure"
+</pre>
+</div>
+<hr>
+<div class="refsect2">
+<a name="NM-SETTING-GSM-INITIAL-EPS-BEARER-APN:CAPS"></a><h3>NM_SETTING_GSM_INITIAL_EPS_BEARER_APN</h3>
+<pre class="programlisting">#define NM_SETTING_GSM_INITIAL_EPS_BEARER_APN       "initial-eps-bearer-apn"
 </pre>
 </div>
 <hr>