mirror of
https://github.com/brl/mutter.git
synced 2024-11-29 19:40:43 -05:00
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>
|
2007-06-16 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* configure.ac: Partially revert last commit, and fail
|
* configure.ac: Partially revert last commit, and fail
|
||||||
|
@ -58,16 +58,6 @@ struct _ClutterContainerIface
|
|||||||
ClutterActor *actor);
|
ClutterActor *actor);
|
||||||
void (* actor_removed) (ClutterContainer *container,
|
void (* actor_removed) (ClutterContainer *container,
|
||||||
ClutterActor *actor);
|
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;
|
GType clutter_container_get_type (void) G_GNUC_CONST;
|
||||||
|
@ -99,16 +99,6 @@ struct _ClutterLayoutIface
|
|||||||
ClutterUnit given_height,
|
ClutterUnit given_height,
|
||||||
ClutterUnit *width,
|
ClutterUnit *width,
|
||||||
ClutterUnit *height);
|
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;
|
GType clutter_layout_get_type (void) G_GNUC_CONST;
|
||||||
|
Loading…
Reference in New Issue
Block a user