comparison src/bridge/bridge_constructor/bridge_contructor.py @ 378:3646f6b9adb6

bridge constructor: added missing dbus_xml_template.xml + renamed ContactT in Contact for Qt annotations
author Goffi <goffi@goffi.org>
date Sun, 14 Aug 2011 18:06:14 +0200
parents aa2cd6639e00
children 6c167a2e04b8
comparison
equal deleted inserted replaced
377:aa2cd6639e00 378:3646f6b9adb6
495 Constructor.__init__(self, bridge_template, options) 495 Constructor.__init__(self, bridge_template, options)
496 496
497 self.template="dbus_xml_template.xml" 497 self.template="dbus_xml_template.xml"
498 self.core_dest="org.goffi.sat.xml" 498 self.core_dest="org.goffi.sat.xml"
499 self.default_annotation = { 'a{ss}': 'StringDict', 499 self.default_annotation = { 'a{ss}': 'StringDict',
500 'a(sa{ss}as)': 'QList<ContactT>', 500 'a(sa{ss}as)': 'QList<Contact>',
501 'a{i(ss)}': 'HistoryT', 501 'a{i(ss)}': 'HistoryT',
502 'a(sss)': 'QList<MenuT>', 502 'a(sss)': 'QList<MenuT>',
503 'a{sa{s(sia{ss})}}': 'PresenceStatusT', 503 'a{sa{s(sia{ss})}}': 'PresenceStatusT',
504 'a{sa{ss}}': 'ActionResultExtDataT', 504 'a{sa{ss}}': 'ActionResultExtDataT',
505 } 505 }