[CCode (cheader_filename = "gdk/gdk.h", cname = "GDK_EVENT_STOP")]
[Version (since = "3.4")]
public const bool EVENT_STOP;
+ [CCode (cheader_filename = "gdk/gdk.h", cname = "GDK_MAJOR_VERSION")]
+ public const int MAJOR_VERSION;
[CCode (cheader_filename = "gdk/gdk.h", cname = "GDK_MAX_TIMECOORD_AXES")]
public const int MAX_TIMECOORD_AXES;
+ [CCode (cheader_filename = "gdk/gdk.h", cname = "GDK_MICRO_VERSION")]
+ public const int MICRO_VERSION;
+ [CCode (cheader_filename = "gdk/gdk.h", cname = "GDK_MINOR_VERSION")]
+ public const int MINOR_VERSION;
[CCode (cheader_filename = "gdk/gdk.h", cname = "GDK_PARENT_RELATIVE")]
public const int PARENT_RELATIVE;
[CCode (cheader_filename = "gdk/gdk.h", cname = "GDK_PRIORITY_REDRAW")]
public void error_trap_pop_ignored ();
[Version (since = "3.0")]
public void error_trap_push ();
+ [Version (since = "3.16")]
+ public static bool get_glx_version (Gdk.Display display, out int major, out int minor);
[Version (since = "2.12")]
public unowned string get_startup_notification_id ();
[Version (since = "2.8")]
[CCode (has_construct_function = false)]
protected DragContext ();
}
+ [CCode (cheader_filename = "gdk/gdkx.h", type_id = "gdk_x11_gl_context_get_type ()")]
+ [GIR (name = "X11GLContext")]
+ public class GLContext : Gdk.GLContext {
+ [CCode (has_construct_function = false)]
+ protected GLContext ();
+ }
[CCode (cheader_filename = "gdk/gdkx.h", type_id = "gdk_x11_keymap_get_type ()")]
[GIR (name = "X11Keymap")]
public class Keymap : Gdk.Keymap {
[Version (since = "3.6")]
public bool key_is_modifier (uint keycode);
}
+ [CCode (cheader_filename = "gdk/gdkx.h", type_id = "gdk_x11_monitor_get_type ()")]
+ [GIR (name = "X11Monitor")]
+ public class Monitor : Gdk.Monitor {
+ [CCode (has_construct_function = false)]
+ protected Monitor ();
+ public static X.ID get_output (Gdk.Monitor monitor);
+ }
[CCode (cheader_filename = "gdk/gdkx.h", type_id = "gdk_x11_screen_get_type ()")]
[GIR (name = "X11Screen")]
public class Screen : Gdk.Screen {
[NoAccessorMethod]
[Version (since = "3.24")]
public bool screensaver_active { get; }
+ [Version (since = "3.24.8")]
+ public signal void query_end ();
[Version (since = "3.2")]
public virtual signal void window_added (Gtk.Window window);
[Version (since = "3.2")]