Jaroslav Barton píše v So 28. 03. 2009 v 12:54 +0100:
> Hi all,
> 
> I have got error while using fprind D-Bus daemon from Qt application:
> 
> Invalid D-BUS member name 'scan-type' found in interface
> 'net.reactivated.Fprint.Device' while parsing introspection
> 
> Invalid D-BUS member name 'num-enroll-stages' found in interface
> 'net.reactivated.Fprint.Device' while parsing introspection
> 
> Modified version of fprintd D-Bus daemon with "scan-type" modified to
> scantype and "num-enroll-stages" to "numenrollstages" works OK. Is it
> bug in Qt implementation of D-Bus (Qt doesnt like dash in property
> name...)?


Hmm, 

Qt has name restriction described with that regexp

        [a-zA-Z_][a-zA-Z0-9_]*

Found at:
http://cep.xor.aps.anl.gov/software/qt4-x11-4.2.2-browser/d8/d16/namespace_q_d_bus_util.html#b797d350db3cb79d902da36818cda1bd

Sou, may be dashes replaced by underscores?

> 
> Cheers
-- 
Jaroslav Bartoň,
Student VUT FIT

_______________________________________________
fprint mailing list
[email protected]
http://lists.reactivated.net/mailman/listinfo/fprint

Reply via email to