Il giorno mer, 10/11/2010 alle 21.09 +0100, Frederik Sdun ha scritto: > Am Mittwoch, den 10.11.2010, 07:38 +0000 schrieb > porting opimd to vala should be happen during the transisition to gdbus, > which is mandatory for opimd. opimd uses tuples/hashtables in value, > which cannot be de-/serialized with current glib value implementation.
Yes in fact that's true. However the base backend can be ported (and I did that) also without gdbus: the glib-dbus implementation doesn't support complex structures (like hashtables or non-string arrays) but is enough for the basic support. And for the record, Mickey is already porting the current cornucopia to gdbus, and writing new modules using gdbus was just possible (since vala-dbus-binding-tool supported it since some time). _______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
