docs: use markdown instead of <note>
This commit is contained in:
@ -45,12 +45,8 @@ G_BEGIN_DECLS
|
||||
*
|
||||
* The event structures contain data specific to each type of event in GDK.
|
||||
*
|
||||
* <note>
|
||||
* <para>
|
||||
* A common mistake is to forget to set the event mask of a widget so that
|
||||
* the required events are received. See gtk_widget_set_events().
|
||||
* </para>
|
||||
* </note>
|
||||
* > A common mistake is to forget to set the event mask of a widget so that
|
||||
* > the required events are received. See gtk_widget_set_events().
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@ -124,13 +124,11 @@ gdk_x11_device_manager_lookup (GdkDeviceManager *device_manager,
|
||||
*
|
||||
* Returns the device ID as seen by XInput2.
|
||||
*
|
||||
* <note>
|
||||
* If gdk_disable_multidevice() has been called, this function
|
||||
* will respectively return 2/3 for the core pointer and keyboard,
|
||||
* (matching the IDs for the Virtual Core Pointer and Keyboard in
|
||||
* XInput 2), but calling this function on any slave devices (i.e.
|
||||
* those managed via XInput 1.x), will return 0.
|
||||
* </note>
|
||||
* > If gdk_disable_multidevice() has been called, this function
|
||||
* > will respectively return 2/3 for the core pointer and keyboard,
|
||||
* > (matching the IDs for the Virtual Core Pointer and Keyboard in
|
||||
* > XInput 2), but calling this function on any slave devices (i.e.
|
||||
* > those managed via XInput 1.x), will return 0.
|
||||
*
|
||||
* Returns: the XInput2 device ID.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user