eekboard-context-service: Drop private struct

There's no point having it for a final type and it only
makes the code harder to read.
This commit is contained in:
Guido Günther
2020-09-11 18:53:22 +02:00
parent 53f30324f0
commit 07faf906d8
2 changed files with 14 additions and 20 deletions

View File

@ -35,7 +35,6 @@ G_BEGIN_DECLS
#define EEKBOARD_TYPE_CONTEXT_SERVICE (eekboard_context_service_get_type())
typedef struct _EekboardContextServicePrivate EekboardContextServicePrivate;
G_DECLARE_FINAL_TYPE(EekboardContextService, eekboard_context_service, EEKBOARD, CONTEXT_SERVICE, GObject)
EekboardContextService *eekboard_context_service_new(struct squeek_layout_state *state);