diff options
Diffstat (limited to 'docs/libnm-glib')
| -rw-r--r-- | docs/libnm-glib/html/index.html | 2 | ||||
| -rw-r--r-- | docs/libnm-glib/libnm-glib-sections.txt | 37 | ||||
| -rw-r--r-- | docs/libnm-glib/version.xml | 2 |
3 files changed, 39 insertions, 2 deletions
diff --git a/docs/libnm-glib/html/index.html b/docs/libnm-glib/html/index.html index c2803d06..b81e2b44 100644 --- a/docs/libnm-glib/html/index.html +++ b/docs/libnm-glib/html/index.html @@ -15,7 +15,7 @@ <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">libnm-glib Reference Manual</p></th></tr></table></div> <div><p class="releaseinfo"> - for libnm-glib 1.0.8 + for libnm-glib 1.0.10 The latest version of this documentation can be found on-line at <a class="ulink" href="https://developer.gnome.org/libnm-glib/0.9/" target="_top">https://developer.gnome.org/libnm-glib/0.9/</a>. diff --git a/docs/libnm-glib/libnm-glib-sections.txt b/docs/libnm-glib/libnm-glib-sections.txt index 420d1610..adc746bf 100644 --- a/docs/libnm-glib/libnm-glib-sections.txt +++ b/docs/libnm-glib/libnm-glib-sections.txt @@ -103,6 +103,7 @@ NM_CLIENT_CONNECTIVITY NM_CLIENT_PRIMARY_CONNECTION NM_CLIENT_ACTIVATING_CONNECTION NM_CLIENT_DEVICES +NM_CLIENT_ALL_DEVICES NMClientPermission NMClientPermissionResult NMClientError @@ -112,6 +113,7 @@ nm_client_new nm_client_new_async nm_client_new_finish nm_client_get_devices +nm_client_get_all_devices nm_client_get_device_by_path nm_client_get_device_by_iface NMClientActivateFn @@ -171,6 +173,7 @@ NM_DEVICE_DRIVER NM_DEVICE_DRIVER_VERSION NM_DEVICE_FIRMWARE_VERSION NM_DEVICE_CAPABILITIES +NM_DEVICE_REAL NM_DEVICE_MANAGED NM_DEVICE_AUTOCONNECT NM_DEVICE_FIRMWARE_MISSING @@ -198,6 +201,7 @@ nm_device_get_type_description nm_device_get_hw_address nm_device_get_capabilities nm_device_get_managed +nm_device_set_managed nm_device_get_autoconnect nm_device_set_autoconnect nm_device_get_firmware_missing @@ -212,6 +216,7 @@ nm_device_get_available_connections nm_device_get_physical_port_id nm_device_get_mtu nm_device_is_software +nm_device_is_real nm_device_get_product nm_device_get_vendor nm_device_get_description @@ -951,17 +956,49 @@ nm_vpn_plugin_ui_interface_delete_connection nm_vpn_plugin_ui_widget_interface_get_widget nm_vpn_plugin_ui_widget_interface_update_connection nm_vpn_plugin_ui_widget_interface_save_secrets +nm_vpn_editor_plugin_factory +NMVpnEditorPluginCapability +NM_VPN_EDITOR_PLUGIN_CAPABILITY_NONE +NM_VPN_EDITOR_PLUGIN_CAPABILITY_IMPORT +NM_VPN_EDITOR_PLUGIN_CAPABILITY_EXPORT +NM_VPN_EDITOR_PLUGIN_CAPABILITY_IPV6 +NM_VPN_EDITOR_PLUGIN_NAME +NM_VPN_EDITOR_PLUGIN_DESCRIPTION +NM_VPN_EDITOR_PLUGIN_SERVICE +NMVpnEditorPluginInterface +get_editor +get_suggested_filename +nm_vpn_editor_plugin_get_editor +nm_vpn_editor_plugin_get_capabilities +nm_vpn_editor_plugin_import +nm_vpn_editor_plugin_export +nm_vpn_editor_plugin_get_suggested_filename +NMVpnEditorInterface +nm_vpn_editor_get_widget +nm_vpn_editor_update_connection <SUBSECTION Standard> +NMVpnEditor +NMVpnEditorPlugin NMVpnPluginUiInterface NMVpnPluginUiWidgetInterface +NM_IS_VPN_EDITOR +NM_IS_VPN_EDITOR_PLUGIN NM_IS_VPN_PLUGIN_UI_INTERFACE NM_IS_VPN_PLUGIN_UI_WIDGET_INTERFACE +NM_TYPE_VPN_EDITOR +NM_TYPE_VPN_EDITOR_PLUGIN NM_TYPE_VPN_PLUGIN_UI_INTERFACE NM_TYPE_VPN_PLUGIN_UI_WIDGET_INTERFACE +NM_VPN_EDITOR +NM_VPN_EDITOR_GET_INTERFACE +NM_VPN_EDITOR_PLUGIN +NM_VPN_EDITOR_PLUGIN_GET_INTERFACE NM_VPN_PLUGIN_UI_INTERFACE NM_VPN_PLUGIN_UI_INTERFACE_GET_INTERFACE NM_VPN_PLUGIN_UI_WIDGET_INTERFACE NM_VPN_PLUGIN_UI_WIDGET_INTERFACE_GET_INTERFACE +nm_vpn_editor_get_type +nm_vpn_editor_plugin_get_type nm_vpn_plugin_ui_interface_get_type nm_vpn_plugin_ui_widget_interface_get_type </SECTION> diff --git a/docs/libnm-glib/version.xml b/docs/libnm-glib/version.xml index b0f3d96f..7ee7020b 100644 --- a/docs/libnm-glib/version.xml +++ b/docs/libnm-glib/version.xml @@ -1 +1 @@ -1.0.8 +1.0.10 |