summaryrefslogtreecommitdiff
path: root/vapi/metadata/Gdk-4.0-custom.vala
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2017-09-21 12:29:30 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2017-09-25 12:21:51 +0200
commit74e8546976cdd11e35982cc894d9176f1da00634 (patch)
treeacaa1f6e31257da2fbc680d71ede3d92863c6a35 /vapi/metadata/Gdk-4.0-custom.vala
parentdb8c411392f89cf8fc0268d4819f15755d0c4137 (diff)
downloadvala-74e8546976cdd11e35982cc894d9176f1da00634.tar.gz
gtk+-4.0: Update to 3.91.2+d09f6951
Diffstat (limited to 'vapi/metadata/Gdk-4.0-custom.vala')
-rw-r--r--vapi/metadata/Gdk-4.0-custom.vala29
1 files changed, 0 insertions, 29 deletions
diff --git a/vapi/metadata/Gdk-4.0-custom.vala b/vapi/metadata/Gdk-4.0-custom.vala
index 7754e5468..12e8925d1 100644
--- a/vapi/metadata/Gdk-4.0-custom.vala
+++ b/vapi/metadata/Gdk-4.0-custom.vala
@@ -5,35 +5,6 @@ namespace Gdk {
public static Gdk.Atom NONE;
}
- [CCode (cheader_filename = "gdk/gdk.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gdk_event_get_type ()")]
- [Compact]
- public class Event {
- public Gdk.EventAny any { [CCode (cname = "(GdkEventAny *)")] get; }
- public Gdk.EventButton button { [CCode (cname = "(GdkEventButton *)")] get; }
- public Gdk.EventConfigure configure { [CCode (cname = "(GdkEventConfigure *)")] get; }
- public Gdk.EventCrossing crossing { [CCode (cname = "(GdkEventCrossing *)")] get; }
- public Gdk.EventDND dnd { [CCode (cname = "(GdkEventDND *)")] get; }
- public Gdk.EventExpose expose { [CCode (cname = "(GdkEventExpose *)")] get; }
- public Gdk.EventFocus focus_change { [CCode (cname = "(GdkEventFocus *)")] get; }
- public Gdk.EventGrabBroken grab_broken { [CCode (cname = "(GdkEventGrabBroken *)")] get; }
- public Gdk.EventKey key { [CCode (cname = "(GdkEventKey *)")] get; }
- public Gdk.EventMotion motion { [CCode (cname = "(GdkEventMotion *)")] get; }
- public Gdk.EventOwnerChange owner_change { [CCode (cname = "(GdkEventOwnerChange *)")] get; }
- public Gdk.EventPadAxis pad_axis { [CCode (cname = "(GdkEventPadAxis *)")] get; }
- public Gdk.EventPadButton pad_button { [CCode (cname = "(GdkEventPadButton *)")] get; }
- public Gdk.EventPadGroupMode pad_group_mode { [CCode (cname = "(GdkEventPadGroupMode *)")] get; }
- public Gdk.EventProperty property { [CCode (cname = "(GdkEventProperty *)")] get; }
- public Gdk.EventProximity proximity { [CCode (cname = "(GdkEventProximity *)")] get; }
- public Gdk.EventScroll scroll { [CCode (cname = "(GdkEventScroll *)")] get; }
- public Gdk.EventSelection selection { [CCode (cname = "(GdkEventSelection *)")] get; }
- public Gdk.EventSetting setting { [CCode (cname = "(GdkEventSetting *)")] get; }
- public Gdk.EventTouch touch { [CCode (cname = "(GdkEventTouch *)")] get; }
- public Gdk.EventTouchpadPinch touchpad_pinch { [CCode (cname = "(GdkEventTouchpadPinch *)")] get; }
- public Gdk.EventTouchpadSwipe touchpad_swipe { [CCode (cname = "(GdkEventTouchpadSwipe *)")] get; }
- public Gdk.EventVisibility visibility { [CCode (cname = "(GdkEventVisibility *)")] get; }
- public Gdk.EventWindowState window_state { [CCode (cname = "(GdkEventWindowState *)")] get; }
- }
-
[CCode (cheader_filename = "gdk/gdk.h")]
public struct Rectangle : Cairo.RectangleInt {
}