OSDN Git Service

plugins: Get rid of gint
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Wed, 1 May 2013 05:27:58 +0000 (02:27 -0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Wed, 1 May 2013 06:08:56 +0000 (09:08 +0300)
commit6f4bdbef1ec5decd78166ce94180835d894123dc
tree98e1288a30ccefb657668a3df0d38f866abf61e8
parent65878a7806b7c1ae5545971d09b511a8f06ab419
plugins: 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.
plugins/gatt-example.c