2007-06-16 Emmanuele Bassi <ebassi@openedhand.com>
authorEmmanuele Bassi <ebassi@openedhand.com>
Sat, 16 Jun 2007 21:07:13 +0000 (21:07 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Sat, 16 Jun 2007 21:07:13 +0000 (21:07 +0000)
* clutter/clutter-container.h:
* clutter/clutter-layout.h: Interfaces are not checked
at compile-time, so there's not need to add padding to
avoid ABI breaks.

ChangeLog
clutter/clutter-container.h
clutter/clutter-layout.h

index fb28b5f..9c5cc6c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2007-06-16  Emmanuele Bassi  <ebassi@openedhand.com>
 
+       * clutter/clutter-container.h:
+       * clutter/clutter-layout.h: Interfaces are not checked
+       at compile-time, so there's not need to add padding to
+       avoid ABI breaks.
+
+2007-06-16  Emmanuele Bassi  <ebassi@openedhand.com>
+
        * configure.ac: Partially revert last commit, and fail
        with AC_MSG_ERROR() instead of disabling the manual build
        if no jw and xmlto were found.
index 4d59c9b..80a4ade 100644 (file)
@@ -58,16 +58,6 @@ struct _ClutterContainerIface
                           ClutterActor     *actor);
   void (* actor_removed) (ClutterContainer *container,
                           ClutterActor     *actor);
-
-  /* padding, for future expansion */
-  void (*_clutter_reserved1) (void);
-  void (*_clutter_reserved2) (void);
-  void (*_clutter_reserved3) (void);
-  void (*_clutter_reserved4) (void);
-  void (*_clutter_reserved5) (void);
-  void (*_clutter_reserved6) (void);
-  void (*_clutter_reserved7) (void);
-  void (*_clutter_reserved8) (void);
 };
 
 GType  clutter_container_get_type      (void) G_GNUC_CONST;
index de08eed..d20c764 100644 (file)
@@ -99,16 +99,6 @@ struct _ClutterLayoutIface
                                            ClutterUnit    given_height,
                                            ClutterUnit   *width,
                                            ClutterUnit   *height);
-
-  /* padding, for future expansion */
-  void (*_clutter_layout1) (void);
-  void (*_clutter_layout2) (void);
-  void (*_clutter_layout3) (void);
-  void (*_clutter_layout4) (void);
-  void (*_clutter_layout5) (void);
-  void (*_clutter_layout6) (void);
-  void (*_clutter_layout7) (void);
-  void (*_clutter_layout8) (void);
 };
 
 GType              clutter_layout_get_type         (void) G_GNUC_CONST;