NetworkManager/src/logging
Dan Winship 54ef8f3224 Fix names of error enum values
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".)
2012-03-12 15:29:52 -04:00
..
Makefile.am logging: logger needs -ldl for dladdr() 2010-04-19 16:56:50 -07:00
nm-logging.c Use glib-mkenums to generate enum types 2012-02-15 11:42:15 -05:00
nm-logging.h Fix names of error enum values 2012-03-12 15:29:52 -04:00