diff options
Diffstat (limited to 'docs/libnm-glib/libnm-glib-sections.txt')
-rw-r--r-- | docs/libnm-glib/libnm-glib-sections.txt | 238 |
1 files changed, 179 insertions, 59 deletions
diff --git a/docs/libnm-glib/libnm-glib-sections.txt b/docs/libnm-glib/libnm-glib-sections.txt index 60e744d7f..1ba95d1de 100644 --- a/docs/libnm-glib/libnm-glib-sections.txt +++ b/docs/libnm-glib/libnm-glib-sections.txt @@ -11,6 +11,8 @@ NM_ACCESS_POINT_MODE NM_ACCESS_POINT_MAX_BITRATE NM_ACCESS_POINT_STRENGTH NM_ACCESS_POINT_HW_ADDRESS +NMAccessPoint +NMAccessPointClass nm_access_point_new nm_access_point_get_flags nm_access_point_get_wpa_flags @@ -25,8 +27,6 @@ nm_access_point_filter_connections nm_access_point_connection_valid nm_access_point_get_hw_address <SUBSECTION Standard> -NMAccessPoint -NMAccessPointClass NM_ACCESS_POINT NM_ACCESS_POINT_CLASS NM_ACCESS_POINT_GET_CLASS @@ -40,25 +40,39 @@ nm_access_point_get_type <FILE>nm-active-connection</FILE> <TITLE>NMActiveConnection</TITLE> NM_ACTIVE_CONNECTION_CONNECTION +NM_ACTIVE_CONNECTION_ID NM_ACTIVE_CONNECTION_UUID +NM_ACTIVE_CONNECTION_TYPE NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT NM_ACTIVE_CONNECTION_DEVICES NM_ACTIVE_CONNECTION_STATE NM_ACTIVE_CONNECTION_DEFAULT +NM_ACTIVE_CONNECTION_IP4_CONFIG +NM_ACTIVE_CONNECTION_DHCP4_CONFIG NM_ACTIVE_CONNECTION_DEFAULT6 +NM_ACTIVE_CONNECTION_IP6_CONFIG +NM_ACTIVE_CONNECTION_DHCP6_CONFIG +NM_ACTIVE_CONNECTION_VPN NM_ACTIVE_CONNECTION_MASTER +NMActiveConnection +NMActiveConnectionClass nm_active_connection_new nm_active_connection_get_connection +nm_active_connection_get_id nm_active_connection_get_uuid +nm_active_connection_get_connection_type nm_active_connection_get_specific_object nm_active_connection_get_devices nm_active_connection_get_state +nm_active_connection_get_master nm_active_connection_get_default +nm_active_connection_get_ip4_config +nm_active_connection_get_dhcp4_config nm_active_connection_get_default6 -nm_active_connection_get_master +nm_active_connection_get_ip6_config +nm_active_connection_get_dhcp6_config +nm_active_connection_get_vpn <SUBSECTION Standard> -NMActiveConnection -NMActiveConnectionClass NM_ACTIVE_CONNECTION NM_ACTIVE_CONNECTION_CLASS NM_ACTIVE_CONNECTION_GET_CLASS @@ -73,6 +87,7 @@ nm_active_connection_get_type <TITLE>NMClient</TITLE> NM_CLIENT_VERSION NM_CLIENT_STATE +NM_CLIENT_STARTUP NM_CLIENT_MANAGER_RUNNING NM_CLIENT_NETWORKING_ENABLED NM_CLIENT_WIRELESS_ENABLED @@ -85,8 +100,14 @@ NM_CLIENT_ACTIVE_CONNECTIONS NM_CLIENT_CONNECTIVITY NM_CLIENT_PRIMARY_CONNECTION NM_CLIENT_ACTIVATING_CONNECTION +NM_CLIENT_DEVICES NMClientPermission NMClientPermissionResult +NMClientError +NM_CLIENT_ERROR +nm_client_error_quark +NMClient +NMClientClass nm_client_new nm_client_new_async nm_client_new_finish @@ -111,6 +132,7 @@ nm_client_wimax_set_enabled nm_client_wimax_hardware_get_enabled nm_client_get_version nm_client_get_state +nm_client_get_startup nm_client_get_manager_running nm_client_get_active_connections nm_client_sleep @@ -124,8 +146,6 @@ nm_client_check_connectivity_finish nm_client_get_primary_connection nm_client_get_activating_connection <SUBSECTION Standard> -NMClient -NMClientClass NM_CLIENT NM_CLIENT_CLASS NM_CLIENT_GET_CLASS @@ -138,6 +158,9 @@ nm_client_get_type <SECTION> <FILE>nm-device</FILE> <TITLE>NMDevice</TITLE> +NMDeviceError +NM_DEVICE_ERROR +nm_device_error_quark NM_DEVICE_DEVICE_TYPE NM_DEVICE_UDI NM_DEVICE_INTERFACE @@ -159,6 +182,10 @@ NM_DEVICE_ACTIVE_CONNECTION NM_DEVICE_AVAILABLE_CONNECTIONS NM_DEVICE_VENDOR NM_DEVICE_PRODUCT +NM_DEVICE_PHYSICAL_PORT_ID +NM_DEVICE_MTU +NMDevice +NMDeviceClass nm_device_new nm_device_get_iface nm_device_get_ip_iface @@ -167,6 +194,8 @@ nm_device_get_udi nm_device_get_driver nm_device_get_driver_version nm_device_get_firmware_version +nm_device_get_type_description +nm_device_get_hw_address nm_device_get_capabilities nm_device_get_managed nm_device_get_autoconnect @@ -180,16 +209,19 @@ nm_device_get_state nm_device_get_state_reason nm_device_get_active_connection nm_device_get_available_connections +nm_device_get_physical_port_id +nm_device_get_mtu nm_device_get_product nm_device_get_vendor +nm_device_get_description +nm_device_disambiguate_names NMDeviceDeactivateFn nm_device_disconnect nm_device_filter_connections nm_device_connection_valid nm_device_connection_compatible +nm_device_get_setting_type <SUBSECTION Standard> -NMDevice -NMDeviceClass NM_DEVICE NM_DEVICE_CLASS NM_DEVICE_GET_CLASS @@ -206,11 +238,11 @@ NMDeviceAdslError NM_DEVICE_ADSL_ERROR nm_device_adsl_error_quark NM_DEVICE_ADSL_CARRIER +NMDeviceAdsl +NMDeviceAdslClass nm_device_adsl_new nm_device_adsl_get_carrier <SUBSECTION Standard> -NMDeviceAdsl -NMDeviceAdslClass NM_DEVICE_ADSL NM_DEVICE_ADSL_CLASS NM_DEVICE_ADSL_GET_CLASS @@ -229,13 +261,13 @@ nm_device_bond_error_quark NM_DEVICE_BOND_HW_ADDRESS NM_DEVICE_BOND_CARRIER NM_DEVICE_BOND_SLAVES +NMDeviceBond +NMDeviceBondClass nm_device_bond_new nm_device_bond_get_hw_address nm_device_bond_get_carrier nm_device_bond_get_slaves <SUBSECTION Standard> -NMDeviceBond -NMDeviceBondClass NM_DEVICE_BOND NM_DEVICE_BOND_CLASS NM_DEVICE_BOND_GET_CLASS @@ -254,13 +286,13 @@ nm_device_bridge_error_quark NM_DEVICE_BRIDGE_HW_ADDRESS NM_DEVICE_BRIDGE_CARRIER NM_DEVICE_BRIDGE_SLAVES +NMDeviceBridge +NMDeviceBridgeClass nm_device_bridge_new nm_device_bridge_get_hw_address nm_device_bridge_get_carrier nm_device_bridge_get_slaves <SUBSECTION Standard> -NMDeviceBridge -NMDeviceBridgeClass NM_DEVICE_BRIDGE NM_DEVICE_BRIDGE_CLASS NM_DEVICE_BRIDGE_GET_CLASS @@ -279,13 +311,13 @@ nm_device_bt_error_quark NM_DEVICE_BT_HW_ADDRESS NM_DEVICE_BT_NAME NM_DEVICE_BT_CAPABILITIES +NMDeviceBt +NMDeviceBtClass nm_device_bt_new nm_device_bt_get_hw_address nm_device_bt_get_name nm_device_bt_get_capabilities <SUBSECTION Standard> -NMDeviceBt -NMDeviceBtClass NM_DEVICE_BT NM_DEVICE_BT_CLASS NM_DEVICE_BT_GET_CLASS @@ -305,14 +337,14 @@ NM_DEVICE_ETHERNET_HW_ADDRESS NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS NM_DEVICE_ETHERNET_SPEED NM_DEVICE_ETHERNET_CARRIER +NMDeviceEthernet +NMDeviceEthernetClass nm_device_ethernet_new nm_device_ethernet_get_hw_address nm_device_ethernet_get_permanent_hw_address nm_device_ethernet_get_speed nm_device_ethernet_get_carrier <SUBSECTION Standard> -NMDeviceEthernet -NMDeviceEthernetClass NM_DEVICE_ETHERNET NM_DEVICE_ETHERNET_CLASS NM_DEVICE_ETHERNET_GET_CLASS @@ -323,6 +355,28 @@ nm_device_ethernet_get_type </SECTION> <SECTION> +<FILE>nm-device-generic</FILE> +<TITLE>NMDeviceGeneric</TITLE> +NMDeviceGenericError +NM_DEVICE_GENERIC_ERROR +nm_device_generic_error_quark +NM_DEVICE_GENERIC_HW_ADDRESS +NM_DEVICE_GENERIC_TYPE_DESCRIPTION +NMDeviceGeneric +NMDeviceGenericClass +nm_device_generic_new +nm_device_generic_get_hw_address +<SUBSECTION Standard> +NM_DEVICE_GENERIC +NM_DEVICE_GENERIC_CLASS +NM_DEVICE_GENERIC_GET_CLASS +NM_IS_DEVICE_GENERIC +NM_IS_DEVICE_GENERIC_CLASS +NM_TYPE_DEVICE_GENERIC +nm_device_generic_get_type +</SECTION> + +<SECTION> <FILE>nm-device-infiniband</FILE> <TITLE>NMDeviceInfiniband</TITLE> NMDeviceInfinibandError @@ -330,12 +384,12 @@ NM_DEVICE_INFINIBAND_ERROR nm_device_infiniband_error_quark NM_DEVICE_INFINIBAND_HW_ADDRESS NM_DEVICE_INFINIBAND_CARRIER +NMDeviceInfiniband +NMDeviceInfinibandClass nm_device_infiniband_new nm_device_infiniband_get_hw_address nm_device_infiniband_get_carrier <SUBSECTION Standard> -NMDeviceInfiniband -NMDeviceInfinibandClass NM_DEVICE_INFINIBAND NM_DEVICE_INFINIBAND_CLASS NM_DEVICE_INFINIBAND_GET_CLASS @@ -353,11 +407,11 @@ NM_DEVICE_MODEM_ERROR nm_device_modem_error_quark NM_DEVICE_MODEM_MODEM_CAPABILITIES NM_DEVICE_MODEM_CURRENT_CAPABILITIES +NMDeviceModem +NMDeviceModemClass nm_device_modem_get_modem_capabilities nm_device_modem_get_current_capabilities <SUBSECTION Standard> -NMDeviceModem -NMDeviceModemClass NM_DEVICE_MODEM NM_DEVICE_MODEM_CLASS NM_DEVICE_MODEM_GET_CLASS @@ -376,13 +430,13 @@ nm_device_olpc_mesh_error_quark NM_DEVICE_OLPC_MESH_HW_ADDRESS NM_DEVICE_OLPC_MESH_COMPANION NM_DEVICE_OLPC_MESH_ACTIVE_CHANNEL +NMDeviceOlpcMesh +NMDeviceOlpcMeshClass nm_device_olpc_mesh_new nm_device_olpc_mesh_get_hw_address nm_device_olpc_mesh_get_companion nm_device_olpc_mesh_get_active_channel <SUBSECTION Standard> -NMDeviceOlpcMesh -NMDeviceOlpcMeshClass NM_DEVICE_OLPC_MESH NM_DEVICE_OLPC_MESH_CLASS NM_DEVICE_OLPC_MESH_GET_CLASS @@ -393,6 +447,31 @@ nm_device_olpc_mesh_get_type </SECTION> <SECTION> +<FILE>nm-device-team</FILE> +<TITLE>NMDeviceTeam</TITLE> +NMDeviceTeamError +NM_DEVICE_TEAM_ERROR +nm_device_team_error_quark +NM_DEVICE_TEAM_HW_ADDRESS +NM_DEVICE_TEAM_CARRIER +NM_DEVICE_TEAM_SLAVES +NMDeviceTeam +NMDeviceTeamClass +nm_device_team_new +nm_device_team_get_hw_address +nm_device_team_get_carrier +nm_device_team_get_slaves +<SUBSECTION Standard> +NM_DEVICE_TEAM +NM_DEVICE_TEAM_CLASS +NM_DEVICE_TEAM_GET_CLASS +NM_IS_DEVICE_TEAM +NM_IS_DEVICE_TEAM_CLASS +NM_TYPE_DEVICE_TEAM +nm_device_team_get_type +</SECTION> + +<SECTION> <FILE>nm-device-vlan</FILE> <TITLE>NMDeviceVlan</TITLE> NMDeviceVlanError @@ -401,13 +480,13 @@ nm_device_vlan_error_quark NM_DEVICE_VLAN_HW_ADDRESS NM_DEVICE_VLAN_CARRIER NM_DEVICE_VLAN_VLAN_ID +NMDeviceVlan +NMDeviceVlanClass nm_device_vlan_new nm_device_vlan_get_hw_address nm_device_vlan_get_carrier nm_device_vlan_get_vlan_id <SUBSECTION Standard> -NMDeviceVlan -NMDeviceVlanClass NM_DEVICE_VLAN NM_DEVICE_VLAN_CLASS NM_DEVICE_VLAN_GET_CLASS @@ -429,6 +508,9 @@ NM_DEVICE_WIFI_MODE NM_DEVICE_WIFI_BITRATE NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT NM_DEVICE_WIFI_CAPABILITIES +NM_DEVICE_WIFI_ACCESS_POINTS +NMDeviceWifi +NMDeviceWifiClass nm_device_wifi_new nm_device_wifi_get_hw_address nm_device_wifi_get_permanent_hw_address @@ -441,8 +523,6 @@ nm_device_wifi_get_access_points NMDeviceWifiRequestScanFn nm_device_wifi_request_scan_simple <SUBSECTION Standard> -NMDeviceWifi -NMDeviceWifiClass NM_DEVICE_WIFI NM_DEVICE_WIFI_CLASS NM_DEVICE_WIFI_GET_CLASS @@ -465,6 +545,9 @@ NM_DEVICE_WIMAX_RSSI NM_DEVICE_WIMAX_CINR NM_DEVICE_WIMAX_TX_POWER NM_DEVICE_WIMAX_BSID +NM_DEVICE_WIMAX_NSPS +NMDeviceWimax +NMDeviceWimaxClass nm_device_wimax_new nm_device_wimax_get_hw_address nm_device_wimax_get_active_nsp @@ -476,8 +559,6 @@ nm_device_wimax_get_cinr nm_device_wimax_get_tx_power nm_device_wimax_get_bsid <SUBSECTION Standard> -NMDeviceWimax -NMDeviceWimaxClass NM_DEVICE_WIMAX NM_DEVICE_WIMAX_CLASS NM_DEVICE_WIMAX_GET_CLASS @@ -490,13 +571,13 @@ nm_device_wimax_get_type <SECTION> <FILE>nm-dhcp4-config</FILE> <TITLE>NMDHCP4Config</TITLE> +NMDHCP4Config +NMDHCP4ConfigClass NM_DHCP4_CONFIG_OPTIONS nm_dhcp4_config_new nm_dhcp4_config_get_options nm_dhcp4_config_get_one_option <SUBSECTION Standard> -NMDHCP4Config -NMDHCP4ConfigClass NM_DHCP4_CONFIG NM_DHCP4_CONFIG_CLASS NM_IS_DHCP4_CONFIG @@ -508,13 +589,13 @@ nm_dhcp4_config_get_type <SECTION> <FILE>nm-dhcp6-config</FILE> <TITLE>NMDHCP6Config</TITLE> +NMDHCP6Config +NMDHCP6ConfigClass NM_DHCP6_CONFIG_OPTIONS nm_dhcp6_config_new nm_dhcp6_config_get_options nm_dhcp6_config_get_one_option <SUBSECTION Standard> -NMDHCP6Config -NMDHCP6ConfigClass NM_DHCP6_CONFIG NM_DHCP6_CONFIG_CLASS NM_IS_DHCP6_CONFIG @@ -526,39 +607,51 @@ nm_dhcp6_config_get_type <SECTION> <FILE>nm-glib-enum-types</FILE> <SUBSECTION Standard> +NM_TYPE_CLIENT_ERROR NM_TYPE_CLIENT_PERMISSION NM_TYPE_CLIENT_PERMISSION_RESULT NM_TYPE_DEVICE_ADSL_ERROR NM_TYPE_DEVICE_BOND_ERROR NM_TYPE_DEVICE_BRIDGE_ERROR NM_TYPE_DEVICE_BT_ERROR +NM_TYPE_DEVICE_ERROR NM_TYPE_DEVICE_ETHERNET_ERROR +NM_TYPE_DEVICE_GENERIC_ERROR NM_TYPE_DEVICE_INFINIBAND_ERROR NM_TYPE_DEVICE_MODEM_ERROR NM_TYPE_DEVICE_OLPC_MESH_ERROR +NM_TYPE_DEVICE_TEAM_ERROR NM_TYPE_DEVICE_VLAN_ERROR NM_TYPE_DEVICE_WIFI_ERROR NM_TYPE_DEVICE_WIMAX_ERROR NM_TYPE_OBJECT_ERROR +NM_TYPE_REMOTE_CONNECTION_ERROR NM_TYPE_REMOTE_SETTINGS_ERROR +NM_TYPE_SECRET_AGENT_CAPABILITIES NM_TYPE_SECRET_AGENT_ERROR NM_TYPE_SECRET_AGENT_GET_SECRETS_FLAGS NM_TYPE_WIMAX_NSP_NETWORK_TYPE +nm_client_error_get_type nm_client_permission_get_type nm_client_permission_result_get_type nm_device_adsl_error_get_type nm_device_bond_error_get_type nm_device_bridge_error_get_type nm_device_bt_error_get_type +nm_device_error_get_type nm_device_ethernet_error_get_type +nm_device_generic_error_get_type nm_device_infiniband_error_get_type nm_device_modem_error_get_type nm_device_olpc_mesh_error_get_type +nm_device_team_error_get_type nm_device_vlan_error_get_type nm_device_wifi_error_get_type nm_device_wimax_error_get_type nm_object_error_get_type +nm_remote_connection_error_get_type nm_remote_settings_error_get_type +nm_secret_agent_capabilities_get_type nm_secret_agent_error_get_type nm_secret_agent_get_secrets_flags_get_type nm_wimax_nsp_network_type_get_type @@ -567,20 +660,24 @@ nm_wimax_nsp_network_type_get_type <SECTION> <FILE>nm-ip4-config</FILE> <TITLE>NMIP4Config</TITLE> +NMIP4Config +NMIP4ConfigClass +NM_IP4_CONFIG_GATEWAY NM_IP4_CONFIG_ADDRESSES +NM_IP4_CONFIG_ROUTES NM_IP4_CONFIG_NAMESERVERS NM_IP4_CONFIG_DOMAINS -NM_IP4_CONFIG_ROUTES +NM_IP4_CONFIG_SEARCHES NM_IP4_CONFIG_WINS_SERVERS nm_ip4_config_new +nm_ip4_config_get_gateway nm_ip4_config_get_addresses +nm_ip4_config_get_routes nm_ip4_config_get_nameservers nm_ip4_config_get_domains -nm_ip4_config_get_routes +nm_ip4_config_get_searches nm_ip4_config_get_wins_servers <SUBSECTION Standard> -NMIP4Config -NMIP4ConfigClass NM_IP4_CONFIG NM_IP4_CONFIG_CLASS NM_IP4_CONFIG_GET_CLASS @@ -593,18 +690,24 @@ nm_ip4_config_get_type <SECTION> <FILE>nm-ip6-config</FILE> <TITLE>NMIP6Config</TITLE> +NMIP6Config +NMIP6ConfigClass +NM_IP6_CONFIG_GATEWAY NM_IP6_CONFIG_ADDRESSES +NM_IP6_CONFIG_ROUTES NM_IP6_CONFIG_NAMESERVERS NM_IP6_CONFIG_DOMAINS -NM_IP6_CONFIG_ROUTES +NM_IP6_CONFIG_SEARCHES nm_ip6_config_new +nm_ip6_config_get_gateway nm_ip6_config_get_addresses +nm_ip6_config_get_routes +nm_ip6_config_get_num_nameservers +nm_ip6_config_get_nameserver nm_ip6_config_get_nameservers nm_ip6_config_get_domains -nm_ip6_config_get_routes +nm_ip6_config_get_searches <SUBSECTION Standard> -NMIP6Config -NMIP6ConfigClass NM_IP6_CONFIG NM_IP6_CONFIG_CLASS NM_IP6_CONFIG_GET_CLASS @@ -622,11 +725,11 @@ NM_OBJECT_ERROR nm_object_error_quark NM_OBJECT_DBUS_CONNECTION NM_OBJECT_DBUS_PATH +NMObject +NMObjectClass nm_object_get_connection nm_object_get_path <SUBSECTION Standard> -NMObject -NMObjectClass NM_IS_OBJECT NM_IS_OBJECT_CLASS NM_OBJECT @@ -639,18 +742,26 @@ nm_object_get_type <SECTION> <FILE>nm-remote-connection</FILE> <TITLE>NMRemoteConnection</TITLE> +NMRemoteConnectionError +NM_REMOTE_CONNECTION_ERROR +nm_remote_connection_error_quark +NM_REMOTE_CONNECTION_UNSAVED NM_REMOTE_CONNECTION_UPDATED NM_REMOTE_CONNECTION_REMOVED +NMRemoteConnection +NMRemoteConnectionClass +NMRemoteConnectionResultFunc NMRemoteConnectionCommitFunc NMRemoteConnectionDeleteFunc NMRemoteConnectionGetSecretsFunc nm_remote_connection_new nm_remote_connection_commit_changes +nm_remote_connection_commit_changes_unsaved +nm_remote_connection_save nm_remote_connection_delete nm_remote_connection_get_secrets +nm_remote_connection_get_unsaved <SUBSECTION Standard> -NMRemoteConnection -NMRemoteConnectionClass NM_IS_REMOTE_CONNECTION NM_IS_REMOTE_CONNECTION_CLASS NM_REMOTE_CONNECTION @@ -673,18 +784,23 @@ NM_REMOTE_SETTINGS_CAN_MODIFY NM_REMOTE_SETTINGS_NEW_CONNECTION NM_REMOTE_SETTINGS_CONNECTIONS_READ NMRemoteSettingsAddConnectionFunc +NMRemoteSettingsLoadConnectionsFunc NMRemoteSettingsSaveHostnameFunc +NMRemoteSettings +NMRemoteSettingsClass nm_remote_settings_new nm_remote_settings_new_async nm_remote_settings_new_finish nm_remote_settings_list_connections +nm_remote_settings_get_connection_by_id nm_remote_settings_get_connection_by_path nm_remote_settings_get_connection_by_uuid nm_remote_settings_add_connection +nm_remote_settings_add_connection_unsaved +nm_remote_settings_load_connections +nm_remote_settings_reload_connections nm_remote_settings_save_hostname <SUBSECTION Standard> -NMRemoteSettings -NMRemoteSettingsClass NM_IS_REMOTE_SETTINGS NM_IS_REMOTE_SETTINGS_CLASS NM_REMOTE_SETTINGS @@ -700,14 +816,18 @@ nm_remote_settings_get_type NM_SECRET_AGENT_ERROR nm_secret_agent_error_quark NMSecretAgentError +NMSecretAgentCapabilities NMSecretAgentGetSecretsFlags NM_SECRET_AGENT_IDENTIFIER NM_SECRET_AGENT_AUTO_REGISTER NM_SECRET_AGENT_REGISTERED +NM_SECRET_AGENT_CAPABILITIES NM_SECRET_AGENT_REGISTRATION_RESULT +NMSecretAgent NMSecretAgentGetSecretsFunc NMSecretAgentSaveSecretsFunc NMSecretAgentDeleteSecretsFunc +NMSecretAgentClass nm_secret_agent_register nm_secret_agent_unregister nm_secret_agent_get_registered @@ -715,8 +835,6 @@ nm_secret_agent_get_secrets nm_secret_agent_save_secrets nm_secret_agent_delete_secrets <SUBSECTION Standard> -NMSecretAgent -NMSecretAgentClass NM_IS_SECRET_AGENT NM_IS_SECRET_AGENT_CLASS NM_SECRET_AGENT @@ -750,12 +868,12 @@ nm_uint_array_get_type <TITLE>NMVPNConnection</TITLE> NM_VPN_CONNECTION_VPN_STATE NM_VPN_CONNECTION_BANNER +NMVPNConnection +NMVPNConnectionClass nm_vpn_connection_new nm_vpn_connection_get_vpn_state nm_vpn_connection_get_banner <SUBSECTION Standard> -NMVPNConnection -NMVPNConnectionClass NM_IS_VPN_CONNECTION NM_IS_VPN_CONNECTION_CLASS NM_TYPE_VPN_CONNECTION @@ -782,10 +900,13 @@ nm_vpn_plugin_ui_interface_prop_get_type NM_VPN_PLUGIN_DBUS_SERVICE_NAME NM_VPN_PLUGIN_STATE NMVPNPluginError +NMVPNPlugin +NMVPNPluginClass nm_vpn_plugin_error_quark nm_vpn_plugin_get_connection nm_vpn_plugin_get_state nm_vpn_plugin_set_state +nm_vpn_plugin_secrets_required nm_vpn_plugin_set_login_banner nm_vpn_plugin_failure nm_vpn_plugin_set_config @@ -793,8 +914,6 @@ nm_vpn_plugin_set_ip4_config nm_vpn_plugin_set_ip6_config nm_vpn_plugin_disconnect <SUBSECTION Standard> -NMVPNPlugin -NMVPNPluginClass NM_IS_VPN_PLUGIN NM_IS_VPN_PLUGIN_CLASS NM_TYPE_VPN_PLUGIN @@ -809,6 +928,7 @@ nm_vpn_plugin_get_type <SECTION> <FILE>nm-vpn-plugin-ui-interface</FILE> <TITLE>NMVpnPluginUiWidget</TITLE> +<TITLE>NMVpnPluginUi</TITLE> NMVpnPluginUiFactory nm_vpn_plugin_ui_factory NMVpnPluginUiCapability @@ -816,18 +936,18 @@ NM_VPN_PLUGIN_UI_INTERFACE_NAME NM_VPN_PLUGIN_UI_INTERFACE_DESC NM_VPN_PLUGIN_UI_INTERFACE_SERVICE NMVpnPluginUiInterfaceProp +NMVpnPluginUiInterface nm_vpn_plugin_ui_interface_ui_factory nm_vpn_plugin_ui_interface_get_capabilities nm_vpn_plugin_ui_interface_import nm_vpn_plugin_ui_interface_export nm_vpn_plugin_ui_interface_get_suggested_name nm_vpn_plugin_ui_interface_delete_connection +NMVpnPluginUiWidgetInterface nm_vpn_plugin_ui_widget_interface_get_widget nm_vpn_plugin_ui_widget_interface_update_connection nm_vpn_plugin_ui_widget_interface_save_secrets <SUBSECTION Standard> -NMVpnPluginUiInterface -NMVpnPluginUiWidgetInterface NM_IS_VPN_PLUGIN_UI_INTERFACE NM_IS_VPN_PLUGIN_UI_WIDGET_INTERFACE NM_TYPE_VPN_PLUGIN_UI_INTERFACE @@ -853,6 +973,8 @@ NM_WIMAX_NSP_NAME NM_WIMAX_NSP_SIGNAL_QUALITY NM_WIMAX_NSP_NETWORK_TYPE NMWimaxNspNetworkType +NMWimaxNsp +NMWimaxNspClass nm_wimax_nsp_new nm_wimax_nsp_get_name nm_wimax_nsp_get_signal_quality @@ -860,8 +982,6 @@ nm_wimax_nsp_get_network_type nm_wimax_nsp_filter_connections nm_wimax_nsp_connection_valid <SUBSECTION Standard> -NMWimaxNsp -NMWimaxNspClass NM_IS_WIMAX_NSP NM_IS_WIMAX_NSP_CLASS NM_TYPE_WIMAX_NSP |