public int y;
public int width;
public int height;
- public bool intersect (Gdk.Rectangle src2, Gdk.Rectangle dest);
+ public bool intersect (Gdk.Rectangle src2, out Gdk.Rectangle dest);
public void union (Gdk.Rectangle src2, out Gdk.Rectangle dest);
}
[CCode (type_id = "GDK_TYPE_RGB_CMAP", cheader_filename = "gdk/gdk.h")]
gdk_property_get.actual_length hidden="1"
gdk_property_get.data is_out="1" is_array="1" array_length_pos="8.9" transfer_ownership="1"
GdkRectangle is_value_type="1"
+gdk_rectangle_intersect.dest is_out="1"
gdk_rectangle_union.dest is_out="1"
gdk_region_copy transfer_ownership="1"
gdk_region_get_clipbox.rectangle is_out="1"