mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 23:00:07 +01:00
For some reason, the flags used by o.fd.NM.SecretAgent.GetSecrets were
defined as both NMSecretAgentGetSecretsFlags in
libnm{,-glib}/nm-secret-agent.h, and then separately as
NMSettingsGetSecretsFlags in include/nm-settings-flags.h.
(NMSettingsGetSecretsFlags also had an additional internal-use-only
value, but that was added later after the duplication already
existed.)
Fix this by moving NMSecretAgentGetSecretsFlags from libnm to
nm-dbus-interface.h, adding the internal-use-only value to it as well,
updating the core code to use that, and then removing
nm-settings-flags.h.
9 lines
200 B
Makefile
9 lines
200 B
Makefile
EXTRA_DIST = \
|
|
gsystem-local-alloc.h \
|
|
nm-dbus-glib-types.h \
|
|
nm-glib-compat.h \
|
|
nm-gvaluearray-compat.h \
|
|
nm-test-utils.h \
|
|
nm-utils-internal.h
|
|
|
|
CLEANFILES=nm-version.h
|