OSDN Git Service

heartrate: Get rid of gint
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Wed, 1 May 2013 05:28:04 +0000 (02:28 -0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Wed, 1 May 2013 06:08:57 +0000 (09:08 +0300)
commitf73959c6fa2714998ad215dc961c930cd96c5928
tree650af219666fd5544af9518283bee1680f913643
parent83a0806cbe4e4e3d6fa1283afdd368c62341146a
heartrate: Get rid of gint

Use plain int instead of gint. In glib gint is always a typedef to int,
so it's safe to use it even for callbacks with glib.
profiles/heartrate/heartrate.c