OSDN Git Service

thermometer: Get rid of gint
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Wed, 1 May 2013 05:28:07 +0000 (02:28 -0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Wed, 1 May 2013 06:08:57 +0000 (09:08 +0300)
commitde7e3aaa90008388ecb49b0079085911cc81414f
tree316b9abc86cf8931e4a80ace6f2717e2505bb6f4
parent2c07233a8d0e5debcbfebc6599046ed7069e7b49
thermometer: 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/thermometer/thermometer.c