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

@ -491,11 +491,8 @@ server_context_service_init (ServerContextService *context)
}
ServerContextService *
server_context_service_new (const gchar *client_name,
const gchar *object_path)
server_context_service_new ()
{
return g_object_new (SERVER_TYPE_CONTEXT_SERVICE,
"client-name", client_name,
"object-path", object_path,
NULL);
}