1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
[options]
girs_directories = ["../gir-files", "../pps-girs"]
library = "PapersView"
version = "4.0"
min_cfg_version = "4.0"
target_path = "."
work_mode = "normal"
generate_safety_asserts = true
deprecate_by_min_version = true
single_version_file = true
disable_format = false
external_libraries = [
"GLib",
"GObject",
"Gdk",
"GdkPixbuf",
"Gtk",
"Pango",
"PapersDocument",
]
generate = [
"PapersView.AnnotationsContext",
"PapersView.UndoContext",
"PapersView.AttachmentContext",
"PapersView.DocumentModel",
"PapersView.History",
"PapersView.Metadata",
"PapersView.SearchContext",
"PapersView.SearchResult",
"PapersView.Job",
"PapersView.JobAnnots",
"PapersView.JobAttachments",
"PapersView.JobFind",
"PapersView.JobFonts",
"PapersView.JobLayers",
"PapersView.JobLinks",
"PapersView.JobLoad",
"PapersView.JobPriority",
"PapersView.JobSave",
"PapersView.JobSignatures",
"PapersView.JobThumbnailTexture",
"PapersView.PageLayout",
"PapersView.PrintOperation",
"PapersView.SizingMode",
"PapersView.ViewPresentation",
"PapersView.ViewSelection",
"PapersView.AnnotationEditingState"
]
manual = [
"Gdk.EventType",
"Gdk.Rectangle",
"Gdk.RGBA",
"Gdk.Texture",
"GdkPixbuf.Pixbuf",
"GLib.DateTime",
"GLib.Error",
"GLib.List",
"GObject.Object",
"Gio.File",
"Gio.ListModel",
"Gio.PasswordSave",
"Gio.Resource",
"Gtk.Border",
"Gtk.MovementStep",
"Gtk.Orientation",
"Gtk.PageSetup",
"Gtk.PrintOperationResult",
"Gtk.PrintSettings",
"Gtk.ScrollType",
"Gtk.SingleSelection",
"Gtk.Widget",
"Gtk.Window",
"PapersDocument.Annotation",
"PapersDocument.AnnotationTextMarkupType",
"PapersDocument.AnnotationType",
"PapersDocument.Attachment",
"PapersDocument.Document",
"PapersDocument.DocumentPoint",
"PapersDocument.FindOptions",
"PapersDocument.Link",
"PapersDocument.LinkAction",
"PapersDocument.Mapping",
"PapersDocument.MappingList",
"PapersDocument.Point",
"PapersDocument.Signature",
]
[[object]]
name = "PapersView.View"
status = "generate"
[[object.signal]]
name = "popup"
manual = true
|