2008-06-10 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-child-meta.c: Fix section name * clutter/clutter-container.c: (clutter_container_child_set_property), (clutter_container_child_get_property): Fix gtk-doc parameter name. * clutter/clutter-container.h: Fix documentation of the interface vfuncs. * clutter/clutter-event.h: Fix documentation. * clutter/clutter-feature.h: Fix documentation. * clutter/clutter-types.h: Add ClutterRequestMode. * clutter/x11/clutter-event-x11.c: Fix documentation. * tests/test-fullscreen.c: Verify that the stage size has been changed by clutter_stage_fullscreen().
This commit is contained in:
@ -170,6 +170,20 @@ typedef enum { /*< prefix=CLUTTER_ROTATE >*/
|
||||
CLUTTER_ROTATE_CCW
|
||||
} ClutterRotateDirection;
|
||||
|
||||
/**
|
||||
* ClutterRequestMode:
|
||||
* @CLUTTER_REQUEST_HEIGHT_FOR_WIDTH: Height for width requests
|
||||
* @CLUTTER_REQUEST_WIDTH_FOR_HEIGHT: Width for height requests
|
||||
*
|
||||
* Specifies the type of requests for a #ClutterActor.
|
||||
*
|
||||
* Since: 0.8
|
||||
*/
|
||||
typedef enum {
|
||||
CLUTTER_REQUEST_HEIGHT_FOR_WIDTH,
|
||||
CLUTTER_REQUEST_WIDTH_FOR_HEIGHT
|
||||
} ClutterRequestMode;
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __CLUTTER_TYPES_H__ */
|
||||
|
Reference in New Issue
Block a user