Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar

This commit is contained in:
Marco Pesenti Gritti
2007-08-29 20:35:30 +02:00
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -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)
+3
View File
@@ -88,3 +88,6 @@ def mounts():
def get_unique_values(key):
return _get_data_store().get_uniquevaluesfor(key, dbus.Dictionary({}, signature='ss'))
def complete_indexing():
return _get_data_store().complete_indexing()