zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #00052
[Bug 404915] [NEW] Add API method to change annotations of an item
Public bug reported:
It would be nice to have a method in the DBus API to change the
annotations (tags/bookmarked) of an item. The item should be identified
by its URI. Something like this
ChangeAnnotation("file:///boo/bar/test.dat", {"tags": ["one", "two"],
"bookmarked": False})
The 2nd argument must at least contain one item.
** Affects: zeitgeist
Importance: Undecided
Status: New
--
Add API method to change annotations of an item
https://bugs.launchpad.net/bugs/404915
You received this bug notification because you are a member of
Zeitgeist-Engine, which is the registrant for Zeitgeist Engine.
Status in Zeitgeist Engine: New
Bug description:
It would be nice to have a method in the DBus API to change the annotations (tags/bookmarked) of an item. The item should be identified by its URI. Something like this
ChangeAnnotation("file:///boo/bar/test.dat", {"tags": ["one", "two"], "bookmarked": False})
The 2nd argument must at least contain one item.
Follow ups
References