mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
docs: Document ClutterDropAction
And add it to the API reference. https://bugzilla.gnome.org/show_bug.cgi?id=652842
This commit is contained in:
@ -98,6 +98,7 @@
|
||||
|
||||
<xi:include href="xml/clutter-click-action.xml"/>
|
||||
<xi:include href="xml/clutter-drag-action.xml"/>
|
||||
<xi:include href="xml/clutter-drop-action.xml"/>
|
||||
<xi:include href="xml/clutter-gesture-action.xml"/>
|
||||
<xi:include href="xml/clutter-swipe-action.xml"/>
|
||||
</chapter>
|
||||
|
@ -2717,3 +2717,20 @@ CLUTTER_TYPE_SWIPE_ACTION
|
||||
ClutterSwipeActionPrivate
|
||||
clutter_swipe_action_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>clutter-drop-action</FILE>
|
||||
ClutterDropAction
|
||||
ClutterDropActionClass
|
||||
clutter_drop_action_new
|
||||
<SUBSECTION Standard>
|
||||
CLUTTER_TYPE_DROP_ACTION
|
||||
CLUTTER_DROP_ACTION
|
||||
CLUTTER_DROP_ACTION_CLASS
|
||||
CLUTTER_IS_DROP_ACTION
|
||||
CLUTTER_IS_DROP_ACTION_CLASS
|
||||
CLUTTER_DROP_ACTION_GET_CLASS
|
||||
<SUBSECTION Private>
|
||||
ClutterDropActionClass
|
||||
clutter_drop_action_get_type
|
||||
</SECTION>
|
||||
|
@ -31,6 +31,7 @@ clutter_deform_effect_get_type
|
||||
clutter_desaturate_effect_get_type
|
||||
clutter_device_manager_get_type
|
||||
clutter_drag_action_get_type
|
||||
clutter_drop_action_get_type
|
||||
clutter_effect_get_type
|
||||
clutter_fixed_layout_get_type
|
||||
clutter_flow_layout_get_type
|
||||
|
Reference in New Issue
Block a user