File: libevdocument-sections.txt

package info (click to toggle)
evince 3.14.1-2%2Bdeb8u2
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 31,676 kB
  • ctags: 11,317
  • sloc: ansic: 68,313; sh: 11,402; cpp: 5,295; makefile: 1,658; xml: 800
file content (905 lines) | stat: -rw-r--r-- 20,872 bytes parent folder | download | duplicates (2)
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
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
<SECTION>
<FILE>ev-layer</FILE>
<TITLE>EvLayer</TITLE>
EvLayer
EvLayerClass
ev_layer_new
ev_layer_is_parent
ev_layer_get_rb_group
<SUBSECTION Standard>
EV_LAYER
EV_IS_LAYER
EV_TYPE_LAYER
EV_LAYER_CLASS
EV_IS_LAYER_CLASS
EV_LAYER_GET_CLASS
<SUBSECTION Private>
EvLayerPrivate
ev_layer_get_type
</SECTION>

<SECTION>
<FILE>ev-file-exporter</FILE>
<TITLE>EvFileExporter</TITLE>
EvFileExporterFormat
EvFileExporterCapabilities
EvFileExporterContext
EvFileExporter
EvFileExporterInterface
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_TYPE_FILE_EXPORTER_FORMAT
EV_TYPE_FILE_EXPORTER_CAPABILITIES
EV_FILE_EXPORTER
EV_IS_FILE_EXPORTER
EV_TYPE_FILE_EXPORTER
EV_FILE_EXPORTER_IFACE
EV_IS_FILE_EXPORTER_IFACE
EV_FILE_EXPORTER_GET_IFACE
<SUBSECTION Private>
ev_file_exporter_format_get_type
ev_file_exporter_capabilities_get_type
ev_file_exporter_get_type
</SECTION>

<SECTION>
<FILE>ev-document-forms</FILE>
<TITLE>EvDocumentForms</TITLE>
EvDocumentForms
EvDocumentFormsInterface
ev_document_forms_document_is_modified
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_TYPE_FORM_FIELD_TEXT_TYPE
EV_TYPE_FORM_FIELD_BUTTON_TYPE
EV_TYPE_FORM_FIELD_CHOICE_TYPE
EV_DOCUMENT_FORMS
EV_IS_DOCUMENT_FORMS
EV_TYPE_DOCUMENT_FORMS
EV_DOCUMENT_FORMS_IFACE
EV_IS_DOCUMENT_FORMS_IFACE
EV_DOCUMENT_FORMS_GET_IFACE
<SUBSECTION Private>
ev_form_field_text_type_get_type
ev_form_field_button_type_get_type
ev_form_field_choice_type_get_type
ev_document_forms_get_type
</SECTION>

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

<SECTION>
<FILE>ev-image</FILE>
<TITLE>EvImage</TITLE>
EvImage
EvImageClass
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_CLASS
EV_IS_IMAGE_CLASS
EV_IMAGE_GET_CLASS
<SUBSECTION Private>
EvImagePrivate
ev_image_get_type
</SECTION>

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

<SECTION>
<FILE>ev-document-layers</FILE>
<TITLE>EvDocumentLayers</TITLE>
EvDocumentLayers
EvDocumentLayersInterface
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_IFACE
EV_IS_DOCUMENT_LAYERS_IFACE
EV_DOCUMENT_LAYERS_GET_IFACE
<SUBSECTION Private>
ev_document_layers_get_type
</SECTION>

<SECTION>
<FILE>ev-document-links</FILE>
<TITLE>EvDocumentLinks</TITLE>
EvDocumentLinks
EvDocumentLinksInterface
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
ev_document_links_find_link_page
ev_document_links_get_link_page
ev_document_links_get_link_page_label
<SUBSECTION Standard>
EV_DOCUMENT_LINKS
EV_IS_DOCUMENT_LINKS
EV_TYPE_DOCUMENT_LINKS
EV_DOCUMENT_LINKS_IFACE
EV_IS_DOCUMENT_LINKS_IFACE
EV_DOCUMENT_LINKS_GET_IFACE
<SUBSECTION Private>
ev_document_links_get_type
</SECTION>

<SECTION>
<FILE>ev-attachment</FILE>
<TITLE>EvAttachment</TITLE>
EvAttachment
EvAttachmentClass
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_ERROR
EV_ATTACHMENT
EV_IS_ATTACHMENT
EV_TYPE_ATTACHMENT
EV_ATTACHMENT_CLASS
EV_IS_ATTACHMENT_CLASS
EV_ATTACHMENT_GET_CLASS
<SUBSECTION Private>
EvAttachmentPrivate
ev_attachment_get_type
ev_attachment_error_quark
</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_CLASS
EV_IS_PAGE_CLASS
EV_PAGE_GET_CLASS
<SUBSECTION Private>
ev_page_get_type
</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
ev_render_context_set_target_size
ev_render_context_compute_scaled_size
ev_render_context_compute_transformed_size
ev_render_context_compute_scales
<SUBSECTION Standard>
EV_RENDER_CONTEXT
EV_IS_RENDER_CONTEXT
EV_TYPE_RENDER_CONTEXT
EV_RENDER_CONTEXT_CLASS
<SUBSECTION Private>
ev_render_context_get_type
</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_CLASS
EV_IS_FORM_FIELD_CLASS
EV_FORM_FIELD_GET_CLASS
EV_TYPE_FORM_FIELD_TEXT
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
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
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
EV_FORM_FIELD_SIGNATURE_CLASS
EV_IS_FORM_FIELD_SIGNATURE
EV_IS_FORM_FIELD_SIGNATURE_CLASS
EV_FORM_FIELD_SIGNATURE_GET_CLASS
<SUBSECTION Private>
ev_form_field_get_type
ev_form_field_text_get_type
ev_form_field_button_get_type
ev_form_field_choice_get_type
ev_form_field_signature_get_type
</SECTION>

<SECTION>
<FILE>ev-document-find</FILE>
<TITLE>EvDocumentFind</TITLE>
EvDocumentFind
EvDocumentFindInterface
EvFindOptions
ev_document_find_find_text
ev_document_find_find_text_with_options
ev_document_find_get_supported_options
<SUBSECTION Standard>
EV_DOCUMENT_FIND
EV_IS_DOCUMENT_FIND
EV_TYPE_DOCUMENT_FIND
EV_DOCUMENT_FIND_IFACE
EV_IS_DOCUMENT_FIND_IFACE
EV_DOCUMENT_FIND_GET_IFACE
EV_TYPE_FIND_OPTIONS
<SUBSECTION Private>
ev_document_find_get_type
ev_find_options_get_type
</SECTION>

<SECTION>
<FILE>ev-document</FILE>
<TITLE>EvDocument</TITLE>
EvDocument
EvDocumentClass
EV_DOC_MUTEX_LOCK
EV_DOC_MUTEX_UNLOCK
EvDocumentError
EvPoint
EvSourceLink
EvRectangle
EvDocumentBackendInfo
EvDocumentLoadFlags
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_load_stream
ev_document_load_gfile
ev_document_save
ev_document_get_n_pages
ev_document_get_page
ev_document_get_page_size
ev_document_get_page_label
ev_document_get_min_page_size
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_document_get_thumbnail
ev_document_get_thumbnail_surface
ev_document_has_synctex
ev_document_synctex_backward_search
ev_document_synctex_forward_search
ev_source_link_copy
ev_source_link_free
ev_source_link_new
ev_rect_cmp
ev_rectangle_new
ev_rectangle_copy
ev_rectangle_free
EV_BACKEND_IMPLEMENT_INTERFACE
EV_BACKEND_REGISTER_WITH_CODE
EV_BACKEND_REGISTER
<SUBSECTION Standard>
EV_DOCUMENT_ERROR
EV_DOCUMENT
EV_IS_DOCUMENT
EV_TYPE_DOCUMENT
EV_DOCUMENT_CLASS
EV_IS_DOCUMENT_CLASS
EV_DOCUMENT_GET_CLASS
EV_TYPE_RECTANGLE
EV_TYPE_SOURCE_LINK
EV_TYPE_DOCUMENT_LOAD_FLAGS
<SUBSECTION Private>
ev_document_error_quark
EvDocumentPrivate
ev_document_get_type
ev_rectangle_get_type
ev_source_link_get_type
ev_document_load_flags_get_type
</SECTION>

<SECTION>
<FILE>ev-link-dest</FILE>
EvLinkDest
EvLinkDestClass
EvLinkDestType
ev_link_dest_equal
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_CLASS
EV_IS_LINK_DEST_CLASS
EV_LINK_DEST_GET_CLASS
<SUBSECTION Private>
EvLinkDestPrivate
ev_link_dest_get_type
</SECTION>

<SECTION>
<FILE>ev-link-action</FILE>
EvLinkAction
EvLinkActionClass
EvLinkActionType
ev_link_action_equal
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_get_hide_list
ev_link_action_get_show_list
ev_link_action_get_toggle_list
ev_link_action_new_layers_state
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_CLASS
EV_IS_LINK_ACTION_CLASS
EV_LINK_ACTION_GET_CLASS
<SUBSECTION Private>
EvLinkActionPrivate
ev_link_action_get_type
</SECTION>

<SECTION>
<FILE>ev-document-images</FILE>
<TITLE>EvDocumentImages</TITLE>
EvDocumentImages
EvDocumentImagesInterface
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_IFACE
EV_IS_DOCUMENT_IMAGES_IFACE
EV_DOCUMENT_IMAGES_GET_IFACE
<SUBSECTION Private>
ev_document_images_get_type
</SECTION>

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

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

<SECTION>
<FILE>ev-document-attachments</FILE>
<TITLE>EvDocumentAttachments</TITLE>
EvDocumentAttachments
EvDocumentAttachmentsInterface
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_IFACE
EV_IS_DOCUMENT_ATTACHMENTS_IFACE
EV_DOCUMENT_ATTACHMENTS_GET_IFACE
<SUBSECTION Private>
ev_document_attachments_get_type
</SECTION>

<SECTION>
<FILE>ev-document-security</FILE>
<TITLE>EvDocumentSecurity</TITLE>
EvDocumentSecurity
EvDocumentSecurityInterface
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_IFACE
EV_IS_DOCUMENT_SECURITY_IFACE
EV_DOCUMENT_SECURITY_GET_IFACE
<SUBSECTION Private>
ev_document_security_get_type
</SECTION>

<SECTION>
<FILE>ev-annotation</FILE>
<TITLE>EvAnnotation</TITLE>
EvAnnotation
EvAnnotationClass
EvAnnotationMarkup
EvAnnotationMarkupInterface
EvAnnotationText
EvAnnotationTextClass
EvAnnotationAttachment
EvAnnotationAttachmentClass
EvAnnotationTextIcon
EvAnnotationType
ev_annotation_get_annotation_type
ev_annotation_get_page
ev_annotation_get_page_index
ev_annotation_equal
ev_annotation_get_contents
ev_annotation_set_contents
ev_annotation_get_name
ev_annotation_set_name
ev_annotation_get_modified
ev_annotation_set_modified
ev_annotation_set_modified_from_time
ev_annotation_get_color
ev_annotation_set_color
ev_annotation_get_rgba
ev_annotation_set_rgba
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_set_has_popup
ev_annotation_markup_get_rectangle
ev_annotation_markup_set_rectangle
ev_annotation_markup_get_popup_is_open
ev_annotation_markup_set_popup_is_open
ev_annotation_text_new
ev_annotation_text_get_icon
ev_annotation_text_set_icon
ev_annotation_text_get_is_open
ev_annotation_text_set_is_open
ev_annotation_attachment_new
ev_annotation_attachment_get_attachment
ev_annotation_attachment_set_attachment
<SUBSECTION Standard>
EV_ANNOTATION
EV_IS_ANNOTATION
EV_TYPE_ANNOTATION
EV_ANNOTATION_CLASS
EV_IS_ANNOTATION_CLASS
EV_ANNOTATION_GET_CLASS
EV_TYPE_ANNOTATION_MARKUP
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
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
EV_ANNOTATION_ATTACHMENT_CLASS
EV_IS_ANNOTATION_ATTACHMENT
EV_IS_ANNOTATION_ATTACHMENT_CLASS
EV_ANNOTATION_ATTACHMENT_GET_CLASS
EV_TYPE_ANNOTATION_TEXT_ICON
EV_TYPE_ANNOTATION_TYPE
<SUBSECTION Private>
ev_annotation_get_type
ev_annotation_markup_get_type
ev_annotation_text_get_type
ev_annotation_attachment_get_type
ev_annotation_text_icon_get_type
ev_annotation_type_get_type
</SECTION>

<SECTION>
<FILE>ev-document-text</FILE>
<TITLE>EvDocumentText</TITLE>
EvDocumentText
EvDocumentTextInterface
ev_document_text_get_text
ev_document_text_get_text_layout
ev_document_text_get_text_mapping
ev_document_text_get_text_attrs
<SUBSECTION Standard>
EV_DOCUMENT_TEXT_IFACE
EV_IS_DOCUMENT_TEXT_IFACE
EV_DOCUMENT_TEXT
EV_IS_DOCUMENT_TEXT
EV_DOCUMENT_TEXT_GET_IFACE
EV_TYPE_DOCUMENT_TEXT
<SUBSECTION Private>
ev_document_text_get_type
</SECTION>

<SECTION>
<FILE>ev-document-transition</FILE>
<TITLE>EvDocumentTransition</TITLE>
EvDocumentTransition
EvDocumentTransitionInterface
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_IFACE
EV_IS_DOCUMENT_TRANSITION_IFACE
EV_DOCUMENT_TRANSITION_GET_IFACE
<SUBSECTION Private>
ev_document_transition_get_type
</SECTION>

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

<SECTION>
<FILE>ev-document-annotations</FILE>
<TITLE>EvDocumentAnnotations</TITLE>
EvDocumentAnnotations
EvDocumentAnnotationsInterface
EvAnnotationsSaveMask
ev_document_annotations_get_annotations
ev_document_annotations_add_annotation
ev_document_annotations_can_add_annotation
ev_document_annotations_document_is_modified
ev_document_annotations_save_annotation
<SUBSECTION Standard>
EV_DOCUMENT_ANNOTATIONS
EV_IS_DOCUMENT_ANNOTATIONS
EV_TYPE_DOCUMENT_ANNOTATIONS
EV_DOCUMENT_ANNOTATIONS_IFACE
EV_IS_DOCUMENT_ANNOTATIONS_IFACE
EV_DOCUMENT_ANNOTATIONS_GET_IFACE
EV_TYPE_ANNOTATIONS_SAVE_MASK
<SUBSECTION Private>
ev_document_annotations_get_type
ev_annotations_save_mask_get_type
</SECTION>

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

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

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

<SECTION>
<FILE>ev-mapping</FILE>
EvMapping
EvMappingList
ev_mapping_list_new
ev_mapping_list_ref
ev_mapping_list_unref
ev_mapping_list_get
ev_mapping_list_get_data
ev_mapping_list_get_list
ev_mapping_list_get_page
ev_mapping_list_length
ev_mapping_list_nth
ev_mapping_list_find
ev_mapping_list_find_custom
<SUBSECTION Standard>
EV_TYPE_MAPPING_LIST
<SUBSECTION Private>
ev_mapping_list_get_type
</SECTION>

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

<SUBSECTION Deprecated>
ev_backends_manager_get_document_module_name
ev_backends_manager_get_document_type_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_copy_metadata
ev_file_get_mime_type
ev_file_uncompress
ev_file_compress
ev_file_is_temp
ev_get_locale_dir
<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_pointer_position
ev_document_misc_get_screen_dpi
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
ev_document_misc_format_date
ev_document_misc_render_loading_thumbnail
ev_document_misc_render_thumbnail_with_frame
ev_document_misc_render_loading_thumbnail_surface
ev_document_misc_render_thumbnail_surface_with_frame
<SUBSECTION Deprecated>
ev_document_misc_get_loading_thumbnail
ev_document_misc_get_page_border_size
ev_document_misc_paint_one_page
ev_document_misc_get_thumbnail_frame
</SECTION>

<SECTION>
<FILE>ev-document-info</FILE>
<TITLE>EvDocumentInfo</TITLE>
EvDocumentInfo
EvDocumentLicense
EvDocumentLayout
EvDocumentMode
EvDocumentUIHints
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_TYPE_DOCUMENT_LICENSE
EV_TYPE_DOCUMENT_ERROR
EV_TYPE_DOCUMENT_LAYOUT
EV_TYPE_DOCUMENT_MODE
EV_TYPE_DOCUMENT_UI_HINTS
EV_TYPE_DOCUMENT_PERMISSIONS
EV_TYPE_DOCUMENT_INFO_FIELDS
<SUBSECTION Private>
ev_document_info_get_type
ev_document_license_get_type
ev_document_layout_get_type
ev_document_mode_get_type
ev_document_ui_hints_get_type
ev_document_permissions_get_type
ev_document_info_fields_get_type
</SECTION>