mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-03 23:00:28 +01:00
docs: more docs fixups
Include NMSecretAgent too
This commit is contained in:
parent
97053ccb8c
commit
de0101b20f
2 changed files with 5 additions and 2 deletions
|
|
@ -30,6 +30,7 @@
|
|||
<xi:include href="xml/nm-remote-connection.xml"/>
|
||||
<xi:include href="xml/nm-remote-settings.xml"/>
|
||||
<xi:include href="xml/nm-types.xml"/>
|
||||
<xi:include href="xml/nm-secret-agent.xml"/>
|
||||
<xi:include href="xml/nm-vpn-connection.xml"/>
|
||||
<xi:include href="xml/nm-vpn-plugin.xml"/>
|
||||
<xi:include href="xml/nm-vpn-plugin-ui-interface.xml"/>
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
#include <nm-device-wifi.h>
|
||||
#include <nm-device-modem.h>
|
||||
#include <nm-device-bt.h>
|
||||
#include <nm-device-wimax.h>
|
||||
#include <nm-access-point.h>
|
||||
#include <nm-ip4-config.h>
|
||||
#include <nm-ip6-config.h>
|
||||
|
|
@ -12,8 +13,8 @@
|
|||
#include <nm-dhcp4-config.h>
|
||||
#include <nm-dhcp6-config.h>
|
||||
#include <nm-remote-settings.h>
|
||||
#include <nm-exported-connection.h>
|
||||
#include <nm-remote-connection.h>
|
||||
#include <nm-secret-agent.h>
|
||||
#include <nm-vpn-connection.h>
|
||||
|
||||
nm_client_get_type
|
||||
|
|
@ -23,6 +24,7 @@ nm_device_ethernet_get_type
|
|||
nm_device_wifi_get_type
|
||||
nm_device_modem_get_type
|
||||
nm_device_bt_get_type
|
||||
nm_device_wimax_get_type
|
||||
nm_access_point_get_type
|
||||
nm_ip4_config_get_type
|
||||
nm_ip6_config_get_type
|
||||
|
|
@ -30,7 +32,7 @@ nm_active_connection_get_type
|
|||
nm_dhcp4_config_get_type
|
||||
nm_dhcp6_config_get_type
|
||||
nm_remote_settings_get_type
|
||||
nm_exported_connection_get_type
|
||||
nm_remote_connection_get_type
|
||||
nm_secret_agent_get_type
|
||||
nm_vpn_connection_get_type
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue