2010/5/27 Denis Kenzior <denkenz(a)gmail.com>:
> +static bool mtc_state_cb(GIsiClient *client, const void
*restrict data,
> + size_t len, uint16_t object, void *opaque)
We don't use bools in oFono, please fix this to use gboolean or an int.
Huh?
int ofono_modem_set_boolean(struct ofono_modem *modem,
const char *key, bool value);
bool ofono_modem_get_boolean(struct ofono_modem *modem, const char *key);
There are also some inconsistent usage of ofono_bool_t and
dbus_bool_t, mostly they are assumed to be the same type.
--
Pekka.Pessi mail at
nokia.com