NetworkManager/src/settings
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
..
plugins ifnet: remove system prefix 2012-03-09 12:46:49 -06:00
tests build: fix srcdir != builddir 2012-01-09 14:20:36 -06:00
Makefile.am build: fix srcdir != builddir for new generated headers 2012-02-22 16:27:28 -06:00
nm-agent-manager.c Use glib-mkenums to generate enum types 2012-02-15 11:42:15 -05:00
nm-agent-manager.h Fix names of error enum values 2012-03-12 15:29:52 -04:00
nm-default-wired-connection.c settings: fix refcount mismatch (bgo #647066) 2011-04-19 00:23:43 -05:00
nm-default-wired-connection.h settings: name the default wired connection "Wired connection x" 2011-03-27 16:57:14 -05:00
nm-inotify-helper.c logging: LOGD_SYS_SET -> LOGD_SETTINGS 2010-12-10 12:32:22 -06:00
nm-inotify-helper.h settings: system-settings -> settings 2010-10-27 20:22:14 -05:00
nm-secret-agent.c agents: store agent permissions for later 2011-07-01 15:38:38 -05:00
nm-secret-agent.h agents: store agent permissions for later 2011-07-01 15:38:38 -05:00
nm-settings-connection.c core: flush timestamp cache to disk only on activate/deactivate 2012-02-17 09:49:35 -06:00
nm-settings-connection.h core: flush timestamp cache to disk only on activate/deactivate 2012-02-17 09:49:35 -06:00
nm-settings-error.c Use glib-mkenums to generate enum types 2012-02-15 11:42:15 -05:00
nm-settings-error.h Fix names of error enum values 2012-03-12 15:29:52 -04:00
nm-settings-utils.c settings: fix getting default wired connection name with no connections 2011-03-30 12:02:50 -05:00
nm-settings-utils.h settings: fix getting default wired connection name with no connections 2011-03-30 12:02:50 -05:00
nm-settings.c core: const-ify nm_device_wired_get_hwaddr() 2012-02-23 00:03:50 -06:00
nm-settings.h settings: add nm_settings_get_connection_by_uuid() 2012-02-09 17:10:44 -06:00
nm-system-config-interface.c build: fix return types (bgo #644665) 2011-03-14 01:05:51 -05:00
nm-system-config-interface.h settings: pass config file name to settings plugins 2011-11-16 08:56:29 +01:00