Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help/reference/libdocument/libevdocument-sections.txt
blob: 88d3db2e83ad153fdb2c849c5414c00117b921c7 (plain)
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
<SECTION>
<FILE>ev-layer</FILE>
<TITLE>EvLayer</TITLE>
EvLayer
EvLayerClass
EvLayerPrivate
ev_layer_new
ev_layer_get_id
ev_layer_is_parent
ev_layer_get_rb_group
<SUBSECTION Standard>
EV_LAYER
EV_IS_LAYER
EV_TYPE_LAYER
ev_layer_get_type
EV_LAYER_CLASS
EV_IS_LAYER_CLASS
EV_LAYER_GET_CLASS
</SECTION>

<SECTION>
<FILE>ev-document-thumbnails</FILE>
<TITLE>EvDocumentThumbnails</TITLE>
EV_DOCUMENT_THUMBNAILS_IFACE
EV_IS_DOCUMENT_THUMBNAILS_IFACE
EvDocumentThumbnails
EvDocumentThumbnailsIface
ev_document_thumbnails_get_thumbnail
ev_document_thumbnails_get_dimensions
<SUBSECTION Standard>
EV_DOCUMENT_THUMBNAILS
EV_IS_DOCUMENT_THUMBNAILS
EV_TYPE_DOCUMENT_THUMBNAILS
ev_document_thumbnails_get_type
EV_DOCUMENT_THUMBNAILS_GET_IFACE
</SECTION>

<SECTION>
<FILE>ev-file-exporter</FILE>
<TITLE>EvFileExporter</TITLE>
EvFileExporterFormat
EvFileExporterCapabilities
EvFileExporterContext
EV_FILE_EXPORTER_IFACE
EV_IS_FILE_EXPORTER_IFACE
EvFileExporter
EvFileExporterIface
ev_file_exporter_begin
ev_file_exporter_begin_page
ev_file_exporter_do_page
ev_file_exporter_end_page
ev_file_exporter_end
ev_file_exporter_get_capabilities
<SUBSECTION Standard>
ev_file_exporter_format_get_type
EV_TYPE_FILE_EXPORTER_FORMAT
ev_file_exporter_capabilities_get_type
EV_TYPE_FILE_EXPORTER_CAPABILITIES
EV_FILE_EXPORTER
EV_IS_FILE_EXPORTER
EV_TYPE_FILE_EXPORTER
ev_file_exporter_get_type
EV_FILE_EXPORTER_GET_IFACE
</SECTION>

<SECTION>
<FILE>ev-document-forms</FILE>
<TITLE>EvDocumentForms</TITLE>
EV_DOCUMENT_FORMS_IFACE
EV_IS_DOCUMENT_FORMS_IFACE
EvDocumentForms
EvDocumentFormsIface
ev_document_forms_get_form_fields
ev_document_forms_form_field_text_get_text
ev_document_forms_form_field_text_set_text
ev_document_forms_form_field_button_get_state
ev_document_forms_form_field_button_set_state
ev_document_forms_form_field_choice_get_item
ev_document_forms_form_field_choice_get_n_items
ev_document_forms_form_field_choice_is_item_selected
ev_document_forms_form_field_choice_select_item
ev_document_forms_form_field_choice_toggle_item
ev_document_forms_form_field_choice_unselect_all
ev_document_forms_form_field_choice_set_text
ev_document_forms_form_field_choice_get_text
<SUBSECTION Standard>
ev_form_field_text_type_get_type
EV_TYPE_FORM_FIELD_TEXT_TYPE
ev_form_field_button_type_get_type
EV_TYPE_FORM_FIELD_BUTTON_TYPE
ev_form_field_choice_type_get_type
EV_TYPE_FORM_FIELD_CHOICE_TYPE
EV_DOCUMENT_FORMS
EV_IS_DOCUMENT_FORMS
EV_TYPE_DOCUMENT_FORMS
ev_document_forms_get_type
EV_DOCUMENT_FORMS_GET_IFACE
</SECTION>

<SECTION>
<FILE>ev-document-print</FILE>
<TITLE>EvDocumentPrint</TITLE>
EV_DOCUMENT_PRINT_IFACE
EV_IS_DOCUMENT_PRINT_IFACE
EvDocumentPrint
EvDocumentPrintIface
ev_document_print_print_page
<SUBSECTION Standard>
EV_DOCUMENT_PRINT
EV_IS_DOCUMENT_PRINT
EV_TYPE_DOCUMENT_PRINT
ev_document_print_get_type
EV_DOCUMENT_PRINT_GET_IFACE
</SECTION>

<SECTION>
<FILE>ev-image</FILE>
<TITLE>EvImage</TITLE>
EvImage
EvImageClass
EvImagePrivate
ev_image_new
ev_image_new_from_pixbuf
ev_image_get_id
ev_image_get_page
ev_image_get_pixbuf
ev_image_save_tmp
ev_image_get_tmp_uri
<SUBSECTION Standard>
EV_IMAGE
EV_IS_IMAGE
EV_TYPE_IMAGE
ev_image_get_type
EV_IMAGE_CLASS
EV_IS_IMAGE_CLASS
EV_IMAGE_GET_CLASS
</SECTION>

<SECTION>
<FILE>ev-link</FILE>
EvLink
EvLinkClass
EvLinkPrivate
ev_link_new
ev_link_get_title
ev_link_get_action
ev_link_get_page
<SUBSECTION Standard>
ev_link_action_type_get_type
EV_TYPE_LINK_ACTION_TYPE
ev_link_dest_type_get_type
EV_TYPE_LINK_DEST_TYPE
EV_LINK
EV_IS_LINK
EV_TYPE_LINK
ev_link_get_type
EV_LINK_CLASS
EV_IS_LINK_CLASS
EV_LINK_GET_CLASS
</SECTION>

<SECTION>
<FILE>ev-document-layers</FILE>
<TITLE>EvDocumentLayers</TITLE>
EV_DOCUMENT_LAYERS_IFACE
EV_IS_DOCUMENT_LAYERS_IFACE
EvDocumentLayers
EvDocumentLayersIface
ev_document_layers_has_layers
ev_document_layers_get_layers
ev_document_layers_show_layer
ev_document_layers_hide_layer
ev_document_layers_layer_is_visible
<SUBSECTION Standard>
EV_DOCUMENT_LAYERS
EV_IS_DOCUMENT_LAYERS
EV_TYPE_DOCUMENT_LAYERS
ev_document_layers_get_type
EV_DOCUMENT_LAYERS_GET_IFACE
</SECTION>

<SECTION>
<FILE>ev-document-links</FILE>
<TITLE>EvDocumentLinks</TITLE>
EV_DOCUMENT_LINKS_IFACE
EV_IS_DOCUMENT_LINKS_IFACE
EvDocumentLinks
EvDocumentLinksIface
ev_document_links_has_document_links
ev_document_links_get_links_model
ev_document_links_get_links
ev_document_links_find_link_dest
ev_document_links_get_dest_page
ev_document_links_get_dest_page_label
<SUBSECTION Standard>
EV_DOCUMENT_LINKS
EV_IS_DOCUMENT_LINKS
EV_TYPE_DOCUMENT_LINKS
ev_document_links_get_type
EV_DOCUMENT_LINKS_GET_IFACE
</SECTION>

<SECTION>
<FILE>ev-attachment</FILE>
<TITLE>EvAttachment</TITLE>
EvAttachment
EvAttachmentClass
EvAttachmentPrivate
EV_ATTACHMENT_ERROR
ev_attachment_error_quark
ev_attachment_new
ev_attachment_get_name
ev_attachment_get_description
ev_attachment_get_modification_date
ev_attachment_get_creation_date
ev_attachment_get_mime_type
ev_attachment_save
ev_attachment_open
<SUBSECTION Standard>
EV_ATTACHMENT
EV_IS_ATTACHMENT
EV_TYPE_ATTACHMENT
ev_attachment_get_type
EV_ATTACHMENT_CLASS
EV_IS_ATTACHMENT_CLASS
EV_ATTACHMENT_GET_CLASS
</SECTION>

<SECTION>
<FILE>ev-page</FILE>
<TITLE>EvPage</TITLE>
EvPage
EvPageClass
EvBackendPage
EvBackendPageDestroyFunc
ev_page_new
<SUBSECTION Standard>
EV_PAGE
EV_IS_PAGE
EV_TYPE_PAGE
ev_page_get_type
EV_PAGE_CLASS
EV_IS_PAGE_CLASS
EV_PAGE_GET_CLASS
</SECTION>

<SECTION>
<FILE>ev-render-context</FILE>
<TITLE>EvRenderContext</TITLE>
EvRenderContext
EvRenderContextClass
ev_render_context_new
ev_render_context_set_page
ev_render_context_set_rotation
ev_render_context_set_scale
<SUBSECTION Standard>
EV_RENDER_CONTEXT
EV_IS_RENDER_CONTEXT
EV_TYPE_RENDER_CONTEXT
ev_render_context_get_type
EV_RENDER_CONTEXT_CLASS
</SECTION>

<SECTION>
<FILE>ev-form-field</FILE>
<TITLE>EvFormField</TITLE>
EvFormField
EvFormFieldClass
EvFormFieldText
EvFormFieldTextClass
EvFormFieldButton
EvFormFieldButtonClass
EvFormFieldChoice
EvFormFieldChoiceClass
EvFormFieldSignature
EvFormFieldSignatureClass
EvFormFieldTextType
EvFormFieldButtonType
EvFormFieldChoiceType
ev_form_field_text_new
ev_form_field_button_new
ev_form_field_choice_new
ev_form_field_signature_new
<SUBSECTION Standard>
EV_FORM_FIELD
EV_IS_FORM_FIELD
EV_TYPE_FORM_FIELD
ev_form_field_get_type
EV_FORM_FIELD_CLASS
EV_IS_FORM_FIELD_CLASS
EV_FORM_FIELD_GET_CLASS
EV_TYPE_FORM_FIELD_TEXT
ev_form_field_text_get_type
EV_FORM_FIELD_TEXT
EV_FORM_FIELD_TEXT_CLASS
EV_IS_FORM_FIELD_TEXT
EV_IS_FORM_FIELD_TEXT_CLASS
EV_FORM_FIELD_TEXT_GET_CLASS
EV_TYPE_FORM_FIELD_BUTTON
ev_form_field_button_get_type
EV_FORM_FIELD_BUTTON
EV_FORM_FIELD_BUTTON_CLASS
EV_IS_FORM_FIELD_BUTTON
EV_IS_FORM_FIELD_BUTTON_CLASS
EV_FORM_FIELD_BUTTON_GET_CLASS
EV_TYPE_FORM_FIELD_CHOICE
ev_form_field_choice_get_type
EV_FORM_FIELD_CHOICE
EV_FORM_FIELD_CHOICE_CLASS
EV_IS_FORM_FIELD_CHOICE
EV_IS_FORM_FIELD_CHOICE_CLASS
EV_FORM_FIELD_CHOICE_GET_CLASS
EV_TYPE_FORM_FIELD_SIGNATURE
ev_form_field_signature_get_type
EV_FORM_FIELD_SIGNATURE
EV_FORM_FIELD_SIGNATURE_CLASS
EV_IS_FORM_FIELD_SIGNATURE
EV_IS_FORM_FIELD_SIGNATURE_CLASS
EV_FORM_FIELD_SIGNATURE_GET_CLASS
</SECTION>

<SECTION>
<FILE>ev-document-find</FILE>
<TITLE>EvDocumentFind</TITLE>
EV_DOCUMENT_FIND_IFACE
EV_IS_DOCUMENT_FIND_IFACE
EvDocumentFind
EvDocumentFindIface
ev_document_find_find_text
<SUBSECTION Standard>
EV_DOCUMENT_FIND
EV_IS_DOCUMENT_FIND
EV_TYPE_DOCUMENT_FIND
ev_document_find_get_type
EV_DOCUMENT_FIND_GET_IFACE
</SECTION>

<SECTION>
<FILE>ev-document</FILE>
<TITLE>EvDocument</TITLE>
EvDocument
EvDocumentClass
EvDocumentPrivate
EV_DOCUMENT_ERROR
EV_DOC_MUTEX_LOCK
EV_DOC_MUTEX_UNLOCK
EvDocumentError
EvPoint
EvRectangle
EvDocumentBackendInfo
ev_document_error_quark
ev_document_get_doc_mutex
ev_document_doc_mutex_lock
ev_document_doc_mutex_unlock
ev_document_doc_mutex_trylock
ev_document_get_fc_mutex
ev_document_fc_mutex_lock
ev_document_fc_mutex_unlock
ev_document_fc_mutex_trylock
ev_document_get_info
ev_document_get_backend_info
ev_document_load
ev_document_save
ev_document_get_n_pages
ev_document_get_page
ev_document_get_page_size
ev_document_get_page_label
ev_document_render
ev_document_get_uri
ev_document_get_title
ev_document_is_page_size_uniform
ev_document_get_max_page_size
ev_document_check_dimensions
ev_document_get_max_label_len
ev_document_has_text_page_labels
ev_document_find_page_by_label
ev_rect_cmp
EV_TYPE_RECTANGLE
ev_rectangle_get_type
ev_rectangle_new
ev_rectangle_copy
ev_rectangle_free
EV_BACKEND_IMPLEMENT_INTERFACE
EV_BACKEND_REGISTER_WITH_CODE
EV_BACKEND_REGISTER
EV_DEFINE_BOXED_TYPE
EV_DEFINE_INTERFACE
<SUBSECTION Standard>
EV_DOCUMENT
EV_IS_DOCUMENT
EV_TYPE_DOCUMENT
ev_document_get_type
EV_DOCUMENT_CLASS
EV_IS_DOCUMENT_CLASS
EV_DOCUMENT_GET_CLASS
</SECTION>

<SECTION>
<FILE>ev-link-dest</FILE>
EvLinkDest
EvLinkDestClass
EvLinkDestPrivate
EvLinkDestType
ev_link_dest_get_dest_type
ev_link_dest_get_page
ev_link_dest_get_top
ev_link_dest_get_left
ev_link_dest_get_bottom
ev_link_dest_get_right
ev_link_dest_get_zoom
ev_link_dest_get_named_dest
ev_link_dest_get_page_label
ev_link_dest_new_page
ev_link_dest_new_xyz
ev_link_dest_new_fit
ev_link_dest_new_fith
ev_link_dest_new_fitv
ev_link_dest_new_fitr
ev_link_dest_new_named
ev_link_dest_new_page_label
<SUBSECTION Standard>
EV_LINK_DEST
EV_IS_LINK_DEST
EV_TYPE_LINK_DEST
ev_link_dest_get_type
EV_LINK_DEST_CLASS
EV_IS_LINK_DEST_CLASS
EV_LINK_DEST_GET_CLASS
</SECTION>

<SECTION>
<FILE>ev-link-action</FILE>
EvLinkAction
EvLinkActionClass
EvLinkActionPrivate
EvLinkActionType
ev_link_action_get_action_type
ev_link_action_get_dest
ev_link_action_get_uri
ev_link_action_get_filename
ev_link_action_get_params
ev_link_action_get_name
ev_link_action_new_dest
ev_link_action_new_remote
ev_link_action_new_external_uri
ev_link_action_new_launch
ev_link_action_new_named
<SUBSECTION Standard>
EV_LINK_ACTION
EV_IS_LINK_ACTION
EV_TYPE_LINK_ACTION
ev_link_action_get_type
EV_LINK_ACTION_CLASS
EV_IS_LINK_ACTION_CLASS
EV_LINK_ACTION_GET_CLASS
</SECTION>

<SECTION>
<FILE>ev-document-images</FILE>
<TITLE>EvDocumentImages</TITLE>
EV_DOCUMENT_IMAGES_IFACE
EV_IS_DOCUMENT_IMAGES_IFACE
EvDocumentImages
EvDocumentImagesIface
ev_document_images_get_image_mapping
ev_document_images_get_image
<SUBSECTION Standard>
EV_DOCUMENT_IMAGES
EV_IS_DOCUMENT_IMAGES
EV_TYPE_DOCUMENT_IMAGES
ev_document_images_get_type
EV_DOCUMENT_IMAGES_GET_IFACE
</SECTION>

<SECTION>
<FILE>ev-async-renderer</FILE>
<TITLE>EvAsyncRenderer</TITLE>
EV_ASYNC_RENDERER_IFACE
EV_IS_ASYNC_RENDERER_IFACE
EvAsyncRenderer
EvAsyncRendererIface
ev_async_renderer_render_pixbuf
<SUBSECTION Standard>
EV_ASYNC_RENDERER
EV_IS_ASYNC_RENDERER
EV_TYPE_ASYNC_RENDERER
ev_async_renderer_get_type
EV_ASYNC_RENDERER_GET_IFACE
</SECTION>

<SECTION>
<FILE>ev-selection</FILE>
<TITLE>EvSelection</TITLE>
EV_SELECTION_IFACE
EV_IS_SELECTION_IFACE
EvSelectionStyle
EvSelection
EvSelectionIface
ev_selection_render_selection
ev_selection_get_selected_text
ev_selection_get_selection_map
ev_selection_get_selection_region
<SUBSECTION Standard>
ev_selection_style_get_type
EV_TYPE_SELECTION_STYLE
EV_SELECTION
EV_IS_SELECTION
EV_TYPE_SELECTION
ev_selection_get_type
EV_SELECTION_GET_IFACE
</SECTION>

<SECTION>
<FILE>ev-document-attachments</FILE>
<TITLE>EvDocumentAttachments</TITLE>
EV_DOCUMENT_ATTACHMENTS_IFACE
EV_IS_DOCUMENT_ATTACHMENTS_IFACE
EvDocumentAttachments
EvDocumentAttachmentsIface
ev_document_attachments_has_attachments
ev_document_attachments_get_attachments
<SUBSECTION Standard>
EV_DOCUMENT_ATTACHMENTS
EV_IS_DOCUMENT_ATTACHMENTS
EV_TYPE_DOCUMENT_ATTACHMENTS
ev_document_attachments_get_type
EV_DOCUMENT_ATTACHMENTS_GET_IFACE
</SECTION>

<SECTION>
<FILE>ev-document-security</FILE>
<TITLE>EvDocumentSecurity</TITLE>
EV_DOCUMENT_SECURITY_IFACE
EV_IS_DOCUMENT_SECURITY_IFACE
EvDocumentSecurity
EvDocumentSecurityIface
ev_document_security_has_document_security
ev_document_security_set_password
<SUBSECTION Standard>
EV_DOCUMENT_SECURITY
EV_IS_DOCUMENT_SECURITY
EV_TYPE_DOCUMENT_SECURITY
ev_document_security_get_type
EV_DOCUMENT_SECURITY_GET_IFACE
</SECTION>

<SECTION>
<FILE>ev-annotation</FILE>
<TITLE>EvAnnotation</TITLE>
EvAnnotation
EvAnnotationClass
EvAnnotationMarkup
EvAnnotationMarkupIface
EvAnnotationText
EvAnnotationTextClass
EvAnnotationAttachment
EvAnnotationAttachmentClass
ev_annotation_markup_get_label
ev_annotation_markup_set_label
ev_annotation_markup_get_opacity
ev_annotation_markup_set_opacity
ev_annotation_markup_has_popup
ev_annotation_markup_get_rectangle
ev_annotation_markup_get_is_open
ev_annotation_markup_set_is_open
ev_annotation_text_new
ev_annotation_attachment_new
<SUBSECTION Standard>
EV_ANNOTATION
EV_IS_ANNOTATION
EV_TYPE_ANNOTATION
ev_annotation_get_type
EV_ANNOTATION_CLASS
EV_IS_ANNOTATION_CLASS
EV_ANNOTATION_GET_CLASS
EV_TYPE_ANNOTATION_MARKUP
ev_annotation_markup_get_type
EV_ANNOTATION_MARKUP
EV_ANNOTATION_MARKUP_IFACE
EV_IS_ANNOTATION_MARKUP
EV_IS_ANNOTATION_MARKUP_IFACE
EV_ANNOTATION_MARKUP_GET_IFACE
EV_TYPE_ANNOTATION_TEXT
ev_annotation_text_get_type
EV_ANNOTATION_TEXT
EV_ANNOTATION_TEXT_CLASS
EV_IS_ANNOTATION_TEXT
EV_IS_ANNOTATION_TEXT_CLASS
EV_ANNOTATION_TEXT_GET_CLASS
EV_TYPE_ANNOTATION_ATTACHMENT
ev_annotation_attachment_get_type
EV_ANNOTATION_ATTACHMENT
EV_ANNOTATION_ATTACHMENT_CLASS
EV_IS_ANNOTATION_ATTACHMENT
EV_IS_ANNOTATION_ATTACHMENT_CLASS
EV_ANNOTATION_ATTACHMENT_GET_CLASS
</SECTION>

<SECTION>
<FILE>ev-document-transition</FILE>
<TITLE>EvDocumentTransition</TITLE>
EV_DOCUMENT_TRANSITION_IFACE
EV_IS_DOCUMENT_TRANSITION_IFACE
EvDocumentTransition
EvDocumentTransitionIface
ev_document_transition_get_page_duration
ev_document_transition_get_effect
<SUBSECTION Standard>
EV_DOCUMENT_TRANSITION
EV_IS_DOCUMENT_TRANSITION
EV_TYPE_DOCUMENT_TRANSITION
ev_document_transition_get_type
EV_DOCUMENT_TRANSITION_GET_IFACE
</SECTION>

<SECTION>
<FILE>ev-transition-effect</FILE>
EvTransitionEffectType
EvTransitionEffectAlignment
EvTransitionEffectDirection
EvTransitionEffect
EvTransitionEffectClass
ev_transition_effect_new
<SUBSECTION Standard>
ev_transition_effect_type_get_type
EV_TYPE_TRANSITION_EFFECT_TYPE
ev_transition_effect_alignment_get_type
EV_TYPE_TRANSITION_EFFECT_ALIGNMENT
ev_transition_effect_direction_get_type
EV_TYPE_TRANSITION_EFFECT_DIRECTION
EV_TRANSITION_EFFECT
EV_IS_TRANSITION_EFFECT
EV_TYPE_TRANSITION_EFFECT
ev_transition_effect_get_type
EV_TRANSITION_EFFECT_CLASS
EV_IS_TRANSITION_EFFECT_CLASS
EV_TRANSITION_EFFECT_GET_CLASS
</SECTION>

<SECTION>
<FILE>ev-document-annotations</FILE>
<TITLE>EvDocumentAnnotations</TITLE>
EV_DOCUMENT_ANNOTATIONS_IFACE
EV_IS_DOCUMENT_ANNOTATIONS_IFACE
EvDocumentAnnotations
EvDocumentAnnotationsIface
ev_document_annotations_get_annotations
ev_document_annotations_annotation_set_contents
<SUBSECTION Standard>
EV_DOCUMENT_ANNOTATIONS
EV_IS_DOCUMENT_ANNOTATIONS
EV_TYPE_DOCUMENT_ANNOTATIONS
ev_document_annotations_get_type
EV_DOCUMENT_ANNOTATIONS_GET_IFACE
</SECTION>

<SECTION>
<FILE>ev-document-fonts</FILE>
<TITLE>EvDocumentFonts</TITLE>
EV_DOCUMENT_FONTS_IFACE
EV_IS_DOCUMENT_FONTS_IFACE
EvDocumentFonts
EvDocumentFontsIface
ev_document_fonts_scan
ev_document_fonts_get_progress
ev_document_fonts_fill_model
<SUBSECTION Standard>
EV_DOCUMENT_FONTS
EV_IS_DOCUMENT_FONTS
EV_TYPE_DOCUMENT_FONTS
ev_document_fonts_get_type
EV_DOCUMENT_FONTS_GET_IFACE
</SECTION>

<SECTION>
<FILE>ev-document-factory</FILE>
ev_document_factory_get_document
ev_document_factory_add_filters
</SECTION>

<SECTION>
<FILE>ev-init</FILE>
ev_init
ev_shutdown
</SECTION>

<SECTION>
<FILE>ev-mapping</FILE>
EvMapping
ev_mapping_list_find
ev_mapping_list_find_custom
ev_mapping_list_get_data
ev_mapping_list_free
</SECTION>

<SECTION>
<FILE>ev-backends-manager</FILE>
EvTypeInfo
ev_backends_manager_get_document
ev_backends_manager_get_document_module_name
ev_backends_manager_get_document_type_info
ev_backends_manager_get_all_types_info
</SECTION>

<SECTION>
<FILE>ev-file-helpers</FILE>
EvCompressionType
ev_mkstemp
ev_mkstemp_file
ev_mkdtemp
ev_tmp_filename_unlink
ev_tmp_file_unlink
ev_tmp_uri_unlink
ev_xfer_uri_simple
ev_file_get_mime_type
ev_file_uncompress
ev_file_compress
<SUBSECTION Standard>
ev_compression_type_get_type
EV_TYPE_COMPRESSION_TYPE
</SECTION>

<SECTION>
<FILE>ev-version</FILE>
<TITLE>Version checks</TITLE>
EV_MAJOR_VERSION
EV_MINOR_VERSION
EV_MICRO_VERSION
EV_CHECK_VERSION
</SECTION>

<SECTION>
<FILE>ev-document-misc</FILE>
<TITLE>EvDocumentMisc</TITLE>
ev_document_misc_get_thumbnail_frame
ev_document_misc_get_page_border_size
ev_document_misc_paint_one_page
ev_document_misc_surface_from_pixbuf
ev_document_misc_pixbuf_from_surface
ev_document_misc_surface_rotate_and_scale
ev_document_misc_invert_surface
ev_document_misc_invert_pixbuf
</SECTION>

<SECTION>
<FILE>ev-document-info</FILE>
<TITLE>EvDocumentInfo</TITLE>
EvDocumentInfo
EvDocumentLicense
EvDocumentLayout
EvDocumentMode
EvDocumentUIHints
PERMISSIONS_FULL
EvDocumentPermissions
EvDocumentInfoFields
ev_document_info_copy
ev_document_info_free
ev_document_license_new
ev_document_license_copy
ev_document_license_free
ev_document_license_get_text
ev_document_license_get_uri
ev_document_license_get_web_statement
ev_document_error_get_type
<SUBSECTION Standard>
EV_TYPE_DOCUMENT_INFO
ev_document_info_get_type
EV_TYPE_DOCUMENT_LICENSE
ev_document_license_get_type
EV_TYPE_DOCUMENT_ERROR
ev_document_layout_get_type
EV_TYPE_DOCUMENT_LAYOUT
ev_document_mode_get_type
EV_TYPE_DOCUMENT_MODE
ev_document_ui_hints_get_type
EV_TYPE_DOCUMENT_UI_HINTS
ev_document_permissions_get_type
EV_TYPE_DOCUMENT_PERMISSIONS
ev_document_info_fields_get_type
EV_TYPE_DOCUMENT_INFO_FIELDS
</SECTION>