diff options
Diffstat (limited to 'docs/libnm-glib/libnm-glib-sections.txt')
| -rw-r--r-- | docs/libnm-glib/libnm-glib-sections.txt | 188 |
1 files changed, 85 insertions, 103 deletions
diff --git a/docs/libnm-glib/libnm-glib-sections.txt b/docs/libnm-glib/libnm-glib-sections.txt index 25ba7b85..1ba78796 100644 --- a/docs/libnm-glib/libnm-glib-sections.txt +++ b/docs/libnm-glib/libnm-glib-sections.txt @@ -136,12 +136,15 @@ NMDevice NMDeviceClass NMDeviceDeactivateFn NM_DEVICE_ACTIVE_CONNECTION +NM_DEVICE_AUTOCONNECT NM_DEVICE_CAPABILITIES NM_DEVICE_DEVICE_TYPE NM_DEVICE_DHCP4_CONFIG NM_DEVICE_DHCP6_CONFIG NM_DEVICE_DRIVER +NM_DEVICE_DRIVER_VERSION NM_DEVICE_FIRMWARE_MISSING +NM_DEVICE_FIRMWARE_VERSION NM_DEVICE_INTERFACE NM_DEVICE_IP4_CONFIG NM_DEVICE_IP6_CONFIG @@ -152,16 +155,20 @@ NM_DEVICE_STATE NM_DEVICE_STATE_REASON NM_DEVICE_UDI NM_DEVICE_VENDOR +nm_device_connection_compatible nm_device_connection_valid nm_device_disconnect nm_device_filter_connections nm_device_get_active_connection +nm_device_get_autoconnect nm_device_get_capabilities nm_device_get_device_type nm_device_get_dhcp4_config nm_device_get_dhcp6_config nm_device_get_driver +nm_device_get_driver_version nm_device_get_firmware_missing +nm_device_get_firmware_version nm_device_get_iface nm_device_get_ip4_config nm_device_get_ip6_config @@ -173,6 +180,7 @@ nm_device_get_state_reason nm_device_get_udi nm_device_get_vendor nm_device_new +nm_device_set_autoconnect <SUBSECTION Standard> NM_DEVICE NM_DEVICE_CLASS @@ -184,12 +192,36 @@ nm_device_get_type </SECTION> <SECTION> +<FILE>nm-device-adsl</FILE> +<TITLE>NMDeviceAdsl</TITLE> +NMDeviceAdsl +NMDeviceAdslClass +NMDeviceAdslError +NM_DEVICE_ADSL_CARRIER +NM_DEVICE_ADSL_ERROR +nm_device_adsl_error_quark +nm_device_adsl_get_carrier +nm_device_adsl_new +<SUBSECTION Standard> +NM_DEVICE_ADSL +NM_DEVICE_ADSL_CLASS +NM_DEVICE_ADSL_GET_CLASS +NM_IS_DEVICE_ADSL +NM_IS_DEVICE_ADSL_CLASS +NM_TYPE_DEVICE_ADSL +nm_device_adsl_get_type +</SECTION> + +<SECTION> <FILE>nm-device-bond</FILE> <TITLE>NMDeviceBond</TITLE> NMDeviceBond NMDeviceBondClass +NMDeviceBondError NM_DEVICE_BOND_CARRIER +NM_DEVICE_BOND_ERROR NM_DEVICE_BOND_HW_ADDRESS +nm_device_bond_error_quark nm_device_bond_get_carrier nm_device_bond_get_hw_address nm_device_bond_new @@ -208,9 +240,12 @@ nm_device_bond_get_type <TITLE>NMDeviceBt</TITLE> NMDeviceBt NMDeviceBtClass +NMDeviceBtError NM_DEVICE_BT_CAPABILITIES +NM_DEVICE_BT_ERROR NM_DEVICE_BT_HW_ADDRESS NM_DEVICE_BT_NAME +nm_device_bt_error_quark nm_device_bt_get_capabilities nm_device_bt_get_hw_address nm_device_bt_get_name @@ -230,10 +265,13 @@ nm_device_bt_get_type <TITLE>NMDeviceEthernet</TITLE> NMDeviceEthernet NMDeviceEthernetClass +NMDeviceEthernetError NM_DEVICE_ETHERNET_CARRIER +NM_DEVICE_ETHERNET_ERROR NM_DEVICE_ETHERNET_HW_ADDRESS NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS NM_DEVICE_ETHERNET_SPEED +nm_device_ethernet_error_quark nm_device_ethernet_get_carrier nm_device_ethernet_get_hw_address nm_device_ethernet_get_permanent_hw_address @@ -254,8 +292,11 @@ nm_device_ethernet_get_type <TITLE>NMDeviceInfiniband</TITLE> NMDeviceInfiniband NMDeviceInfinibandClass +NMDeviceInfinibandError NM_DEVICE_INFINIBAND_CARRIER +NM_DEVICE_INFINIBAND_ERROR NM_DEVICE_INFINIBAND_HW_ADDRESS +nm_device_infiniband_error_quark nm_device_infiniband_get_carrier nm_device_infiniband_get_hw_address nm_device_infiniband_new @@ -270,17 +311,15 @@ nm_device_infiniband_get_type </SECTION> <SECTION> -<FILE>nm-device-infiniband-bindings</FILE> -DBUS_GLIB_CLIENT_WRAPPERS_org_freedesktop_NetworkManager_Device_Infiniband -</SECTION> - -<SECTION> <FILE>nm-device-modem</FILE> <TITLE>NMDeviceModem</TITLE> NMDeviceModem NMDeviceModemClass +NMDeviceModemError NM_DEVICE_MODEM_CURRENT_CAPABILITIES +NM_DEVICE_MODEM_ERROR NM_DEVICE_MODEM_MODEM_CAPABILITIES +nm_device_modem_error_quark nm_device_modem_get_current_capabilities nm_device_modem_get_modem_capabilities <SUBSECTION Standard> @@ -298,9 +337,12 @@ nm_device_modem_get_type <TITLE>NMDeviceOlpcMesh</TITLE> NMDeviceOlpcMesh NMDeviceOlpcMeshClass +NMDeviceOlpcMeshError NM_DEVICE_OLPC_MESH_ACTIVE_CHANNEL NM_DEVICE_OLPC_MESH_COMPANION +NM_DEVICE_OLPC_MESH_ERROR NM_DEVICE_OLPC_MESH_HW_ADDRESS +nm_device_olpc_mesh_error_quark nm_device_olpc_mesh_get_active_channel nm_device_olpc_mesh_get_companion nm_device_olpc_mesh_get_hw_address @@ -320,9 +362,12 @@ nm_device_olpc_mesh_get_type <TITLE>NMDeviceVlan</TITLE> NMDeviceVlan NMDeviceVlanClass +NMDeviceVlanError NM_DEVICE_VLAN_CARRIER +NM_DEVICE_VLAN_ERROR NM_DEVICE_VLAN_HW_ADDRESS NM_DEVICE_VLAN_VLAN_ID +nm_device_vlan_error_quark nm_device_vlan_get_carrier nm_device_vlan_get_hw_address nm_device_vlan_get_vlan_id @@ -342,12 +387,15 @@ nm_device_vlan_get_type <TITLE>NMDeviceWifi</TITLE> NMDeviceWifi NMDeviceWifiClass +NMDeviceWifiError NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT NM_DEVICE_WIFI_BITRATE NM_DEVICE_WIFI_CAPABILITIES +NM_DEVICE_WIFI_ERROR NM_DEVICE_WIFI_HW_ADDRESS NM_DEVICE_WIFI_MODE NM_DEVICE_WIFI_PERMANENT_HW_ADDRESS +nm_device_wifi_error_quark nm_device_wifi_get_access_point_by_path nm_device_wifi_get_access_points nm_device_wifi_get_active_access_point @@ -372,13 +420,16 @@ nm_device_wifi_get_type <TITLE>NMDeviceWimax</TITLE> NMDeviceWimax NMDeviceWimaxClass +NMDeviceWimaxError NM_DEVICE_WIMAX_ACTIVE_NSP NM_DEVICE_WIMAX_BSID NM_DEVICE_WIMAX_CENTER_FREQUENCY NM_DEVICE_WIMAX_CINR +NM_DEVICE_WIMAX_ERROR NM_DEVICE_WIMAX_HW_ADDRESS NM_DEVICE_WIMAX_RSSI NM_DEVICE_WIMAX_TX_POWER +nm_device_wimax_error_quark nm_device_wimax_get_active_nsp nm_device_wimax_get_bsid nm_device_wimax_get_center_frequency @@ -436,70 +487,38 @@ nm_dhcp6_config_get_type </SECTION> <SECTION> -<FILE>nm-exported-connection-bindings</FILE> -DBUS_GLIB_CLIENT_WRAPPERS_org_freedesktop_NetworkManagerSettings_Connection -DBUS_GLIB_CLIENT_WRAPPERS_org_freedesktop_NetworkManagerSettings_Connection_Secrets -dbus_g_proxy_begin_call -org_freedesktop_NetworkManagerSettings_Connection_Secrets_get_secrets -org_freedesktop_NetworkManagerSettings_Connection_Secrets_get_secrets_async -org_freedesktop_NetworkManagerSettings_Connection_Secrets_get_secrets_async_callback -org_freedesktop_NetworkManagerSettings_Connection_Secrets_get_secrets_reply -org_freedesktop_NetworkManagerSettings_Connection_delete -org_freedesktop_NetworkManagerSettings_Connection_delete_async -org_freedesktop_NetworkManagerSettings_Connection_delete_async_callback -org_freedesktop_NetworkManagerSettings_Connection_delete_reply -org_freedesktop_NetworkManagerSettings_Connection_get_settings -org_freedesktop_NetworkManagerSettings_Connection_get_settings_async -org_freedesktop_NetworkManagerSettings_Connection_get_settings_async_callback -org_freedesktop_NetworkManagerSettings_Connection_get_settings_reply -org_freedesktop_NetworkManagerSettings_Connection_update -org_freedesktop_NetworkManagerSettings_Connection_update_async -org_freedesktop_NetworkManagerSettings_Connection_update_async_callback -org_freedesktop_NetworkManagerSettings_Connection_update_reply -</SECTION> - -<SECTION> -<FILE>nm-exported-connection-glue</FILE> -dbus_glib_marshal_nm_exported_connection_BOOLEAN__POINTER_POINTER -dbus_glib_marshal_nm_exported_connection_NONE__BOXED_POINTER -dbus_glib_marshal_nm_exported_connection_NONE__POINTER -dbus_glib_marshal_nm_exported_connection_NONE__STRING_BOXED_BOOLEAN_POINTER -dbus_glib_marshal_nm_exported_connection_VOID__BOXED_POINTER -dbus_glib_marshal_nm_exported_connection_VOID__POINTER -dbus_glib_marshal_nm_exported_connection_VOID__STRING_BOXED_BOOLEAN_POINTER -dbus_glib_nm_exported_connection_object_info -g_marshal_value_peek_boolean -g_marshal_value_peek_boxed -g_marshal_value_peek_char -g_marshal_value_peek_double -g_marshal_value_peek_enum -g_marshal_value_peek_flags -g_marshal_value_peek_float -g_marshal_value_peek_int -g_marshal_value_peek_int64 -g_marshal_value_peek_long -g_marshal_value_peek_object -g_marshal_value_peek_param -g_marshal_value_peek_pointer -g_marshal_value_peek_string -g_marshal_value_peek_uchar -g_marshal_value_peek_uint -g_marshal_value_peek_uint64 -g_marshal_value_peek_ulong -g_marshal_value_peek_variant -</SECTION> - -<SECTION> <FILE>nm-glib-enum-types</FILE> <SUBSECTION Standard> NM_TYPE_CLIENT_PERMISSION NM_TYPE_CLIENT_PERMISSION_RESULT +NM_TYPE_DEVICE_ADSL_ERROR +NM_TYPE_DEVICE_BOND_ERROR +NM_TYPE_DEVICE_BT_ERROR +NM_TYPE_DEVICE_ETHERNET_ERROR +NM_TYPE_DEVICE_INFINIBAND_ERROR +NM_TYPE_DEVICE_MODEM_ERROR +NM_TYPE_DEVICE_OLPC_MESH_ERROR +NM_TYPE_DEVICE_VLAN_ERROR +NM_TYPE_DEVICE_WIFI_ERROR +NM_TYPE_DEVICE_WIMAX_ERROR +NM_TYPE_OBJECT_ERROR NM_TYPE_REMOTE_SETTINGS_ERROR NM_TYPE_SECRET_AGENT_ERROR NM_TYPE_SECRET_AGENT_GET_SECRETS_FLAGS NM_TYPE_WIMAX_NSP_NETWORK_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_bt_error_get_type +nm_device_ethernet_error_get_type +nm_device_infiniband_error_get_type +nm_device_modem_error_get_type +nm_device_olpc_mesh_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_settings_error_get_type nm_secret_agent_error_get_type nm_secret_agent_get_secrets_flags_get_type @@ -566,8 +585,11 @@ nm_ip6_config_get_type <TITLE>NMObject</TITLE> NMObject NMObjectClass +NMObjectError NM_OBJECT_DBUS_CONNECTION NM_OBJECT_DBUS_PATH +NM_OBJECT_ERROR +nm_object_error_quark nm_object_get_connection nm_object_get_path <SUBSECTION Standard> @@ -651,9 +673,11 @@ NMSecretAgentSaveSecretsFunc NM_SECRET_AGENT_AUTO_REGISTER NM_SECRET_AGENT_ERROR NM_SECRET_AGENT_IDENTIFIER +NM_SECRET_AGENT_REGISTERED NM_SECRET_AGENT_REGISTRATION_RESULT nm_secret_agent_delete_secrets nm_secret_agent_error_quark +nm_secret_agent_get_registered nm_secret_agent_get_secrets nm_secret_agent_register nm_secret_agent_save_secrets @@ -669,50 +693,6 @@ nm_secret_agent_get_type </SECTION> <SECTION> -<FILE>nm-secret-agent-glue</FILE> -dbus_glib_marshal_nm_secret_agent_NONE__BOXED_BOXED_POINTER -dbus_glib_marshal_nm_secret_agent_NONE__BOXED_BOXED_STRING_BOXED_UINT_POINTER -dbus_glib_marshal_nm_secret_agent_NONE__BOXED_STRING_POINTER -dbus_glib_marshal_nm_secret_agent_VOID__BOXED_BOXED_POINTER -dbus_glib_marshal_nm_secret_agent_VOID__BOXED_BOXED_STRING_BOXED_UINT_POINTER -dbus_glib_marshal_nm_secret_agent_VOID__BOXED_STRING_POINTER -dbus_glib_nm_secret_agent_object_info -g_marshal_value_peek_boolean -g_marshal_value_peek_boxed -g_marshal_value_peek_char -g_marshal_value_peek_double -g_marshal_value_peek_enum -g_marshal_value_peek_flags -g_marshal_value_peek_float -g_marshal_value_peek_int -g_marshal_value_peek_int64 -g_marshal_value_peek_long -g_marshal_value_peek_object -g_marshal_value_peek_param -g_marshal_value_peek_pointer -g_marshal_value_peek_string -g_marshal_value_peek_uchar -g_marshal_value_peek_uint -g_marshal_value_peek_uint64 -g_marshal_value_peek_ulong -g_marshal_value_peek_variant -</SECTION> - -<SECTION> -<FILE>nm-settings-system-bindings</FILE> -DBUS_GLIB_CLIENT_WRAPPERS_org_freedesktop_NetworkManagerSettings_System -dbus_g_proxy_begin_call -org_freedesktop_NetworkManagerSettings_System_get_permissions -org_freedesktop_NetworkManagerSettings_System_get_permissions_async -org_freedesktop_NetworkManagerSettings_System_get_permissions_async_callback -org_freedesktop_NetworkManagerSettings_System_get_permissions_reply -org_freedesktop_NetworkManagerSettings_System_save_hostname -org_freedesktop_NetworkManagerSettings_System_save_hostname_async -org_freedesktop_NetworkManagerSettings_System_save_hostname_async_callback -org_freedesktop_NetworkManagerSettings_System_save_hostname_reply -</SECTION> - -<SECTION> <FILE>nm-types</FILE> <SUBSECTION Standard> NM_TYPE_IP6_ADDRESS_ARRAY @@ -773,7 +753,9 @@ nm_vpn_plugin_error_quark nm_vpn_plugin_failure nm_vpn_plugin_get_connection nm_vpn_plugin_get_state +nm_vpn_plugin_set_config nm_vpn_plugin_set_ip4_config +nm_vpn_plugin_set_ip6_config nm_vpn_plugin_set_login_banner nm_vpn_plugin_set_state <SUBSECTION Standard> |