mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 13:08:10 +02:00
docs: libnm-glib docs fixes for recent additions
This commit is contained in:
parent
a10a8be7c3
commit
d3e37c2b9d
1 changed files with 8 additions and 0 deletions
|
|
@ -6,6 +6,10 @@
|
||||||
#include <nm-device-modem.h>
|
#include <nm-device-modem.h>
|
||||||
#include <nm-device-bt.h>
|
#include <nm-device-bt.h>
|
||||||
#include <nm-device-wimax.h>
|
#include <nm-device-wimax.h>
|
||||||
|
#include <nm-device-olpc-mesh.h>
|
||||||
|
#include <nm-device-infiniband.h>
|
||||||
|
#include <nm-device-bond.h>
|
||||||
|
#include <nm-device-vlan.h>
|
||||||
#include <nm-access-point.h>
|
#include <nm-access-point.h>
|
||||||
#include <nm-ip4-config.h>
|
#include <nm-ip4-config.h>
|
||||||
#include <nm-ip6-config.h>
|
#include <nm-ip6-config.h>
|
||||||
|
|
@ -25,6 +29,10 @@ nm_device_wifi_get_type
|
||||||
nm_device_modem_get_type
|
nm_device_modem_get_type
|
||||||
nm_device_bt_get_type
|
nm_device_bt_get_type
|
||||||
nm_device_wimax_get_type
|
nm_device_wimax_get_type
|
||||||
|
nm_device_olpc_mesh_get_type
|
||||||
|
nm_device_infiniband_get_type
|
||||||
|
nm_device_bond_get_type
|
||||||
|
nm_device_vlan_get_type
|
||||||
nm_wimax_nsp_get_type
|
nm_wimax_nsp_get_type
|
||||||
nm_access_point_get_type
|
nm_access_point_get_type
|
||||||
nm_ip4_config_get_type
|
nm_ip4_config_get_type
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue