~vcs-imports/network-manager/trunk

Viewing all changes in revision 5416.

  • Committer: Dan Winship
  • Date: 2012-03-12 19:29:52 UTC
  • Revision ID: git-v1:54ef8f3224a02aac76623cfa0a7d38c3b3ff7d3e
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".)

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: