NetworkManager/src/wimax
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
..
iwmxsdk.c core: Include <linux/if.h> instead of <net/if.h> 2011-09-30 00:18:24 -05:00
iwmxsdk.h wimax: log connection progress information 2011-09-21 00:30:51 -05:00
Makefile.am Use glib-mkenums to generate enum types 2012-02-15 11:42:15 -05:00
nm-device-wimax.c core: extend nm_device_hwaddr_matches() to match specific addresses 2012-03-01 17:40:17 -06:00
nm-device-wimax.h Fix names of error enum values 2012-03-12 15:29:52 -04:00
nm-wimax-factory.c core: add device factory infrastructure and make WiMAX a plugin 2011-12-02 13:30:08 -06:00
nm-wimax-nsp.c core: use nm_connection_get_setting_<type>() whenever possible 2011-12-06 16:06:43 -06:00
nm-wimax-nsp.h wimax: Implement WiMAX support 2009-12-18 15:41:27 +02:00
nm-wimax-types.h wimax: Implement WiMAX support 2009-12-18 15:41:27 +02:00
nm-wimax-util.c wimax: make WiMAX mostly work 2011-01-03 23:55:38 -06:00
nm-wimax-util.h wimax: make WiMAX mostly work 2011-01-03 23:55:38 -06:00