Separate keyboards from the dbus handler

This commit is contained in:
Dorota Czaplejewicz
2019-06-23 10:59:45 +00:00
parent e94e64d204
commit c0fdffac28
3 changed files with 40 additions and 17 deletions

View File

@ -70,6 +70,7 @@ struct _EekboardServiceClass {
GType eekboard_service_get_type (void) G_GNUC_CONST;
EekboardService * eekboard_service_new (GDBusConnection *connection,
const gchar *object_path);
void eekboard_service_set_context(EekboardService *service,
EekboardContextService *context);
G_END_DECLS
#endif /* EEKBOARD_SERVICE_H */