[vala/staging: 2/3] gdk-3.0: Fix type-argument in return-type of Device.get_axes()
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/staging: 2/3] gdk-3.0: Fix type-argument in return-type of Device.get_axes()
- Date: Sun, 4 Nov 2018 19:33:38 +0000 (UTC)
commit daee1cf097461107e1d05884a48b0791fd51d9ce
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Sun Nov 4 19:26:28 2018 +0100
gdk-3.0: Fix type-argument in return-type of Device.get_axes()
vapi/gdk-3.0.vapi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/vapi/gdk-3.0.vapi b/vapi/gdk-3.0.vapi
index df25e159f..2279f6351 100644
--- a/vapi/gdk-3.0.vapi
+++ b/vapi/gdk-3.0.vapi
@@ -4670,7 +4670,7 @@ namespace Gdk {
[Version (deprecated = true, deprecated_since = "3.20.", since = "3.0")]
public Gdk.GrabStatus grab (Gdk.Window window, Gdk.GrabOwnership grab_ownership, bool
owner_events, Gdk.EventMask event_mask, Gdk.Cursor? cursor, uint32 time_);
[Version (since = "3.0")]
- public GLib.List<weak Gdk.Atom> list_axes ();
+ public GLib.List<Gdk.Atom> list_axes ();
public GLib.List<weak Gdk.Device>? list_slave_devices ();
public void set_axis_use (uint index_, Gdk.AxisUse use);
public void set_key (uint index_, uint keyval, Gdk.ModifierType modifiers);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]