Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/datastore/datastore.py
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-08-29 17:56:43 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-08-29 17:56:43 (GMT)
commit95c5b283c706508c91ef3a635a54d5731ac48f5c (patch)
treef918bbae6fd1b74c3519237a9ad8a55f3f3fb86e /sugar/datastore/datastore.py
parent72b3a3e2e24c5a3ea70f2768de197e4ce442d13e (diff)
Add datastore.complete_indexing() func.
Diffstat (limited to 'sugar/datastore/datastore.py')
-rw-r--r--sugar/datastore/datastore.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/sugar/datastore/datastore.py b/sugar/datastore/datastore.py
index 1fe9cc3..eef8499 100644
--- a/sugar/datastore/datastore.py
+++ b/sugar/datastore/datastore.py
@@ -249,5 +249,8 @@ def unmount(mount_point_id):
def mounts():
return dbus_helpers.mounts()
+def complete_indexing():
+ return dbus_helpers.complete_indexing()
+
def get_unique_values(key):
return dbus_helpers.get_unique_values(key)