NetworkManager/src/wimax
Dan Winship 839eab5564 Use glib-mkenums to generate enum types
Rather than generating enum classes by hand (and complaining in each
file that "this should really be standard"), use glib-mkenums.

Unfortunately, we need a very new version of glib-mkenums in order to
deal with NM's naming conventions and to fix a few other bugs, so just
import that into the source tree temporarily.

Also, to simplify the use of glib-mkenums, import Makefile.glib from
https://bugzilla.gnome.org/654395.

To avoid having to run glib-mkenums for every subdirectory of src/,
add a new "generated" directory, and put the generated enums files
there.

Finally, use Makefile.glib for marshallers too, and generate separate
ones for libnm-glib and NetworkManager.
2012-02-15 11:42:15 -05: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 Use glib-mkenums to generate enum types 2012-02-15 11:42:15 -05:00
nm-device-wimax.h Use glib-mkenums to generate enum types 2012-02-15 11:42:15 -05: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