[Zeitgeist] [Bug 462890] Re: Add engine version identifier and expose this ID over the DBus API

2009-10-29 Thread Launchpad Bug Tracker
** Branch linked: lp:~thekorn/zeitgeist/dbus.properties -- Add engine version identifier and expose this ID over the DBus API https://bugs.launchpad.net/bugs/462890 You received this bug notification because you are a member of Zeitgeist-Engine, which is the registrant for Zeitgeist Engine. Stat

[Zeitgeist] [Bug 462890] Re: Add engine version identifier and expose this ID over the DBus API

2009-10-29 Thread Markus Korn
I implemented a Properties interface in lp:~thekorn/zeitgeist/dbus.properties The 'version' property is a read-only property which returns a version tuple. Example usage: >>> from zeitgeist.dbusutils import DBusInterface >>> iface = DBusInterface() >>> iface.version() dbus.Struct((dbus.Int32(0),

[Zeitgeist] [Bug 462890] Re: Add engine version identifier and expose this ID over the DBus API

2009-10-29 Thread Markus Korn
Targeted to 0.3, because of the to be expected API change. ** Changed in: zeitgeist Assignee: (unassigned) => Markus Korn (thekorn) ** Changed in: zeitgeist Status: New => In Progress ** Changed in: zeitgeist Milestone: None => 0.3 -- Add engine version identifier and expose th

[Zeitgeist] [Bug 462890] Re: Add engine version identifier and expose this ID over the DBus API

2009-10-29 Thread Mikkel Kamstrup Erlandsen
I think it looks really good. Easy to extend with new properties, readable, as well as writable. You should propose the branch for a merge. -- Add engine version identifier and expose this ID over the DBus API https://bugs.launchpad.net/bugs/462890 You received this bug notification because you a