mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-18 07:18:32 +02:00
docs: add ADSL setting to API specs
This commit is contained in:
parent
6eaa232865
commit
c43772a854
1 changed files with 3 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
* Boston, MA 02110-1301 USA.
|
||||
*
|
||||
* (C) Copyright 2009 - 2010 Red Hat, Inc.
|
||||
* (C) Copyright 2009 - 2012 Red Hat, Inc.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
@ -30,6 +30,7 @@
|
|||
#include "config.h"
|
||||
|
||||
#include <nm-setting-8021x.h>
|
||||
#include <nm-setting-adsl.h>
|
||||
#include <nm-setting-bluetooth.h>
|
||||
#include <nm-setting-cdma.h>
|
||||
#include <nm-setting-connection.h>
|
||||
|
|
@ -58,6 +59,7 @@ typedef NMSetting* (*SettingNewFunc) (void);
|
|||
|
||||
static SettingNewFunc funcs[] = {
|
||||
nm_setting_802_1x_new,
|
||||
nm_setting_adsl_new,
|
||||
nm_setting_bluetooth_new,
|
||||
nm_setting_bond_new,
|
||||
nm_setting_bridge_new,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue