OSDN Git Service

gobex: Get rid of gint
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Wed, 1 May 2013 05:27:56 +0000 (02:27 -0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Wed, 1 May 2013 06:04:21 +0000 (09:04 +0300)
commitc1e4e183b5e8590651064655a38298966a71ca74
tree7c0ca28bb93e830b99596240f8587220d3f86b12
parent45abbe7b9a51f3ccd085a3025c72ce3e9b5b9f86
gobex: 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.
gobex/gobex.c
gobex/gobex.h