gio-2.0: "address" parameter of Socket.receive_message() is optional
[vala-gnome.git] / vapi / metadata / Gdk-3.0-custom.vala
blobca91b19157513e6eaa696244c169153f0d97412c
1 namespace Gdk {
2 [SimpleType]
3 public struct Atom : uint {
4 [CCode (cname = "GDK_NONE")]
5 public static Gdk.Atom NONE;
8 [CCode (cheader_filename = "gdk/gdk.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gdk_event_get_type ()")]
9 [Compact]
10 public class Event {
11 public Gdk.EventAny any { [CCode (cname = "(GdkEventAny *)")] get; }
12 public Gdk.EventButton button { [CCode (cname = "(GdkEventButton *)")] get; }
13 public Gdk.EventConfigure configure { [CCode (cname = "(GdkEventConfigure *)")] get; }
14 public Gdk.EventCrossing crossing { [CCode (cname = "(GdkEventCrossing *)")] get; }
15 public Gdk.EventDND dnd { [CCode (cname = "(GdkEventDND *)")] get; }
16 public Gdk.EventExpose expose { [CCode (cname = "(GdkEventExpose *)")] get; }
17 public Gdk.EventFocus focus_change { [CCode (cname = "(GdkEventFocus *)")] get; }
18 public Gdk.EventGrabBroken grab_broken { [CCode (cname = "(GdkEventGrabBroken *)")] get; }
19 public Gdk.EventKey key { [CCode (cname = "(GdkEventKey *)")] get; }
20 public Gdk.EventMotion motion { [CCode (cname = "(GdkEventMotion *)")] get; }
21 public Gdk.EventOwnerChange owner_change { [CCode (cname = "(GdkEventOwnerChange *)")] get; }
22 public Gdk.EventPadAxis pad_axis { [CCode (cname = "(GdkEventPadAxis *)")] get; }
23 public Gdk.EventPadButton pad_button { [CCode (cname = "(GdkEventPadButton *)")] get; }
24 public Gdk.EventPadGroupMode pad_group_mode { [CCode (cname = "(GdkEventPadGroupMode *)")] get; }
25 public Gdk.EventProperty property { [CCode (cname = "(GdkEventProperty *)")] get; }
26 public Gdk.EventProximity proximity { [CCode (cname = "(GdkEventProximity *)")] get; }
27 public Gdk.EventScroll scroll { [CCode (cname = "(GdkEventScroll *)")] get; }
28 public Gdk.EventSelection selection { [CCode (cname = "(GdkEventSelection *)")] get; }
29 public Gdk.EventSetting setting { [CCode (cname = "(GdkEventSetting *)")] get; }
30 public Gdk.EventTouch touch { [CCode (cname = "(GdkEventTouch *)")] get; }
31 public Gdk.EventTouchpadPinch touchpad_pinch { [CCode (cname = "(GdkEventTouchpadPinch *)")] get; }
32 public Gdk.EventTouchpadSwipe touchpad_swipe { [CCode (cname = "(GdkEventTouchpadSwipe *)")] get; }
33 public Gdk.EventVisibility visibility { [CCode (cname = "(GdkEventVisibility *)")] get; }
34 public Gdk.EventWindowState window_state { [CCode (cname = "(GdkEventWindowState *)")] get; }
37 [CCode (cheader_filename = "gdk/gdk.h")]
38 public struct Rectangle : Cairo.RectangleInt {
41 [CCode (ref_function = "", unref_function = "")]
42 [Compact]
43 public class XEvent {
46 public const Gdk.Atom SELECTION_CLIPBOARD;
47 [CCode (cheader_filename = "gdk/gdk.h")]
48 public const Gdk.Atom SELECTION_PRIMARY;
49 [CCode (cheader_filename = "gdk/gdk.h")]
50 public const Gdk.Atom SELECTION_SECONDARY;
51 [CCode (cheader_filename = "gdk/gdk.h")]
53 [Version (replacement = "Selection.convert", deprecated_since = "vala-0.12")]
54 public static void selection_convert (Gdk.Window requestor, Gdk.Atom selection, Gdk.Atom target, uint32 time_);
55 [Version (replacement = "Selection.owner_get", deprecated_since = "vala-0.12")]
56 public static unowned Gdk.Window selection_owner_get (Gdk.Atom selection);
57 [CCode (cheader_filename = "gdk/gdk.h")]
58 [Version (replacement = "Selection.owner_get_for_display", deprecated_since = "vala-0.12")]
59 public static unowned Gdk.Window selection_owner_get_for_display (Gdk.Display display, Gdk.Atom selection);
60 [Version (replacement = "Selection.owner_set", deprecated_since = "vala-0.12")]
61 public static bool selection_owner_set (Gdk.Window owner, Gdk.Atom selection, uint32 time_, bool send_event);
62 [Version (replacement = "Selection.owner_set_for_display", deprecated_since = "vala-0.12")]
63 public static bool selection_owner_set_for_display (Gdk.Display display, Gdk.Window owner, Gdk.Atom selection, uint32 time_, bool send_event);
64 [Version (replacement = "Selection.property_get", deprecated_since = "vala-0.12")]
65 public static int selection_property_get (Gdk.Window requestor, uchar[] data, out Gdk.Atom prop_type, int prop_format);
66 [Version (replacement = "Selection.send_notify", deprecated_since = "vala-0.12")]
67 public static void selection_send_notify (Gdk.Window requestor, Gdk.Atom selection, Gdk.Atom target, Gdk.Atom property, uint32 time_);
68 [Version (replacement = "Selection.send_notify_for_display", deprecated_since = "vala-0.12")]
69 public static void selection_send_notify_for_display (Gdk.Display display, Gdk.Window requestor, Gdk.Atom selection, Gdk.Atom target, Gdk.Atom property, uint32 time_);