poppler_page_get_size.width is_out="1"
poppler_page_get_size.height is_out="1"
poppler_page_transition_copy transfer_ownership="1"
-poppler_rectangle_copy transfer_ownership="1"
-
+PopplerRectangle is_value_type="1"
+poppler_rectangle_new hidden="1"
+poppler_rectangle_copy hidden="1"
+poppler_rectangle_free hidden="1"
[Compact]
[CCode (copy_function = "poppler_form_field_mapping_copy", type_id = "POPPLER_TYPE_FORM_FIELD_MAPPING", cheader_filename = "poppler.h")]
public class FormFieldMapping {
- public weak Poppler.Rectangle area;
+ public Poppler.Rectangle area;
public weak Poppler.FormField field;
[CCode (has_construct_function = false)]
public FormFieldMapping ();
[Compact]
[CCode (copy_function = "poppler_image_mapping_copy", type_id = "POPPLER_TYPE_IMAGE_MAPPING", cheader_filename = "poppler.h")]
public class ImageMapping {
- public weak Poppler.Rectangle area;
+ public Poppler.Rectangle area;
public weak Gdk.Pixbuf image;
[CCode (has_construct_function = false)]
public ImageMapping ();
[CCode (copy_function = "poppler_link_mapping_copy", type_id = "POPPLER_TYPE_LINK_MAPPING", cheader_filename = "poppler.h")]
public class LinkMapping {
public weak Poppler.Action action;
- public weak Poppler.Rectangle area;
+ public Poppler.Rectangle area;
[CCode (has_construct_function = false)]
public LinkMapping ();
public Poppler.LinkMapping copy ();
public PageTransition ();
public Poppler.PageTransition copy ();
}
- [Compact]
- [CCode (copy_function = "poppler_rectangle_copy", type_id = "POPPLER_TYPE_RECTANGLE", cheader_filename = "poppler.h")]
- public class Rectangle {
+ [CCode (type_id = "POPPLER_TYPE_RECTANGLE", cheader_filename = "poppler.h")]
+ public struct Rectangle {
public double x1;
- public double x2;
public double y1;
+ public double x2;
public double y2;
- [CCode (has_construct_function = false)]
- public Rectangle ();
- public Poppler.Rectangle copy ();
}
[CCode (cprefix = "POPPLER_ACTION_", has_type_id = "0", cheader_filename = "poppler.h")]
public enum ActionType {