mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
docs: Fix Clutter API reference
This commit is contained in:
parent
cd2b36ed91
commit
165b2f9599
@ -64,6 +64,12 @@ struct _ClutterGestureAction
|
||||
/**
|
||||
* ClutterGestureActionClass:
|
||||
* @gesture_begin: class handler for the #ClutterGestureAction::gesture-begin signal
|
||||
* @gesture_progress: class handler for the #ClutterGestureAction::gesture-progres signal
|
||||
* @gesture_end: class handler for the #ClutterGestureAction::gesture-end signal
|
||||
* @gesture_cancel: class handler for the #ClutterGestureAction::gesture-cancel signal
|
||||
*
|
||||
* The <structname>ClutterGestureClass</structname> structure contains only
|
||||
* private data.
|
||||
*
|
||||
* Since: 1.8
|
||||
*/
|
||||
|
@ -2690,6 +2690,7 @@ CLUTTER_GESTURE_ACTION
|
||||
CLUTTER_GESTURE_ACTION_CLASS
|
||||
CLUTTER_IS_GESTURE_ACTION
|
||||
CLUTTER_IS_GESTURE_ACTION_CLASS
|
||||
CLUTTER_GESTURE_ACTION_GET_CLASS
|
||||
CLUTTER_TYPE_GESTURE_ACTION
|
||||
<SUBSECTION Private>
|
||||
ClutterGestureActionPrivate
|
||||
@ -2707,6 +2708,7 @@ CLUTTER_SWIPE_ACTION
|
||||
CLUTTER_SWIPE_ACTION_CLASS
|
||||
CLUTTER_IS_SWIPE_ACTION
|
||||
CLUTTER_IS_SWIPE_ACTION_CLASS
|
||||
CLUTTER_SWIPE_ACTION_GET_CLASS
|
||||
CLUTTER_TYPE_SWIPE_ACTION
|
||||
<SUBSECTION Private>
|
||||
ClutterSwipeActionPrivate
|
||||
|
@ -34,6 +34,7 @@ clutter_drag_action_get_type
|
||||
clutter_effect_get_type
|
||||
clutter_fixed_layout_get_type
|
||||
clutter_flow_layout_get_type
|
||||
clutter_gesture_action_get_type
|
||||
clutter_group_get_type
|
||||
clutter_input_device_get_type
|
||||
clutter_interval_get_type
|
||||
@ -58,6 +59,7 @@ clutter_snap_constraint_get_type
|
||||
clutter_stage_get_type
|
||||
clutter_stage_manager_get_type
|
||||
clutter_state_get_type
|
||||
clutter_swipe_action_get_type
|
||||
clutter_table_layout_get_type
|
||||
clutter_text_get_type
|
||||
clutter_texture_get_type
|
||||
|
Loading…
Reference in New Issue
Block a user