public GLib.Value old_value;
public GLib.Value new_value;
}
- [CCode (cheader_filename = "atk/atk.h", type_id = "atk_rectangle_get_type ()")]
+ [CCode (cheader_filename = "atk/atk.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "atk_rectangle_get_type ()")]
public struct Rectangle {
public int x;
public int y;
[SimpleType]
public struct ControllerEventMask : uint {
}
- [CCode (cheader_filename = "atspi/atspi.h", type_id = "atspi_device_event_get_type ()")]
+ [CCode (cheader_filename = "atspi/atspi.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "atspi_device_event_get_type ()")]
public struct DeviceEvent {
public Atspi.EventType type;
public uint id;
[NoWrapper]
public abstract void unrealize ();
}
- [CCode (cheader_filename = "clutter/clutter.h", type_id = "clutter_actor_box_get_type ()")]
+ [CCode (cheader_filename = "clutter/clutter.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "clutter_actor_box_get_type ()")]
public struct ActorBox {
public float x1;
public float y1;
public bool prev (out unowned Clutter.Actor child);
public void remove ();
}
- [CCode (cheader_filename = "clutter/clutter.h", type_id = "CLUTTER_TYPE_COLOR")]
+ [CCode (cheader_filename = "clutter/clutter.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "CLUTTER_TYPE_COLOR")]
public struct Color {
public uint8 red;
public uint8 green;
[Version (since = "0.2")]
public string to_string ();
}
- [CCode (cheader_filename = "clutter/clutter.h", type_id = "clutter_fog_get_type ()")]
+ [CCode (cheader_filename = "clutter/clutter.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "clutter_fog_get_type ()")]
[Version (deprecated = true, deprecated_since = "1.10", since = "0.6")]
public struct Fog {
public float z_near;
public float z_far;
}
- [CCode (cheader_filename = "clutter/clutter.h", type_id = "clutter_geometry_get_type ()")]
+ [CCode (cheader_filename = "clutter/clutter.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "clutter_geometry_get_type ()")]
[Version (deprecated = true, deprecated_since = "1.16")]
public struct Geometry {
public int x;
[Version (since = "1.4")]
public Clutter.Geometry union (Clutter.Geometry geometry_b);
}
- [CCode (cheader_filename = "clutter/clutter.h", type_id = "clutter_knot_get_type ()")]
+ [CCode (cheader_filename = "clutter/clutter.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "clutter_knot_get_type ()")]
[Version (since = "0.2")]
public struct Knot {
public int x;
public bool equal (Clutter.Knot knot_b);
public void free ();
}
- [CCode (cheader_filename = "clutter/clutter.h", type_id = "clutter_margin_get_type ()")]
+ [CCode (cheader_filename = "clutter/clutter.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "clutter_margin_get_type ()")]
[Version (since = "1.10")]
public struct Margin {
public float left;
public Clutter.Margin? copy ();
public void free ();
}
- [CCode (cheader_filename = "clutter/clutter.h", type_id = "clutter_matrix_get_type ()")]
+ [CCode (cheader_filename = "clutter/clutter.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "clutter_matrix_get_type ()")]
[Version (since = "1.12")]
public struct Matrix : Cogl.Matrix {
public static Clutter.Matrix? alloc ();
public unowned Clutter.Matrix? init_from_matrix (Clutter.Matrix b);
public unowned Clutter.Matrix? init_identity ();
}
- [CCode (cheader_filename = "clutter/clutter.h", type_id = "clutter_paint_volume_get_type ()")]
+ [CCode (cheader_filename = "clutter/clutter.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "clutter_paint_volume_get_type ()")]
[Version (since = "1.4")]
public struct PaintVolume {
[Version (since = "1.6")]
[Version (since = "1.10")]
public void union_box (Clutter.ActorBox box);
}
- [CCode (cheader_filename = "clutter/clutter.h", type_id = "clutter_path_node_get_type ()")]
+ [CCode (cheader_filename = "clutter/clutter.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "clutter_path_node_get_type ()")]
[Version (since = "1.0")]
public struct PathNode {
public Clutter.PathNodeType type;
public bool equal (Clutter.PathNode node_b);
public void free ();
}
- [CCode (cheader_filename = "clutter/clutter.h", type_id = "clutter_perspective_get_type ()")]
+ [CCode (cheader_filename = "clutter/clutter.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "clutter_perspective_get_type ()")]
[Version (since = "0.4")]
public struct Perspective {
public float fovy;
public float z_near;
public float z_far;
}
- [CCode (cheader_filename = "clutter/clutter.h", type_id = "clutter_point_get_type ()")]
+ [CCode (cheader_filename = "clutter/clutter.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "clutter_point_get_type ()")]
[Version (since = "1.12")]
public struct Point {
public float x;
public unowned Clutter.Point? init (float x, float y);
public static unowned Clutter.Point? zero ();
}
- [CCode (cheader_filename = "clutter/clutter.h", type_id = "clutter_rect_get_type ()")]
+ [CCode (cheader_filename = "clutter/clutter.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "clutter_rect_get_type ()")]
[Version (since = "1.12")]
public struct Rect {
public Clutter.Point origin;
public Clutter.Rect union (Clutter.Rect b);
public static unowned Clutter.Rect? zero ();
}
- [CCode (cheader_filename = "clutter/clutter.h", type_id = "clutter_size_get_type ()")]
+ [CCode (cheader_filename = "clutter/clutter.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "clutter_size_get_type ()")]
[Version (since = "1.12")]
public struct Size {
public float width;
public bool equals (Clutter.Size b);
public void free ();
}
- [CCode (cheader_filename = "clutter/clutter.h", type_id = "CLUTTER_TYPE_UNITS")]
+ [CCode (cheader_filename = "clutter/clutter.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "CLUTTER_TYPE_UNITS")]
[Version (since = "1.0")]
public struct Units {
public Clutter.Units? copy ();
public float to_pixels ();
public string to_string ();
}
- [CCode (cheader_filename = "clutter/clutter.h", type_id = "clutter_vertex_get_type ()")]
+ [CCode (cheader_filename = "clutter/clutter.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "clutter_vertex_get_type ()")]
[Version (since = "0.4")]
public struct Vertex {
public float x;
public static Gdk.Atom intern_static_string (string atom_name);
public string name ();
}
- [CCode (cheader_filename = "gdk/gdk.h", type_id = "gdk_color_get_type ()")]
+ [CCode (cheader_filename = "gdk/gdk.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gdk_color_get_type ()")]
[Version (deprecated = true, deprecated_since = "3.14")]
public struct Color {
public uint32 pixel;
public int x;
public int y;
}
- [CCode (cheader_filename = "gdk/gdk.h", type_id = "gdk_rgba_get_type ()")]
+ [CCode (cheader_filename = "gdk/gdk.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gdk_rgba_get_type ()")]
public struct RGBA {
public double red;
public double green;
[Version (since = "3.0")]
public string to_string ();
}
- [CCode (cheader_filename = "gdk/gdk.h", type_id = "gdk_rectangle_get_type ()")]
+ [CCode (cheader_filename = "gdk/gdk.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gdk_rectangle_get_type ()")]
public struct Rectangle : Cairo.RectangleInt {
[Version (since = "3.20")]
public bool equal (Gdk.Rectangle rect2);
public virtual signal void child_notify (GLib.ParamSpec pspec);
public virtual signal void child_removed (int child_num);
}
- [CCode (cheader_filename = "goocanvas.h", type_id = "goo_canvas_bounds_get_type ()")]
+ [CCode (cheader_filename = "goocanvas.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "goo_canvas_bounds_get_type ()")]
public struct CanvasBounds {
public double x1;
public double y1;
[CCode (cprefix = "Graphene", gir_namespace = "Graphene", gir_version = "1.0", lower_case_cprefix = "graphene_")]
namespace Graphene {
- [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_box_t", type_id = "graphene_box_get_type ()")]
+ [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_box_t", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "graphene_box_get_type ()")]
[Version (since = "1.2")]
public struct Box {
public bool contains_box (Graphene.Box b);
public Graphene.Box union (Graphene.Box b);
public static unowned Graphene.Box? zero ();
}
- [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_euler_t", type_id = "graphene_euler_get_type ()")]
+ [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_euler_t", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "graphene_euler_get_type ()")]
[Version (since = "1.2")]
public struct Euler {
public bool equal (Graphene.Euler b);
public Graphene.Matrix to_matrix ();
public Graphene.Vec3 to_vec3 ();
}
- [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_frustum_t", type_id = "graphene_frustum_get_type ()")]
+ [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_frustum_t", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "graphene_frustum_get_type ()")]
[Version (since = "1.2")]
public struct Frustum {
public bool contains_point (Graphene.Point3D point);
public bool intersects_box (Graphene.Box box);
public bool intersects_sphere (Graphene.Sphere sphere);
}
- [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_matrix_t", type_id = "graphene_matrix_get_type ()")]
+ [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_matrix_t", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "graphene_matrix_get_type ()")]
public struct Matrix {
[Version (since = "1.0")]
public float determinant ();
[Version (since = "1.0")]
public bool untransform_point (Graphene.Point p, Graphene.Rect bounds, out Graphene.Point res);
}
- [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_plane_t", type_id = "graphene_plane_get_type ()")]
+ [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_plane_t", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "graphene_plane_get_type ()")]
[Version (since = "1.2")]
public struct Plane {
public float distance (Graphene.Point3D point);
public Graphene.Plane negate ();
public Graphene.Plane normalize ();
}
- [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_point_t", type_id = "graphene_point_get_type ()")]
+ [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_point_t", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "graphene_point_get_type ()")]
[Version (since = "1.0")]
public struct Point {
public float x;
public Graphene.Vec2 to_vec2 ();
public static unowned Graphene.Point? zero ();
}
- [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_point3d_t", lower_case_csuffix = "point3d", type_id = "graphene_point3d_get_type ()")]
+ [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_point3d_t", copy_function = "g_boxed_copy", free_function = "g_boxed_free", lower_case_csuffix = "point3d", type_id = "graphene_point3d_get_type ()")]
[Version (since = "1.0")]
public struct Point3D {
public float x;
public Graphene.Vec3 to_vec3 ();
public static unowned Graphene.Point3D? zero ();
}
- [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_quad_t", type_id = "graphene_quad_get_type ()")]
+ [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_quad_t", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "graphene_quad_get_type ()")]
[Version (since = "1.0")]
public struct Quad {
public Graphene.Rect bounds ();
public unowned Graphene.Quad? init_from_points ([CCode (array_length = false)] Graphene.Point points[4]);
public unowned Graphene.Quad? init_from_rect (Graphene.Rect r);
}
- [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_quaternion_t", type_id = "graphene_quaternion_get_type ()")]
+ [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_quaternion_t", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "graphene_quaternion_get_type ()")]
[Version (since = "1.0")]
public struct Quaternion {
public float dot (Graphene.Quaternion b);
public void to_radians (out float rad_x, out float rad_y, out float rad_z);
public Graphene.Vec4 to_vec4 ();
}
- [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_ray_t", type_id = "graphene_ray_get_type ()")]
+ [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_ray_t", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "graphene_ray_get_type ()")]
[Version (since = "1.4")]
public struct Ray {
public bool equal (Graphene.Ray b);
public unowned Graphene.Ray? init_from_ray (Graphene.Ray src);
public unowned Graphene.Ray? init_from_vec3 (Graphene.Vec3? origin, Graphene.Vec3? direction);
}
- [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_rect_t", type_id = "graphene_rect_get_type ()")]
+ [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_rect_t", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "graphene_rect_get_type ()")]
[Version (since = "1.0")]
public struct Rect {
public Graphene.Point origin;
[CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_simd4x4f_t", has_type_id = false)]
public struct Simd4X4F {
}
- [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_size_t", type_id = "graphene_size_get_type ()")]
+ [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_size_t", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "graphene_size_get_type ()")]
[Version (since = "1.0")]
public struct Size {
public float width;
public Graphene.Size scale (float factor);
public static unowned Graphene.Size? zero ();
}
- [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_sphere_t", type_id = "graphene_sphere_get_type ()")]
+ [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_sphere_t", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "graphene_sphere_get_type ()")]
[Version (since = "1.2")]
public struct Sphere {
public bool contains_point (Graphene.Point3D point);
public bool is_empty ();
public Graphene.Sphere translate (Graphene.Point3D point);
}
- [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_triangle_t", type_id = "graphene_triangle_get_type ()")]
+ [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_triangle_t", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "graphene_triangle_get_type ()")]
[Version (since = "1.2")]
public struct Triangle {
public bool contains_point (Graphene.Point3D p);
public unowned Graphene.Triangle? init_from_point3d (Graphene.Point3D? a, Graphene.Point3D? b, Graphene.Point3D? c);
public unowned Graphene.Triangle? init_from_vec3 (Graphene.Vec3? a, Graphene.Vec3? b, Graphene.Vec3? c);
}
- [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_vec2_t", type_id = "graphene_vec2_get_type ()")]
+ [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_vec2_t", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "graphene_vec2_get_type ()")]
public struct Vec2 {
[Version (since = "1.0")]
public Graphene.Vec2 add (Graphene.Vec2 b);
[Version (since = "1.0")]
public static unowned Graphene.Vec2? zero ();
}
- [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_vec3_t", type_id = "graphene_vec3_get_type ()")]
+ [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_vec3_t", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "graphene_vec3_get_type ()")]
public struct Vec3 {
[Version (since = "1.0")]
public Graphene.Vec3 add (Graphene.Vec3 b);
[Version (since = "1.0")]
public static unowned Graphene.Vec3? zero ();
}
- [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_vec4_t", type_id = "graphene_vec4_get_type ()")]
+ [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_vec4_t", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "graphene_vec4_get_type ()")]
public struct Vec4 {
[Version (since = "1.0")]
public Graphene.Vec4 add (Graphene.Vec4 b);
public weak string string_data;
public GLib.Type arg_type;
}
- [CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_border_get_type ()")]
+ [CCode (cheader_filename = "gtk/gtk.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gtk_border_get_type ()")]
public struct Border {
public int16 left;
public int16 right;
public int minimum_size;
public int natural_size;
}
- [CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_requisition_get_type ()")]
+ [CCode (cheader_filename = "gtk/gtk.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gtk_requisition_get_type ()")]
public struct Requisition {
public int width;
public int height;
public Gtk.StockItem? copy ();
public void free ();
}
- [CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_target_entry_get_type ()")]
+ [CCode (cheader_filename = "gtk/gtk.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gtk_target_entry_get_type ()")]
public struct TargetEntry {
public weak string target;
public uint flags;
[CCode (array_length = false)]
public Gdk.RGBA rgba[2];
}
- [CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_text_iter_get_type ()")]
+ [CCode (cheader_filename = "gtk/gtk.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gtk_text_iter_get_type ()")]
public struct TextIter {
[Version (since = "3.2")]
public void assign (Gtk.TextIter other);
public weak Gtk.ActionCallback callback;
public bool is_active;
}
- [CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_tree_iter_get_type ()")]
+ [CCode (cheader_filename = "gtk/gtk.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gtk_tree_iter_get_type ()")]
public struct TreeIter {
public int stamp;
public void* user_data;
public int x;
public int y;
}
- [CCode (cheader_filename = "gdk/gdk.h", type_id = "gdk_rgba_get_type ()")]
+ [CCode (cheader_filename = "gdk/gdk.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gdk_rgba_get_type ()")]
public struct RGBA {
public double red;
public double green;
public bool parse (string spec);
public string to_string ();
}
- [CCode (cheader_filename = "gdk/gdk.h", type_id = "gdk_rectangle_get_type ()")]
+ [CCode (cheader_filename = "gdk/gdk.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gdk_rectangle_get_type ()")]
public struct Rectangle : Cairo.RectangleInt {
public bool contains_point (int x, int y);
public bool equal (Gdk.Rectangle rect2);
[CCode (cname = "d.string_data")]
public weak string string_data;
}
- [CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_border_get_type ()")]
+ [CCode (cheader_filename = "gtk/gtk.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gtk_border_get_type ()")]
public struct Border {
public int16 left;
public int16 right;
public int minimum_size;
public int natural_size;
}
- [CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_requisition_get_type ()")]
+ [CCode (cheader_filename = "gtk/gtk.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gtk_requisition_get_type ()")]
public struct Requisition {
public int width;
public int height;
public weak string origin;
public GLib.Value value;
}
- [CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_text_iter_get_type ()")]
+ [CCode (cheader_filename = "gtk/gtk.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gtk_text_iter_get_type ()")]
public struct TextIter {
public void assign (Gtk.TextIter other);
public bool backward_char ();
public bool starts_word ();
public bool toggles_tag (Gtk.TextTag? tag);
}
- [CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_tree_iter_get_type ()")]
+ [CCode (cheader_filename = "gtk/gtk.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gtk_tree_iter_get_type ()")]
public struct TreeIter {
public int stamp;
public void* user_data;
public struct AttrFontFeatures {
public weak string features;
}
- [CCode (cheader_filename = "pango/pango.h", type_id = "pango_color_get_type ()")]
+ [CCode (cheader_filename = "pango/pango.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "pango_color_get_type ()")]
public struct Color {
public uint16 red;
public uint16 green;
public Pango.GlyphGeometry geometry;
public Pango.GlyphVisAttr attr;
}
- [CCode (cheader_filename = "pango/pango.h", type_id = "pango_glyph_item_iter_get_type ()")]
+ [CCode (cheader_filename = "pango/pango.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "pango_glyph_item_iter_get_type ()")]
[Version (since = "1.22")]
public struct GlyphItemIter {
public weak Pango.GlyphItem glyph_item;
public uint is_expandable_space;
public uint is_word_boundary;
}
- [CCode (cheader_filename = "pango/pango.h", type_id = "pango_matrix_get_type ()")]
+ [CCode (cheader_filename = "pango/pango.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "pango_matrix_get_type ()")]
[Version (since = "1.6")]
public struct Matrix {
public double xx;
public string title;
public string uri;
}
- [CCode (cheader_filename = "poppler.h", type_id = "poppler_rectangle_get_type ()")]
+ [CCode (cheader_filename = "poppler.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "poppler_rectangle_get_type ()")]
public struct Rectangle {
public double x1;
public double y1;