mirror of
https://github.com/elementary/gala.git
synced 2024-12-25 10:13:04 +03:00
vapi: Meta.Rectangle is just a struct, so remove GBoxed related bindings
This commit is contained in:
parent
435de93d78
commit
6b2fd0b7b6
@ -646,7 +646,7 @@ namespace Meta {
|
||||
public uint version_micro;
|
||||
public uint version_api;
|
||||
}
|
||||
[CCode (cheader_filename = "meta/boxes.h", type_id = "meta_rectangle_get_type ()")]
|
||||
[CCode (cheader_filename = "meta/boxes.h", has_type_id = false)]
|
||||
public struct Rectangle {
|
||||
public int x;
|
||||
public int y;
|
||||
@ -654,10 +654,8 @@ namespace Meta {
|
||||
public int height;
|
||||
public int area ();
|
||||
public bool contains_rect (Meta.Rectangle inner_rect);
|
||||
public Meta.Rectangle copy ();
|
||||
public bool could_fit_rect (Meta.Rectangle inner_rect);
|
||||
public bool equal (Meta.Rectangle src2);
|
||||
public void free ();
|
||||
public bool horiz_overlap (Meta.Rectangle rect2);
|
||||
public bool intersect (Meta.Rectangle src2, out Meta.Rectangle dest);
|
||||
public bool overlap (Meta.Rectangle rect2);
|
||||
|
Loading…
Reference in New Issue
Block a user