Check if the server is active.

This commit is contained in:
Daiki Ueno
2011-03-03 12:12:52 +09:00
parent cfd33921a1
commit b8a01d794e
6 changed files with 196 additions and 18 deletions

View File

@ -66,10 +66,11 @@ struct _EekboardContextClass {
guint keycode);
void (*key_released) (EekboardContext *self,
guint keycode);
void (*destroyed) (EekboardContext *self);
/*< private >*/
/* padding */
gpointer pdummy[24];
gpointer pdummy[23];
};
GType eekboard_context_get_type (void) G_GNUC_CONST;