mirror of
https://github.com/brl/mutter.git
synced 2025-02-24 08:54:08 +00:00
docs: Fix typo in closing tag
This commit is contained in:
parent
35faaf604c
commit
65bedbe42c
@ -59,6 +59,7 @@
|
|||||||
Prepare -> Begin -> Progress -> Cancel
|
Prepare -> Begin -> Progress -> Cancel
|
||||||
Prepare -> Begin -> Progress -> End
|
Prepare -> Begin -> Progress -> End
|
||||||
* ]]>
|
* ]]>
|
||||||
|
* </programlisting></informalexample>
|
||||||
* <para>Each #ClutterGestureAction starts in the "prepare" state, and calls
|
* <para>Each #ClutterGestureAction starts in the "prepare" state, and calls
|
||||||
* the #ClutterGestureActionClass.gesture_prepare() virtual function; this
|
* the #ClutterGestureActionClass.gesture_prepare() virtual function; this
|
||||||
* state can be used to reset the internal state of a #ClutterGestureAction
|
* state can be used to reset the internal state of a #ClutterGestureAction
|
||||||
@ -77,7 +78,7 @@
|
|||||||
* gesture, in which case the "end" state will be reached, or until the
|
* gesture, in which case the "end" state will be reached, or until the
|
||||||
* gesture is cancelled, in which case the "cancel" gesture will be used
|
* gesture is cancelled, in which case the "cancel" gesture will be used
|
||||||
* instead.</para>
|
* instead.</para>
|
||||||
* </refsects2>
|
* </refsect2>
|
||||||
*
|
*
|
||||||
* Since: 1.8
|
* Since: 1.8
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user