Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
squeekboard
Commits
453c3fee
Commit
453c3fee
authored
Feb 02, 2011
by
Daiki Ueno
Browse files
Make EekLayout abstract.
parent
d7c9626d
Changes
1
Hide whitespace changes
Inline
Side-by-side
eek/eek-layout.c
View file @
453c3fee
...
...
@@ -33,7 +33,7 @@
#include "eek-layout.h"
#include "eek-keyboard.h"
G_DEFINE_TYPE
(
EekLayout
,
eek_layout
,
G_TYPE_OBJECT
);
G_DEFINE_
ABSTRACT_
TYPE
(
EekLayout
,
eek_layout
,
G_TYPE_OBJECT
);
static
void
eek_layout_class_init
(
EekLayoutClass
*
klass
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment