From 5ee1775958013a4a3e7baa697198feb1499d1fcb Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Mon, 21 Jun 2010 06:23:02 +0900 Subject: [PATCH] libeek: add padding for ABI compatibility --- eek/eek-clutter-drawing-context.h | 4 ++++ eek/eek-clutter-key-actor.h | 4 ++++ eek/eek-clutter-key.h | 4 ++++ eek/eek-clutter-keyboard.h | 4 ++++ eek/eek-clutter-section.h | 4 ++++ eek/eek-container.h | 4 ++++ eek/eek-element.h | 4 ++++ eek/eek-gtk-keyboard.h | 4 ++++ eek/eek-keyboard.h | 4 ++++ eek/eek-layout.h | 4 ++++ eek/eek-section.h | 4 ++++ eek/eek-xkb-layout.h | 4 ++++ eek/eek-xkl-layout.h | 4 ++++ 13 files changed, 52 insertions(+) diff --git a/eek/eek-clutter-drawing-context.h b/eek/eek-clutter-drawing-context.h index 2da5bc79..70d8afe8 100644 --- a/eek/eek-clutter-drawing-context.h +++ b/eek/eek-clutter-drawing-context.h @@ -51,6 +51,10 @@ struct _EekClutterDrawingContextClass { /*< private >*/ GInitiallyUnownedClass parent_class; + + /*< private >*/ + /* padding */ + gpointer pdummy[24]; }; GType eek_clutter_drawing_context_get_type diff --git a/eek/eek-clutter-key-actor.h b/eek/eek-clutter-key-actor.h index 38f8cb62..5b9a7924 100644 --- a/eek/eek-clutter-key-actor.h +++ b/eek/eek-clutter-key-actor.h @@ -53,6 +53,10 @@ struct _EekClutterKeyActorClass /* signals */ void (* pressed) (EekClutterKeyActor *self); void (* released) (EekClutterKeyActor *self); + + /*< private >*/ + /* padding */ + gpointer pdummy[24]; }; GType eek_clutter_key_actor_get_type diff --git a/eek/eek-clutter-key.h b/eek/eek-clutter-key.h index bf7e738b..58c13edc 100644 --- a/eek/eek-clutter-key.h +++ b/eek/eek-clutter-key.h @@ -49,6 +49,10 @@ struct _EekClutterKeyClass { /*< private >*/ EekKeyClass parent_class; + + /*< private >*/ + /* padding */ + gpointer pdummy[24]; }; GType eek_clutter_key_get_type (void) G_GNUC_CONST; diff --git a/eek/eek-clutter-keyboard.h b/eek/eek-clutter-keyboard.h index a12bd5b1..e321f9a3 100644 --- a/eek/eek-clutter-keyboard.h +++ b/eek/eek-clutter-keyboard.h @@ -47,6 +47,10 @@ struct _EekClutterKeyboardClass { /*< private >*/ EekKeyboardClass parent_class; + + /*< private >*/ + /* padding */ + gpointer pdummy[24]; }; GType eek_clutter_keyboard_get_type (void) G_GNUC_CONST; diff --git a/eek/eek-clutter-section.h b/eek/eek-clutter-section.h index 355e8200..f8d29d86 100644 --- a/eek/eek-clutter-section.h +++ b/eek/eek-clutter-section.h @@ -48,6 +48,10 @@ struct _EekClutterSectionClass { /*< private >*/ EekSectionClass parent_class; + + /*< private >*/ + /* padding */ + gpointer pdummy[24]; }; GType eek_clutter_section_get_type (void) G_GNUC_CONST; diff --git a/eek/eek-container.h b/eek/eek-container.h index 32959ef7..fbccdfab 100644 --- a/eek/eek-container.h +++ b/eek/eek-container.h @@ -76,6 +76,10 @@ struct _EekContainerClass EekElement *element); void (* child_removed) (EekContainer *self, EekElement *element); + + /*< private >*/ + /* padding */ + gpointer pdummy[24]; }; GType eek_container_get_type (void) G_GNUC_CONST; diff --git a/eek/eek-element.h b/eek/eek-element.h index d82dcef9..bfb388d4 100644 --- a/eek/eek-element.h +++ b/eek/eek-element.h @@ -59,6 +59,10 @@ struct _EekElementClass void (* get_bounds) (EekElement *self, EekBounds *bounds); + + /*< private >*/ + /* padding */ + gpointer pdummy[24]; }; GType eek_element_get_type (void) G_GNUC_CONST; diff --git a/eek/eek-gtk-keyboard.h b/eek/eek-gtk-keyboard.h index 2a24e471..1f4b2d26 100644 --- a/eek/eek-gtk-keyboard.h +++ b/eek/eek-gtk-keyboard.h @@ -47,6 +47,10 @@ struct _EekGtkKeyboardClass { /*< private >*/ EekKeyboardClass parent_class; + + /*< private >*/ + /* padding */ + gpointer pdummy[24]; }; GType eek_gtk_keyboard_get_type (void) G_GNUC_CONST; diff --git a/eek/eek-keyboard.h b/eek/eek-keyboard.h index f753364d..8812ed41 100644 --- a/eek/eek-keyboard.h +++ b/eek/eek-keyboard.h @@ -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; diff --git a/eek/eek-layout.h b/eek/eek-layout.h index e9942c15..f924f476 100644 --- a/eek/eek-layout.h +++ b/eek/eek-layout.h @@ -56,6 +56,10 @@ struct _EekLayoutIface void (* group_changed) (EekLayout *self, gint group); void (* changed) (EekLayout *self); + + /*< private >*/ + /* padding */ + gpointer pdummy[24]; }; GType eek_layout_get_type (void) G_GNUC_CONST; diff --git a/eek/eek-section.h b/eek/eek-section.h index 3cf3511d..dc78089a 100644 --- a/eek/eek-section.h +++ b/eek/eek-section.h @@ -80,6 +80,10 @@ struct _EekSectionClass EekKey *(* find_key_by_keycode) (EekSection *self, guint keycode); + + /*< private >*/ + /* padding */ + gpointer pdummy[24]; }; GType eek_section_get_type (void) G_GNUC_CONST; diff --git a/eek/eek-xkb-layout.h b/eek/eek-xkb-layout.h index 042046ea..a9c8be26 100644 --- a/eek/eek-xkb-layout.h +++ b/eek/eek-xkb-layout.h @@ -49,6 +49,10 @@ struct _EekXkbLayoutClass { /*< private >*/ GInitiallyUnownedClass parent_class; + + /*< private >*/ + /* padding */ + gpointer pdummy[24]; }; GType eek_xkb_layout_get_type (void) G_GNUC_CONST; diff --git a/eek/eek-xkl-layout.h b/eek/eek-xkl-layout.h index a647520c..242c8833 100644 --- a/eek/eek-xkl-layout.h +++ b/eek/eek-xkl-layout.h @@ -47,6 +47,10 @@ struct _EekXklLayoutClass { /*< private >*/ EekXkbLayoutClass parent_class; + + /*< private >*/ + /* padding */ + gpointer pdummy[24]; }; GType eek_xkl_layout_get_type (void) G_GNUC_CONST;