Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSascha Silbe <sascha-pgp@silbe.org>2011-05-22 22:33:55 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2011-08-22 14:12:11 (GMT)
commit028e410af82b407a48f6c6b676d026f6c24077f9 (patch)
tree9057f7e23688b0b6995a5ec188ff85d2f7e5757e /bin
parentb0e6e213cb5179ff3c3cd1bb0f6d08dda4b1d5d3 (diff)
start implementing native API
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gdatastore-service1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/gdatastore-service b/bin/gdatastore-service
index d065f3a..8899fe0 100755
--- a/bin/gdatastore-service
+++ b/bin/gdatastore-service
@@ -56,6 +56,7 @@ def main():
bus = dbus.SessionBus()
internal_api = datastore.InternalApi(BASE_DIR)
dbus_api_sugar_v2 = datastore.DBusApiSugarV2(internal_api)
+ dbus_api_native_v1 = datastore.DBusApiNativeV1(internal_api)
mainloop = gobject.MainLoop()
bus.set_exit_on_disconnect(False)