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.
This commit is contained in:
parent
4172ce1fb2
commit
80e71eaa46
@ -1,3 +1,10 @@
|
||||
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
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user