> 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?
Hi, I found D-Bus specification: http://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-names Where hyphen is allowed only for bus names. Allowed member names (citation): Member names Member (i.e. method or signal) names: * Must only contain the ASCII characters "[A-Z][a-z][0-9]_" and may not begin with a digit. * Must not contain the '.' (period) character. * Must not exceed the maximum name length. * Must be at least 1 byte in length. So "scan-type" should be renamed to "scan_type" and "num-enroll-stages" to "num_enroll_stages" ? > > > Cheers -- Jaroslav Bartoň, Student VUT FIT _______________________________________________ fprint mailing list [email protected] http://lists.reactivated.net/mailman/listinfo/fprint
