OSDN Git Service

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