NetworkManager/src/bluez-manager
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
..
Makefile.am Use glib-mkenums to generate enum types 2012-02-15 11:42:15 -05:00
nm-bluez-adapter.c bt-manager: update logging 2010-04-06 17:16:45 -07:00
nm-bluez-adapter.h bluetooth: add bluetooth manager 2009-05-13 21:32:56 -04:00
nm-bluez-common.h bluetooth: ask Bluez to connect/disconnect from remote device when appropriate 2009-05-14 19:17:56 -04:00
nm-bluez-device.c trivial: let g_free and g_strdup handle NULL (bgo #644763) 2011-03-15 00:08:58 -05:00
nm-bluez-device.h bluetooth: create NMDeviceBt objects for configured Bluez devices 2009-05-14 13:59:03 -04:00
nm-bluez-manager.c bluetooth: ignore "No such adapter" warnings when bluetooth is inactive 2011-12-12 14:06:22 -06:00
nm-bluez-manager.h bluetooth: create NMDeviceBt objects for configured Bluez devices 2009-05-14 13:59:03 -04:00