VISITED,
CHECKABLE,
HAS_POPUP,
+ HAS_TOOLTIP,
LAST_DEFINED;
[CCode (cheader_filename = "atk/atk.h")]
public static Atk.StateType for_name (string name);
[CCode (cheader_filename = "gdk/gdk.h", type_id = "gdk_cursor_get_type ()")]
public class Cursor : GLib.Object {
[CCode (has_construct_function = false)]
+ [Deprecated (since = "3.16")]
public Cursor (Gdk.CursorType cursor_type);
[CCode (has_construct_function = false)]
public Cursor.for_display (Gdk.Display display, Gdk.CursorType cursor_type);
protected GLContext ();
public static void clear_current ();
public static unowned Gdk.GLContext get_current ();
- public unowned Gdk.Visual get_visual ();
+ public Gdk.GLProfile get_profile ();
public unowned Gdk.Window get_window ();
public void make_current ();
- public Gdk.Visual visual { get; construct; }
+ public Gdk.GLProfile profile { get; construct; }
+ [NoAccessorMethod]
+ public Gdk.GLContext shared_context { owned get; construct; }
public Gdk.Window window { get; construct; }
}
[CCode (cheader_filename = "gdk/gdk.h", type_id = "gdk_keymap_get_type ()")]
ALREADY_GRABBED,
INVALID_TIME,
NOT_VIEWABLE,
- FROZEN
+ FROZEN,
+ FAILED
}
[CCode (cheader_filename = "gdk/gdk.h", cprefix = "GDK_GRAVITY_", type_id = "gdk_gravity_get_type ()")]
public enum Gravity {
public int get_height ();
public int get_n_channels ();
public unowned string get_option (string key);
- public GLib.HashTable<weak void*,weak void*> get_options ();
+ public GLib.HashTable<weak string,weak string> get_options ();
[CCode (array_length = false)]
public unowned uint8[] get_pixels ();
[CCode (array_length_pos = 0.1, array_length_type = "guint")]
[CCode (cheader_filename = "gio/gio.h", instance_pos = 6.9)]
public delegate GLib.Variant DBusInterfaceGetPropertyFunc (GLib.DBusConnection connection, string sender, string object_path, string interface_name, string property_name) throws GLib.Error;
[CCode (cheader_filename = "gio/gio.h", instance_pos = 7.9)]
- public delegate void DBusInterfaceMethodCallFunc (GLib.DBusConnection connection, string sender, string object_path, string interface_name, string method_name, GLib.Variant parameters, GLib.DBusMethodInvocation invocation);
+ public delegate void DBusInterfaceMethodCallFunc (GLib.DBusConnection connection, string sender, string object_path, string interface_name, string method_name, GLib.Variant parameters, owned GLib.DBusMethodInvocation invocation);
[CCode (cheader_filename = "gio/gio.h", instance_pos = 7.9)]
public delegate bool DBusInterfaceSetPropertyFunc (GLib.DBusConnection connection, string sender, string object_path, string interface_name, string property_name, GLib.Variant value) throws GLib.Error;
[CCode (cheader_filename = "gio/gio.h", instance_pos = 3.9)]