mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 19:00:16 +01:00
When NM was registering all of its enum types by hand, it was using NamesLikeThis rather than the default names-like-this for the "nick" values. When we switched to using glib-mkenums, this resulted in dbus-glib using different strings for the D-Bus error names, causing compatibility problems. Fix this by using glib-mkenums annotations to manually fix all the enum values back to what they were before. (This can't be done in a more automated way, because the old names aren't 100% consistent. Eg, "UNKNOWN" frequently becomes "UnknownError" rather than just "Unknown".) |
||
|---|---|---|
| .. | ||
| iwmxsdk.c | ||
| iwmxsdk.h | ||
| Makefile.am | ||
| nm-device-wimax.c | ||
| nm-device-wimax.h | ||
| nm-wimax-factory.c | ||
| nm-wimax-nsp.c | ||
| nm-wimax-nsp.h | ||
| nm-wimax-types.h | ||
| nm-wimax-util.c | ||
| nm-wimax-util.h | ||