Hi John, On 12/21/2015 04:10 AM, John Ernberg wrote: > From: John Ernberg > > This matches the behavior described by the documentation and the signal > value described in the introspection. This was causing a headache when > using stricter D-Bus wrappers like dbus-c++. > --- > src/gprs.c | 20 +++++++++++++++++--- > 1 file changed, 17 insertions(+), 3 deletions(-) > Hmm, this appears to be a bug in the introspection data. The signature should be: "ContextAdded", GDBUS_ARGS({ "path", "o" }, { "properties", "a{sv}" }) similar to how MessageManager.MessageAdded is done. Regards, -Denis