mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 19:18:00 +02:00
device: hide nm_device_factory_get_supported_types() function
The simple link-types/setting-types mechanism doesn't really cut it because for the bluetooth NAP connection.type is "bluetooth", but it shall be primarily handled by the bridge factory. It's internal API that allows for a basic matching of the factory. It is however not sophisticated enough for the full complexity. Make it as internal API only.
This commit is contained in:
parent
88c2ccfb4c
commit
c292f3ed85
2 changed files with 1 additions and 5 deletions
|
|
@ -60,7 +60,7 @@ nm_device_factory_emit_component_added (NMDeviceFactory *factory, GObject *compo
|
|||
return consumed;
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
nm_device_factory_get_supported_types (NMDeviceFactory *factory,
|
||||
const NMLinkType **out_link_types,
|
||||
const char *const**out_setting_types)
|
||||
|
|
|
|||
|
|
@ -178,10 +178,6 @@ typedef NMDeviceFactory * (*NMDeviceFactoryCreateFunc) (GError **error);
|
|||
|
||||
/*****************************************************************************/
|
||||
|
||||
void nm_device_factory_get_supported_types (NMDeviceFactory *factory,
|
||||
const NMLinkType **out_link_types,
|
||||
const char *const**out_setting_types);
|
||||
|
||||
const char *nm_device_factory_get_connection_parent (NMDeviceFactory *factory,
|
||||
NMConnection *connection);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue