Commit Graph

9 Commits

Author SHA1 Message Date
Marcel Holtmann
42e7929567 profiles: Remove the total silly usage of gchar and replace it with char 2013-01-04 12:23:54 -08:00
Johan Hedberg
b8779d2202 Revert "Ensure config.h is included by using CPPFLAGS"
This reverts commit 8a03376544.

The patch needs to be split up and the gdbus/ changes were bogus
compared to the original commit message.

Conflicts:
	Makefile.am
	Makefile.obexd
	profiles/cyclingspeed/cyclingspeed.c
	profiles/heartrate/heartrate.c
	src/error.c
2012-12-07 12:46:04 +02:00
Lucas De Marchi
aa77b0bea9 Use the entire include path for gdbus.h 2012-12-05 17:23:03 +02:00
Lucas De Marchi
8a03376544 Ensure config.h is included by using CPPFLAGS
Instead of trying to include config.h in each file over the tree and
possibly forgetting to include it, give a "-include config.h" argument
to the compiler so it's guaranteed that a) it will be included for all
source files and b) it will be the first header included.

gdbus/ directory is left out, since it would break other projects using
it.
2012-12-05 17:18:07 +02:00
Mikel Astiz
a163324e1a dbus: Rename to org.bluez.Adapter1
Trivially add the numbering suffix to org.bluez.Adapter according to
the proposal for BlueZ 5.
2012-12-05 16:41:33 +02:00
Mikel Astiz
88b483b154 dbus: Rename to org.bluez.Device1
Trivially add the numbering suffix to org.bluez.Device according to
the proposal for BlueZ 5.
2012-12-05 16:41:30 +02:00
Mikel Astiz
e5fa4dd5e8 cups: Remove unnecessary code
The adapter is always known so the code to handle the NULL case is not
needed.
2012-12-05 16:39:20 +02:00
Syam Sidhardhan
7cc3243d86 cups: Free D-Bus error
If D-Bus error is set we should free it.
2012-09-17 16:49:43 +03:00
Gustavo Padovan
5e318d38bf cups: move it to profiles folder 2012-07-10 08:19:16 -03:00