Vala does not allow creating new Cursor if the class is abstract.
As it doesn't affect its usage at all, drop the keyword
instead of breaking the backward compatibility.
Fixes bug 665624.
public Gdk.Display display { owned get; construct; }
}
[CCode (cheader_filename = "gdk/gdk.h", type_id = "gdk_cursor_get_type ()")]
- public abstract class Cursor : GLib.Object {
+ public class Cursor : GLib.Object {
[CCode (has_construct_function = false)]
public Cursor (Gdk.CursorType cursor_type);
[CCode (has_construct_function = false)]
selection_* name="selection_(.+)" parent="Gdk.Selection"
Atom struct
Color struct
-Cursor
+Cursor abstract=false
.get_image nullable
Device
.free_history skip=false