mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 13:28:02 +02:00
docs: add missing ADSL libnm-glib docs
This commit is contained in:
parent
1d7949e66c
commit
15cf00cc0a
2 changed files with 3 additions and 0 deletions
|
|
@ -88,6 +88,7 @@
|
|||
<xi:include href="xml/nm-device-modem.xml"/>
|
||||
<xi:include href="xml/nm-device-bt.xml"/>
|
||||
<xi:include href="xml/nm-device-wimax.xml"/>
|
||||
<xi:include href="xml/nm-device-adsl.xml"/>
|
||||
<xi:include href="xml/nm-device-bond.xml"/>
|
||||
<xi:include href="xml/nm-device-infiniband.xml"/>
|
||||
<xi:include href="xml/nm-device-vlan.xml"/>
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
#include <nm-device-bt.h>
|
||||
#include <nm-device-wimax.h>
|
||||
#include <nm-device-olpc-mesh.h>
|
||||
#include <nm-device-adsl.h>
|
||||
#include <nm-device-infiniband.h>
|
||||
#include <nm-device-bond.h>
|
||||
#include <nm-device-vlan.h>
|
||||
|
|
@ -30,6 +31,7 @@ nm_device_modem_get_type
|
|||
nm_device_bt_get_type
|
||||
nm_device_wimax_get_type
|
||||
nm_device_olpc_mesh_get_type
|
||||
nm_device_adsl_get_type
|
||||
nm_device_infiniband_get_type
|
||||
nm_device_bond_get_type
|
||||
nm_device_vlan_get_type
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue