mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-27 12:30:22 +01:00
nm-connection-editor (and presumably the Control Center) expects the nm_vpn_editor_plugin_factory() to fail if the editor plugin (the thing that goes into the *-gnome subpackage in Fedora) is not installed. However, factory() never fails, because the plugin is checked for existence only when get_editor() is called. |
||
|---|---|---|
| .. | ||
| tests | ||
| meson.build | ||
| nm-compat.c | ||
| nm-compat.h | ||
| nm-vpn-editor-plugin-call.h | ||
| nm-vpn-plugin-utils.c | ||
| nm-vpn-plugin-utils.h | ||
| README.md | ||
contrib
This directories contains miscellaneous helpers. This code is not actually used anywhere in our source tree (beside unit tests).
The purpose is that a external libnm/NetworkManager user can copy+paste these helpers into their source three. This code should act as an example but also be directly usable by copying.