Removed d-bus paths from service class

This commit is contained in:
Dorota Czaplejewicz
2019-06-22 15:40:20 +00:00
parent f1fbb37547
commit d6feec8010
6 changed files with 8 additions and 66 deletions

View File

@ -208,7 +208,7 @@ eekboard_service_constructed (GObject *object)
EekboardContextService *context;
g_assert (klass->create_context);
context = klass->create_context (service, "client_name", "object_path");
context = klass->create_context (service);
g_object_set_data_full (G_OBJECT(context),
"owner", g_strdup ("sender"),
(GDestroyNotify)g_free);