libeek: add padding for ABI compatibility

This commit is contained in:
Daiki Ueno
2010-06-21 06:23:02 +09:00
parent 8b118ce1a0
commit 5ee1775958
13 changed files with 52 additions and 0 deletions

View File

@ -77,6 +77,10 @@ struct _EekKeyboardClass
EekKey *(* find_key_by_keycode) (EekKeyboard *self,
guint keycode);
void (* realize) (EekKeyboard *self);
/*< private >*/
/* padding */
gpointer pdummy[24];
};
GType eek_keyboard_get_type (void) G_GNUC_CONST;