2.0: Remove unused enumerations
This commit is contained in:
parent
93b965f71d
commit
08a36c3e28
@ -37,8 +37,6 @@ G_BEGIN_DECLS
|
|||||||
* @CLUTTER_Z_AXIS: Rotate around the Z axis
|
* @CLUTTER_Z_AXIS: Rotate around the Z axis
|
||||||
*
|
*
|
||||||
* Axis of a rotation.
|
* Axis of a rotation.
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
typedef enum { /*< prefix=CLUTTER >*/
|
typedef enum { /*< prefix=CLUTTER >*/
|
||||||
CLUTTER_X_AXIS,
|
CLUTTER_X_AXIS,
|
||||||
@ -46,28 +44,12 @@ typedef enum { /*< prefix=CLUTTER >*/
|
|||||||
CLUTTER_Z_AXIS
|
CLUTTER_Z_AXIS
|
||||||
} ClutterRotateAxis;
|
} ClutterRotateAxis;
|
||||||
|
|
||||||
/**
|
|
||||||
* ClutterRotateDirection:
|
|
||||||
* @CLUTTER_ROTATE_CW: Clockwise rotation
|
|
||||||
* @CLUTTER_ROTATE_CCW: Counter-clockwise rotation
|
|
||||||
*
|
|
||||||
* Direction of a rotation.
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
typedef enum { /*< prefix=CLUTTER_ROTATE >*/
|
|
||||||
CLUTTER_ROTATE_CW,
|
|
||||||
CLUTTER_ROTATE_CCW
|
|
||||||
} ClutterRotateDirection;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ClutterRequestMode:
|
* ClutterRequestMode:
|
||||||
* @CLUTTER_REQUEST_HEIGHT_FOR_WIDTH: Height for width requests
|
* @CLUTTER_REQUEST_HEIGHT_FOR_WIDTH: Height for width requests
|
||||||
* @CLUTTER_REQUEST_WIDTH_FOR_HEIGHT: Width for height requests
|
* @CLUTTER_REQUEST_WIDTH_FOR_HEIGHT: Width for height requests
|
||||||
*
|
*
|
||||||
* Specifies the type of requests for a #ClutterActor.
|
* Specifies the type of requests for a #ClutterActor.
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
typedef enum { /*< prefix=CLUTTER_REQUEST >*/
|
typedef enum { /*< prefix=CLUTTER_REQUEST >*/
|
||||||
CLUTTER_REQUEST_HEIGHT_FOR_WIDTH,
|
CLUTTER_REQUEST_HEIGHT_FOR_WIDTH,
|
||||||
|
Loading…
Reference in New Issue
Block a user