Hi Pekka, > 2010/5/27 Denis Kenzior : > >> +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); Then that is a bug and needs to be fixed to use ofono_bool_t. Things do sometimes fall through the cracks... > > There are also some inconsistent usage of ofono_bool_t and > dbus_bool_t, mostly they are assumed to be the same type. > Patches are welcome. Regards, -Denis