mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 17:40:40 -05:00
clutter: Fix ClutterInputDeviceTool:serial setter/getter
The argument is internally handled as a uint64, but only exposed in API as guint.
This commit is contained in:
parent
aa9b2c5494
commit
a59170c09f
@ -136,7 +136,7 @@ clutter_input_device_tool_init (ClutterInputDeviceTool *tool)
|
|||||||
*
|
*
|
||||||
* Since: 1.28
|
* Since: 1.28
|
||||||
**/
|
**/
|
||||||
guint
|
guint64
|
||||||
clutter_input_device_tool_get_serial (ClutterInputDeviceTool *tool)
|
clutter_input_device_tool_get_serial (ClutterInputDeviceTool *tool)
|
||||||
{
|
{
|
||||||
ClutterInputDeviceToolPrivate *priv;
|
ClutterInputDeviceToolPrivate *priv;
|
||||||
|
@ -56,7 +56,7 @@ CLUTTER_AVAILABLE_IN_ALL
|
|||||||
GType clutter_input_device_tool_get_type (void) G_GNUC_CONST;
|
GType clutter_input_device_tool_get_type (void) G_GNUC_CONST;
|
||||||
|
|
||||||
CLUTTER_AVAILABLE_IN_ALL
|
CLUTTER_AVAILABLE_IN_ALL
|
||||||
guint clutter_input_device_tool_get_serial (ClutterInputDeviceTool *tool);
|
guint64 clutter_input_device_tool_get_serial (ClutterInputDeviceTool *tool);
|
||||||
|
|
||||||
CLUTTER_AVAILABLE_IN_ALL
|
CLUTTER_AVAILABLE_IN_ALL
|
||||||
ClutterInputDeviceToolType clutter_input_device_tool_get_tool_type (ClutterInputDeviceTool *tool);
|
ClutterInputDeviceToolType clutter_input_device_tool_get_tool_type (ClutterInputDeviceTool *tool);
|
||||||
|
Loading…
Reference in New Issue
Block a user