aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/libadwaita/pkg-plist
blob: 5bd9fc15f0067b7546d68fde6e230347e4e92d6a (plain) (blame)
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
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
bin/adwaita-1-demo
include/libadwaita-1/adw-action-row.h
include/libadwaita-1/adw-animation-target.h
include/libadwaita-1/adw-animation-util.h
include/libadwaita-1/adw-animation.h
include/libadwaita-1/adw-application-window.h
include/libadwaita-1/adw-application.h
include/libadwaita-1/adw-avatar.h
include/libadwaita-1/adw-bin.h
include/libadwaita-1/adw-button-content.h
include/libadwaita-1/adw-carousel-indicator-dots.h
include/libadwaita-1/adw-carousel-indicator-lines.h
include/libadwaita-1/adw-carousel.h
include/libadwaita-1/adw-clamp-layout.h
include/libadwaita-1/adw-clamp-scrollable.h
include/libadwaita-1/adw-clamp.h
include/libadwaita-1/adw-combo-row.h
include/libadwaita-1/adw-deprecation-macros.h
include/libadwaita-1/adw-easing.h
include/libadwaita-1/adw-enum-list-model.h
include/libadwaita-1/adw-enums.h
include/libadwaita-1/adw-expander-row.h
include/libadwaita-1/adw-flap.h
include/libadwaita-1/adw-fold-threshold-policy.h
include/libadwaita-1/adw-header-bar.h
include/libadwaita-1/adw-leaflet.h
include/libadwaita-1/adw-main.h
include/libadwaita-1/adw-navigation-direction.h
include/libadwaita-1/adw-preferences-group.h
include/libadwaita-1/adw-preferences-page.h
include/libadwaita-1/adw-preferences-row.h
include/libadwaita-1/adw-preferences-window.h
include/libadwaita-1/adw-split-button.h
include/libadwaita-1/adw-spring-animation.h
include/libadwaita-1/adw-spring-params.h
include/libadwaita-1/adw-squeezer.h
include/libadwaita-1/adw-status-page.h
include/libadwaita-1/adw-style-manager.h
include/libadwaita-1/adw-swipe-tracker.h
include/libadwaita-1/adw-swipeable.h
include/libadwaita-1/adw-tab-bar.h
include/libadwaita-1/adw-tab-view.h
include/libadwaita-1/adw-timed-animation.h
include/libadwaita-1/adw-toast-overlay.h
include/libadwaita-1/adw-toast.h
include/libadwaita-1/adw-version.h
include/libadwaita-1/adw-view-stack.h
include/libadwaita-1/adw-view-switcher-bar.h
include/libadwaita-1/adw-view-switcher-title.h
include/libadwaita-1/adw-view-switcher.h
include/libadwaita-1/adw-window-title.h
include/libadwaita-1/adw-window.h
include/libadwaita-1/adwaita.h
lib/girepository-1.0/Adw-1.typelib
lib/libadwaita-1.so
lib/libadwaita-1.so.0
libdata/pkgconfig/libadwaita-1.pc
share/applications/org.gnome.Adwaita1.Demo.desktop
%%PORTDOCS%%%%DOCSDIR%%-1/RedHatDisplay-Black.woff
%%PORTDOCS%%%%DOCSDIR%%-1/RedHatDisplay-Black.woff2
%%PORTDOCS%%%%DOCSDIR%%-1/RedHatDisplay-BlackItalic.woff
%%PORTDOCS%%%%DOCSDIR%%-1/RedHatDisplay-BlackItalic.woff2
%%PORTDOCS%%%%DOCSDIR%%-1/RedHatDisplay-Bold.woff
%%PORTDOCS%%%%DOCSDIR%%-1/RedHatDisplay-Bold.woff2
%%PORTDOCS%%%%DOCSDIR%%-1/RedHatDisplay-BoldItalic.woff
%%PORTDOCS%%%%DOCSDIR%%-1/RedHatDisplay-BoldItalic.woff2
%%PORTDOCS%%%%DOCSDIR%%-1/RedHatDisplay-Medium.woff
%%PORTDOCS%%%%DOCSDIR%%-1/RedHatDisplay-Medium.woff2
%%PORTDOCS%%%%DOCSDIR%%-1/RedHatDisplay-MediumItalic.woff
%%PORTDOCS%%%%DOCSDIR%%-1/RedHatDisplay-MediumItalic.woff2
%%PORTDOCS%%%%DOCSDIR%%-1/RedHatDisplay-Regular.woff
%%PORTDOCS%%%%DOCSDIR%%-1/RedHatDisplay-Regular.woff2
%%PORTDOCS%%%%DOCSDIR%%-1/RedHatText-Bold.woff
%%PORTDOCS%%%%DOCSDIR%%-1/RedHatText-Bold.woff2
%%PORTDOCS%%%%DOCSDIR%%-1/RedHatText-BoldItalic.woff
%%PORTDOCS%%%%DOCSDIR%%-1/RedHatText-BoldItalic.woff2
%%PORTDOCS%%%%DOCSDIR%%-1/RedHatText-Italic.woff
%%PORTDOCS%%%%DOCSDIR%%-1/RedHatText-Italic.woff2
%%PORTDOCS%%%%DOCSDIR%%-1/RedHatText-Medium.woff
%%PORTDOCS%%%%DOCSDIR%%-1/RedHatText-Medium.woff2
%%PORTDOCS%%%%DOCSDIR%%-1/RedHatText-MediumItalic.woff
%%PORTDOCS%%%%DOCSDIR%%-1/RedHatText-MediumItalic.woff2
%%PORTDOCS%%%%DOCSDIR%%-1/RedHatText-Regular.woff
%%PORTDOCS%%%%DOCSDIR%%-1/RedHatText-Regular.woff2
%%PORTDOCS%%%%DOCSDIR%%-1/action-row-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/action-row.png
%%PORTDOCS%%%%DOCSDIR%%-1/adaptive-boxed-lists-narrow-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/adaptive-boxed-lists-narrow.png
%%PORTDOCS%%%%DOCSDIR%%-1/adaptive-boxed-lists-wide-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/adaptive-boxed-lists-wide.png
%%PORTDOCS%%%%DOCSDIR%%-1/adaptive-layouts.html
%%PORTDOCS%%%%DOCSDIR%%-1/adaptive-split-headers-narrow-1-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/adaptive-split-headers-narrow-1.png
%%PORTDOCS%%%%DOCSDIR%%-1/adaptive-split-headers-narrow-2-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/adaptive-split-headers-narrow-2.png
%%PORTDOCS%%%%DOCSDIR%%-1/adaptive-split-headers-wide-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/adaptive-split-headers-wide.png
%%PORTDOCS%%%%DOCSDIR%%-1/adaptive-utility-pane-narrow-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/adaptive-utility-pane-narrow.png
%%PORTDOCS%%%%DOCSDIR%%-1/adaptive-utility-pane-wide-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/adaptive-utility-pane-wide.png
%%PORTDOCS%%%%DOCSDIR%%-1/adaptive-view-switcher-narrow-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/adaptive-view-switcher-narrow.png
%%PORTDOCS%%%%DOCSDIR%%-1/adaptive-view-switcher-wide-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/adaptive-view-switcher-wide.png
%%PORTDOCS%%%%DOCSDIR%%-1/app-icons-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/app-icons.png
%%PORTDOCS%%%%DOCSDIR%%-1/application-window-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/application-window.png
%%PORTDOCS%%%%DOCSDIR%%-1/avatar-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/avatar.png
%%PORTDOCS%%%%DOCSDIR%%-1/bin-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/bin.png
%%PORTDOCS%%%%DOCSDIR%%-1/boxed-lists-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/boxed-lists.html
%%PORTDOCS%%%%DOCSDIR%%-1/boxed-lists.png
%%PORTDOCS%%%%DOCSDIR%%-1/build-howto.html
%%PORTDOCS%%%%DOCSDIR%%-1/button-content-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/button-content.png
%%PORTDOCS%%%%DOCSDIR%%-1/buttons-circular-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/buttons-circular.png
%%PORTDOCS%%%%DOCSDIR%%-1/buttons-destructive-action-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/buttons-destructive-action.png
%%PORTDOCS%%%%DOCSDIR%%-1/buttons-flat-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/buttons-flat.png
%%PORTDOCS%%%%DOCSDIR%%-1/buttons-opaque-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/buttons-opaque.png
%%PORTDOCS%%%%DOCSDIR%%-1/buttons-pill-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/buttons-pill.png
%%PORTDOCS%%%%DOCSDIR%%-1/buttons-raised-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/buttons-raised.png
%%PORTDOCS%%%%DOCSDIR%%-1/buttons-suggested-action-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/buttons-suggested-action.png
%%PORTDOCS%%%%DOCSDIR%%-1/callback.AnimationTargetFunc.html
%%PORTDOCS%%%%DOCSDIR%%-1/cards-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/cards.png
%%PORTDOCS%%%%DOCSDIR%%-1/carousel-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/carousel-indicator-dots-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/carousel-indicator-dots.png
%%PORTDOCS%%%%DOCSDIR%%-1/carousel-indicator-lines-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/carousel-indicator-lines.png
%%PORTDOCS%%%%DOCSDIR%%-1/carousel.png
%%PORTDOCS%%%%DOCSDIR%%-1/clamp-narrow-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/clamp-narrow.png
%%PORTDOCS%%%%DOCSDIR%%-1/clamp-wide-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/clamp-wide.png
%%PORTDOCS%%%%DOCSDIR%%-1/class.ActionRow.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.Animation.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.AnimationTarget.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.Application.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.ApplicationWindow.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.Avatar.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.Bin.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.ButtonContent.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.CallbackAnimationTarget.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.Carousel.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.CarouselIndicatorDots.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.CarouselIndicatorLines.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.Clamp.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.ClampLayout.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.ClampScrollable.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.ComboRow.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.EnumListItem.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.EnumListModel.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.ExpanderRow.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.Flap.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.HeaderBar.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.Leaflet.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.LeafletPage.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.PreferencesGroup.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.PreferencesPage.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.PreferencesRow.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.PreferencesWindow.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.SplitButton.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.SpringAnimation.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.Squeezer.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.SqueezerPage.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.StatusPage.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.StyleManager.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.SwipeTracker.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.TabBar.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.TabPage.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.TabView.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.TimedAnimation.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.Toast.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.ToastOverlay.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.ViewStack.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.ViewStackPage.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.ViewSwitcher.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.ViewSwitcherBar.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.ViewSwitcherTitle.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.Window.html
%%PORTDOCS%%%%DOCSDIR%%-1/class.WindowTitle.html
%%PORTDOCS%%%%DOCSDIR%%-1/classes_hierarchy.html
%%PORTDOCS%%%%DOCSDIR%%-1/combo-row-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/combo-row.png
%%PORTDOCS%%%%DOCSDIR%%-1/const.DURATION_INFINITE.html
%%PORTDOCS%%%%DOCSDIR%%-1/const.MAJOR_VERSION.html
%%PORTDOCS%%%%DOCSDIR%%-1/const.MICRO_VERSION.html
%%PORTDOCS%%%%DOCSDIR%%-1/const.MINOR_VERSION.html
%%PORTDOCS%%%%DOCSDIR%%-1/const.VERSION_S.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.ActionRow.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.Application.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.ApplicationWindow.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.Avatar.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.Bin.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.ButtonContent.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.CallbackAnimationTarget.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.Carousel.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.CarouselIndicatorDots.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.CarouselIndicatorLines.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.Clamp.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.ClampLayout.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.ClampScrollable.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.ComboRow.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.EnumListModel.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.ExpanderRow.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.Flap.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.HeaderBar.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.Leaflet.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.PreferencesGroup.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.PreferencesPage.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.PreferencesRow.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.PreferencesWindow.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.SplitButton.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.SpringAnimation.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.SpringParams.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.SpringParams.new_full.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.Squeezer.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.StatusPage.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.SwipeTracker.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.TabBar.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.TabView.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.TimedAnimation.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.Toast.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.ToastOverlay.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.ViewStack.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.ViewSwitcher.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.ViewSwitcherBar.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.ViewSwitcherTitle.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.Window.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/ctor.WindowTitle.new.html
%%PORTDOCS%%%%DOCSDIR%%-1/deprecated-app-notification-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/deprecated-app-notification.png
%%PORTDOCS%%%%DOCSDIR%%-1/deprecated-sidebar-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/deprecated-sidebar.png
%%PORTDOCS%%%%DOCSDIR%%-1/devel-window-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/devel-window.png
%%PORTDOCS%%%%DOCSDIR%%-1/dim-label-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/dim-label.png
%%PORTDOCS%%%%DOCSDIR%%-1/enum.AnimationState.html
%%PORTDOCS%%%%DOCSDIR%%-1/enum.CenteringPolicy.html
%%PORTDOCS%%%%DOCSDIR%%-1/enum.ColorScheme.html
%%PORTDOCS%%%%DOCSDIR%%-1/enum.Easing.html
%%PORTDOCS%%%%DOCSDIR%%-1/enum.FlapFoldPolicy.html
%%PORTDOCS%%%%DOCSDIR%%-1/enum.FlapTransitionType.html
%%PORTDOCS%%%%DOCSDIR%%-1/enum.FoldThresholdPolicy.html
%%PORTDOCS%%%%DOCSDIR%%-1/enum.LeafletTransitionType.html
%%PORTDOCS%%%%DOCSDIR%%-1/enum.NavigationDirection.html
%%PORTDOCS%%%%DOCSDIR%%-1/enum.SqueezerTransitionType.html
%%PORTDOCS%%%%DOCSDIR%%-1/enum.ToastPriority.html
%%PORTDOCS%%%%DOCSDIR%%-1/enum.ViewSwitcherPolicy.html
%%PORTDOCS%%%%DOCSDIR%%-1/expander-row-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/expander-row.png
%%PORTDOCS%%%%DOCSDIR%%-1/flap-narrow-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/flap-narrow.png
%%PORTDOCS%%%%DOCSDIR%%-1/flap-wide-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/flap-wide.png
%%PORTDOCS%%%%DOCSDIR%%-1/flat-header-bar-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/flat-header-bar.png
%%PORTDOCS%%%%DOCSDIR%%-1/fonts.css
%%PORTDOCS%%%%DOCSDIR%%-1/func.CHECK_VERSION.html
%%PORTDOCS%%%%DOCSDIR%%-1/func.ENCODE_VERSION.html
%%PORTDOCS%%%%DOCSDIR%%-1/func.UNAVAILABLE.html
%%PORTDOCS%%%%DOCSDIR%%-1/func.get_enable_animations.html
%%PORTDOCS%%%%DOCSDIR%%-1/func.get_major_version.html
%%PORTDOCS%%%%DOCSDIR%%-1/func.get_micro_version.html
%%PORTDOCS%%%%DOCSDIR%%-1/func.get_minor_version.html
%%PORTDOCS%%%%DOCSDIR%%-1/func.init.html
%%PORTDOCS%%%%DOCSDIR%%-1/func.is_initialized.html
%%PORTDOCS%%%%DOCSDIR%%-1/func.lerp.html
%%PORTDOCS%%%%DOCSDIR%%-1/fzy.js
%%PORTDOCS%%%%DOCSDIR%%-1/go-up-symbolic.png
%%PORTDOCS%%%%DOCSDIR%%-1/header-bar-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/header-bar-split-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/header-bar-split.png
%%PORTDOCS%%%%DOCSDIR%%-1/header-bar.png
%%PORTDOCS%%%%DOCSDIR%%-1/hello-world-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/hello-world.png
%%PORTDOCS%%%%DOCSDIR%%-1/iface.Swipeable.html
%%PORTDOCS%%%%DOCSDIR%%-1/index.html
%%PORTDOCS%%%%DOCSDIR%%-1/index.json
%%PORTDOCS%%%%DOCSDIR%%-1/initialization.html
%%PORTDOCS%%%%DOCSDIR%%-1/leaflet-narrow-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/leaflet-narrow.png
%%PORTDOCS%%%%DOCSDIR%%-1/leaflet-wide-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/leaflet-wide.png
%%PORTDOCS%%%%DOCSDIR%%-1/libadwaita-1.devhelp2
%%PORTDOCS%%%%DOCSDIR%%-1/libadwaita.svg
%%PORTDOCS%%%%DOCSDIR%%-1/linked-controls-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/linked-controls.png
%%PORTDOCS%%%%DOCSDIR%%-1/main.js
%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.activate.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.add_prefix.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.add_suffix.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.get_activatable_widget.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.get_icon_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.get_subtitle.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.get_subtitle_lines.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.get_title_lines.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.remove.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.set_activatable_widget.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.set_icon_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.set_subtitle.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.set_subtitle_lines.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.set_title_lines.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Animation.get_state.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Animation.get_target.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Animation.get_value.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Animation.get_widget.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Animation.pause.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Animation.play.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Animation.reset.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Animation.resume.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Animation.skip.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Application.get_style_manager.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ApplicationWindow.get_content.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ApplicationWindow.set_content.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Avatar.draw_to_texture.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Avatar.get_custom_image.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Avatar.get_icon_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Avatar.get_show_initials.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Avatar.get_size.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Avatar.get_text.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Avatar.set_custom_image.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Avatar.set_icon_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Avatar.set_show_initials.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Avatar.set_size.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Avatar.set_text.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Bin.get_child.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Bin.set_child.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ButtonContent.get_icon_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ButtonContent.get_label.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ButtonContent.get_use_underline.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ButtonContent.set_icon_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ButtonContent.set_label.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ButtonContent.set_use_underline.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.append.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.get_allow_long_swipes.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.get_allow_mouse_drag.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.get_allow_scroll_wheel.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.get_interactive.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.get_n_pages.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.get_nth_page.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.get_position.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.get_reveal_duration.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.get_scroll_params.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.get_spacing.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.insert.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.prepend.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.remove.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.reorder.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.scroll_to.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.set_allow_long_swipes.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.set_allow_mouse_drag.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.set_allow_scroll_wheel.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.set_interactive.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.set_reveal_duration.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.set_scroll_params.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.set_spacing.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.CarouselIndicatorDots.get_carousel.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.CarouselIndicatorDots.set_carousel.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.CarouselIndicatorLines.get_carousel.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.CarouselIndicatorLines.set_carousel.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Clamp.get_child.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Clamp.get_maximum_size.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Clamp.get_tightening_threshold.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Clamp.set_child.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Clamp.set_maximum_size.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Clamp.set_tightening_threshold.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ClampLayout.get_maximum_size.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ClampLayout.get_tightening_threshold.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ClampLayout.set_maximum_size.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ClampLayout.set_tightening_threshold.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ClampScrollable.get_child.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ClampScrollable.get_maximum_size.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ClampScrollable.get_tightening_threshold.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ClampScrollable.set_child.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ClampScrollable.set_maximum_size.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ClampScrollable.set_tightening_threshold.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ComboRow.get_expression.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ComboRow.get_factory.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ComboRow.get_list_factory.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ComboRow.get_model.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ComboRow.get_selected.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ComboRow.get_selected_item.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ComboRow.get_use_subtitle.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ComboRow.set_expression.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ComboRow.set_factory.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ComboRow.set_list_factory.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ComboRow.set_model.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ComboRow.set_selected.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ComboRow.set_use_subtitle.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.EnumListItem.get_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.EnumListItem.get_nick.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.EnumListItem.get_value.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.EnumListModel.find_position.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.EnumListModel.get_enum_type.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.add_action.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.add_prefix.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.add_row.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.get_enable_expansion.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.get_expanded.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.get_icon_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.get_show_enable_switch.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.get_subtitle.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.remove.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.set_enable_expansion.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.set_expanded.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.set_icon_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.set_show_enable_switch.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.set_subtitle.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_content.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_flap.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_flap_position.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_fold_duration.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_fold_policy.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_fold_threshold_policy.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_folded.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_locked.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_modal.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_reveal_flap.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_reveal_params.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_reveal_progress.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_separator.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_swipe_to_close.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_swipe_to_open.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_transition_type.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.set_content.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.set_flap.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.set_flap_position.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.set_fold_duration.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.set_fold_policy.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.set_fold_threshold_policy.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.set_locked.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.set_modal.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.set_reveal_flap.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.set_reveal_params.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.set_separator.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.set_swipe_to_close.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.set_swipe_to_open.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.set_transition_type.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.HeaderBar.get_centering_policy.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.HeaderBar.get_decoration_layout.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.HeaderBar.get_show_end_title_buttons.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.HeaderBar.get_show_start_title_buttons.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.HeaderBar.get_title_widget.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.HeaderBar.pack_end.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.HeaderBar.pack_start.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.HeaderBar.remove.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.HeaderBar.set_centering_policy.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.HeaderBar.set_decoration_layout.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.HeaderBar.set_show_end_title_buttons.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.HeaderBar.set_show_start_title_buttons.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.HeaderBar.set_title_widget.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.append.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_adjacent_child.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_can_navigate_back.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_can_navigate_forward.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_can_unfold.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_child_by_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_child_transition_params.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_child_transition_running.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_fold_threshold_policy.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_folded.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_homogeneous.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_mode_transition_duration.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_page.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_pages.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_transition_type.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_visible_child.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_visible_child_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.insert_child_after.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.navigate.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.prepend.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.remove.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.reorder_child_after.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.set_can_navigate_back.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.set_can_navigate_forward.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.set_can_unfold.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.set_child_transition_params.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.set_fold_threshold_policy.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.set_homogeneous.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.set_mode_transition_duration.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.set_transition_type.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.set_visible_child.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.set_visible_child_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.LeafletPage.get_child.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.LeafletPage.get_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.LeafletPage.get_navigatable.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.LeafletPage.set_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.LeafletPage.set_navigatable.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesGroup.add.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesGroup.get_description.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesGroup.get_header_suffix.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesGroup.get_title.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesGroup.remove.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesGroup.set_description.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesGroup.set_header_suffix.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesGroup.set_title.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesPage.add.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesPage.get_icon_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesPage.get_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesPage.get_title.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesPage.get_use_underline.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesPage.remove.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesPage.set_icon_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesPage.set_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesPage.set_title.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesPage.set_use_underline.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesRow.get_title.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesRow.get_title_selectable.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesRow.get_use_underline.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesRow.set_title.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesRow.set_title_selectable.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesRow.set_use_underline.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesWindow.add.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesWindow.add_toast.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesWindow.close_subpage.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesWindow.get_can_navigate_back.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesWindow.get_search_enabled.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesWindow.get_visible_page.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesWindow.get_visible_page_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesWindow.present_subpage.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesWindow.remove.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesWindow.set_can_navigate_back.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesWindow.set_search_enabled.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesWindow.set_visible_page.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesWindow.set_visible_page_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SplitButton.get_child.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SplitButton.get_direction.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SplitButton.get_icon_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SplitButton.get_label.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SplitButton.get_menu_model.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SplitButton.get_popover.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SplitButton.get_use_underline.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SplitButton.popdown.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SplitButton.popup.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SplitButton.set_child.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SplitButton.set_direction.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SplitButton.set_icon_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SplitButton.set_label.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SplitButton.set_menu_model.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SplitButton.set_popover.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SplitButton.set_use_underline.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SpringAnimation.get_clamp.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SpringAnimation.get_epsilon.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SpringAnimation.get_estimated_duration.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SpringAnimation.get_initial_velocity.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SpringAnimation.get_spring_params.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SpringAnimation.get_value_from.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SpringAnimation.get_value_to.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SpringAnimation.get_velocity.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SpringAnimation.set_clamp.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SpringAnimation.set_epsilon.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SpringAnimation.set_initial_velocity.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SpringAnimation.set_spring_params.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SpringAnimation.set_value_from.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SpringAnimation.set_value_to.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SpringParams.get_damping.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SpringParams.get_damping_ratio.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SpringParams.get_mass.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SpringParams.get_stiffness.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SpringParams.ref.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SpringParams.unref.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.add.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.get_allow_none.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.get_homogeneous.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.get_interpolate_size.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.get_page.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.get_pages.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.get_switch_threshold_policy.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.get_transition_duration.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.get_transition_running.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.get_transition_type.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.get_visible_child.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.get_xalign.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.get_yalign.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.remove.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.set_allow_none.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.set_homogeneous.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.set_interpolate_size.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.set_switch_threshold_policy.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.set_transition_duration.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.set_transition_type.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.set_xalign.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.set_yalign.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SqueezerPage.get_child.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SqueezerPage.get_enabled.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SqueezerPage.set_enabled.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.StatusPage.get_child.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.StatusPage.get_description.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.StatusPage.get_icon_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.StatusPage.get_paintable.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.StatusPage.get_title.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.StatusPage.set_child.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.StatusPage.set_description.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.StatusPage.set_icon_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.StatusPage.set_paintable.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.StatusPage.set_title.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.StyleManager.get_color_scheme.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.StyleManager.get_dark.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.StyleManager.get_display.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.StyleManager.get_high_contrast.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.StyleManager.get_system_supports_color_schemes.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.StyleManager.set_color_scheme.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SwipeTracker.get_allow_long_swipes.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SwipeTracker.get_allow_mouse_drag.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SwipeTracker.get_enabled.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SwipeTracker.get_reversed.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SwipeTracker.get_swipeable.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SwipeTracker.set_allow_long_swipes.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SwipeTracker.set_allow_mouse_drag.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SwipeTracker.set_enabled.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SwipeTracker.set_reversed.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.SwipeTracker.shift_position.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Swipeable.get_cancel_progress.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Swipeable.get_distance.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Swipeable.get_progress.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Swipeable.get_snap_points.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Swipeable.get_swipe_area.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.get_autohide.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.get_end_action_widget.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.get_expand_tabs.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.get_inverted.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.get_is_overflowing.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.get_start_action_widget.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.get_tabs_revealed.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.get_view.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.set_autohide.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.set_end_action_widget.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.set_expand_tabs.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.set_inverted.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.set_start_action_widget.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.set_view.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.setup_extra_drop_target.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.get_child.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.get_icon.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.get_indicator_activatable.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.get_indicator_icon.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.get_loading.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.get_needs_attention.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.get_parent.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.get_pinned.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.get_selected.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.get_title.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.get_tooltip.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.set_icon.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.set_indicator_activatable.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.set_indicator_icon.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.set_loading.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.set_needs_attention.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.set_title.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.set_tooltip.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.add_page.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.append.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.append_pinned.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.close_other_pages.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.close_page.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.close_page_finish.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.close_pages_after.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.close_pages_before.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.get_default_icon.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.get_is_transferring_page.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.get_menu_model.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.get_n_pages.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.get_n_pinned_pages.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.get_nth_page.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.get_page.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.get_page_position.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.get_pages.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.get_selected_page.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.insert.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.insert_pinned.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.prepend.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.prepend_pinned.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.reorder_backward.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.reorder_first.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.reorder_forward.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.reorder_last.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.reorder_page.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.select_next_page.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.select_previous_page.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.set_default_icon.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.set_menu_model.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.set_page_pinned.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.set_selected_page.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.transfer_page.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TimedAnimation.get_alternate.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TimedAnimation.get_duration.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TimedAnimation.get_easing.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TimedAnimation.get_repeat_count.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TimedAnimation.get_reverse.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TimedAnimation.get_value_from.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TimedAnimation.get_value_to.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TimedAnimation.set_alternate.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TimedAnimation.set_duration.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TimedAnimation.set_easing.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TimedAnimation.set_repeat_count.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TimedAnimation.set_reverse.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TimedAnimation.set_value_from.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.TimedAnimation.set_value_to.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Toast.dismiss.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Toast.get_action_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Toast.get_action_target_value.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Toast.get_button_label.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Toast.get_priority.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Toast.get_timeout.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Toast.get_title.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Toast.set_action_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Toast.set_action_target.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Toast.set_action_target_value.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Toast.set_button_label.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Toast.set_detailed_action_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Toast.set_priority.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Toast.set_timeout.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Toast.set_title.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ToastOverlay.add_toast.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ToastOverlay.get_child.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ToastOverlay.set_child.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStack.add.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStack.add_named.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStack.add_titled.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStack.get_child_by_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStack.get_hhomogeneous.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStack.get_page.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStack.get_pages.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStack.get_vhomogeneous.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStack.get_visible_child.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStack.get_visible_child_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStack.remove.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStack.set_hhomogeneous.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStack.set_vhomogeneous.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStack.set_visible_child.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStack.set_visible_child_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStackPage.get_badge_number.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStackPage.get_child.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStackPage.get_icon_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStackPage.get_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStackPage.get_needs_attention.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStackPage.get_title.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStackPage.get_use_underline.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStackPage.get_visible.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStackPage.set_badge_number.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStackPage.set_icon_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStackPage.set_name.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStackPage.set_needs_attention.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStackPage.set_title.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStackPage.set_use_underline.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewStackPage.set_visible.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcher.get_policy.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcher.get_stack.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcher.set_policy.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcher.set_stack.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherBar.get_reveal.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherBar.get_stack.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherBar.set_reveal.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherBar.set_stack.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherTitle.get_stack.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherTitle.get_subtitle.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherTitle.get_title.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherTitle.get_title_visible.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherTitle.get_view_switcher_enabled.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherTitle.set_stack.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherTitle.set_subtitle.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherTitle.set_title.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherTitle.set_view_switcher_enabled.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Window.get_content.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.Window.set_content.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.WindowTitle.get_subtitle.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.WindowTitle.get_title.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.WindowTitle.set_subtitle.html
%%PORTDOCS%%%%DOCSDIR%%-1/method.WindowTitle.set_title.html
%%PORTDOCS%%%%DOCSDIR%%-1/migrating-between-development-versions.html
%%PORTDOCS%%%%DOCSDIR%%-1/migrating-libhandy-1-4-to-libadwaita.html
%%PORTDOCS%%%%DOCSDIR%%-1/named-colors.html
%%PORTDOCS%%%%DOCSDIR%%-1/navigation-sidebar-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/navigation-sidebar.png
%%PORTDOCS%%%%DOCSDIR%%-1/osd-buttons-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/osd-buttons.png
%%PORTDOCS%%%%DOCSDIR%%-1/osd-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/osd-progress-bar-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/osd-progress-bar.png
%%PORTDOCS%%%%DOCSDIR%%-1/osd-toolbar-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/osd-toolbar.png
%%PORTDOCS%%%%DOCSDIR%%-1/osd.png
%%PORTDOCS%%%%DOCSDIR%%-1/popover-menu-list-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/popover-menu-list.png
%%PORTDOCS%%%%DOCSDIR%%-1/preferences-group-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/preferences-group.png
%%PORTDOCS%%%%DOCSDIR%%-1/preferences-page-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/preferences-page.png
%%PORTDOCS%%%%DOCSDIR%%-1/preferences-window-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/preferences-window.png
%%PORTDOCS%%%%DOCSDIR%%-1/property.ActionRow.activatable-widget.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ActionRow.icon-name.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ActionRow.subtitle-lines.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ActionRow.subtitle.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ActionRow.title-lines.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Animation.state.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Animation.target.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Animation.value.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Animation.widget.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Application.style-manager.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ApplicationWindow.content.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Avatar.custom-image.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Avatar.icon-name.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Avatar.show-initials.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Avatar.size.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Avatar.text.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Bin.child.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ButtonContent.icon-name.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ButtonContent.label.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ButtonContent.use-underline.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Carousel.allow-long-swipes.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Carousel.allow-mouse-drag.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Carousel.allow-scroll-wheel.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Carousel.interactive.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Carousel.n-pages.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Carousel.position.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Carousel.reveal-duration.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Carousel.scroll-params.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Carousel.spacing.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.CarouselIndicatorDots.carousel.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.CarouselIndicatorLines.carousel.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Clamp.child.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Clamp.maximum-size.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Clamp.tightening-threshold.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ClampLayout.maximum-size.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ClampLayout.tightening-threshold.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ClampScrollable.child.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ClampScrollable.maximum-size.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ClampScrollable.tightening-threshold.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ComboRow.expression.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ComboRow.factory.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ComboRow.list-factory.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ComboRow.model.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ComboRow.selected-item.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ComboRow.selected.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ComboRow.use-subtitle.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.EnumListItem.name.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.EnumListItem.nick.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.EnumListItem.value.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.EnumListModel.enum-type.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ExpanderRow.enable-expansion.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ExpanderRow.expanded.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ExpanderRow.icon-name.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ExpanderRow.show-enable-switch.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ExpanderRow.subtitle.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.content.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.flap-position.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.flap.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.fold-duration.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.fold-policy.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.fold-threshold-policy.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.folded.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.locked.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.modal.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.reveal-flap.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.reveal-params.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.reveal-progress.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.separator.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.swipe-to-close.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.swipe-to-open.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.transition-type.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.HeaderBar.centering-policy.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.HeaderBar.decoration-layout.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.HeaderBar.show-end-title-buttons.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.HeaderBar.show-start-title-buttons.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.HeaderBar.title-widget.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.can-navigate-back.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.can-navigate-forward.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.can-unfold.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.child-transition-params.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.child-transition-running.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.fold-threshold-policy.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.folded.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.homogeneous.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.mode-transition-duration.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.pages.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.transition-type.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.visible-child-name.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.visible-child.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.LeafletPage.child.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.LeafletPage.name.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.LeafletPage.navigatable.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.PreferencesGroup.description.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.PreferencesGroup.header-suffix.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.PreferencesGroup.title.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.PreferencesPage.icon-name.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.PreferencesPage.name.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.PreferencesPage.title.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.PreferencesPage.use-underline.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.PreferencesRow.title-selectable.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.PreferencesRow.title.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.PreferencesRow.use-underline.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.PreferencesWindow.can-navigate-back.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.PreferencesWindow.search-enabled.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.PreferencesWindow.visible-page-name.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.PreferencesWindow.visible-page.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.SplitButton.child.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.SplitButton.direction.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.SplitButton.icon-name.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.SplitButton.label.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.SplitButton.menu-model.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.SplitButton.popover.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.SplitButton.use-underline.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.SpringAnimation.clamp.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.SpringAnimation.epsilon.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.SpringAnimation.estimated-duration.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.SpringAnimation.initial-velocity.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.SpringAnimation.spring-params.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.SpringAnimation.value-from.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.SpringAnimation.value-to.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.SpringAnimation.velocity.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Squeezer.allow-none.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Squeezer.homogeneous.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Squeezer.interpolate-size.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Squeezer.pages.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Squeezer.switch-threshold-policy.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Squeezer.transition-duration.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Squeezer.transition-running.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Squeezer.transition-type.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Squeezer.visible-child.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Squeezer.xalign.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Squeezer.yalign.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.SqueezerPage.child.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.SqueezerPage.enabled.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.StatusPage.child.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.StatusPage.description.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.StatusPage.icon-name.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.StatusPage.paintable.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.StatusPage.title.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.StyleManager.color-scheme.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.StyleManager.dark.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.StyleManager.display.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.StyleManager.high-contrast.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.StyleManager.system-supports-color-schemes.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.SwipeTracker.allow-long-swipes.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.SwipeTracker.allow-mouse-drag.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.SwipeTracker.enabled.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.SwipeTracker.reversed.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.SwipeTracker.swipeable.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TabBar.autohide.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TabBar.end-action-widget.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TabBar.expand-tabs.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TabBar.inverted.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TabBar.is-overflowing.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TabBar.start-action-widget.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TabBar.tabs-revealed.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TabBar.view.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TabPage.child.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TabPage.icon.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TabPage.indicator-activatable.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TabPage.indicator-icon.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TabPage.loading.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TabPage.needs-attention.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TabPage.parent.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TabPage.pinned.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TabPage.selected.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TabPage.title.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TabPage.tooltip.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TabView.default-icon.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TabView.is-transferring-page.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TabView.menu-model.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TabView.n-pages.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TabView.n-pinned-pages.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TabView.pages.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TabView.selected-page.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TimedAnimation.alternate.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TimedAnimation.duration.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TimedAnimation.easing.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TimedAnimation.repeat-count.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TimedAnimation.reverse.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TimedAnimation.value-from.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.TimedAnimation.value-to.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Toast.action-name.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Toast.action-target.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Toast.button-label.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Toast.priority.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Toast.timeout.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Toast.title.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ToastOverlay.child.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewStack.hhomogeneous.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewStack.pages.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewStack.vhomogeneous.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewStack.visible-child-name.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewStack.visible-child.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewStackPage.badge-number.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewStackPage.child.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewStackPage.icon-name.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewStackPage.name.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewStackPage.needs-attention.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewStackPage.title.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewStackPage.use-underline.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewStackPage.visible.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewSwitcher.policy.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewSwitcher.stack.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewSwitcherBar.reveal.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewSwitcherBar.stack.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewSwitcherTitle.stack.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewSwitcherTitle.subtitle.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewSwitcherTitle.title-visible.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewSwitcherTitle.title.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewSwitcherTitle.view-switcher-enabled.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.Window.content.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.WindowTitle.subtitle.html
%%PORTDOCS%%%%DOCSDIR%%-1/property.WindowTitle.title.html
%%PORTDOCS%%%%DOCSDIR%%-1/pygment.css
%%PORTDOCS%%%%DOCSDIR%%-1/search-bar-inline-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/search-bar-inline.png
%%PORTDOCS%%%%DOCSDIR%%-1/search.js
%%PORTDOCS%%%%DOCSDIR%%-1/selection-mode-checks-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/selection-mode-checks.png
%%PORTDOCS%%%%DOCSDIR%%-1/signal.ActionRow.activated.html
%%PORTDOCS%%%%DOCSDIR%%-1/signal.Animation.done.html
%%PORTDOCS%%%%DOCSDIR%%-1/signal.Carousel.page-changed.html
%%PORTDOCS%%%%DOCSDIR%%-1/signal.SplitButton.activate.html
%%PORTDOCS%%%%DOCSDIR%%-1/signal.SplitButton.clicked.html
%%PORTDOCS%%%%DOCSDIR%%-1/signal.SwipeTracker.begin-swipe.html
%%PORTDOCS%%%%DOCSDIR%%-1/signal.SwipeTracker.end-swipe.html
%%PORTDOCS%%%%DOCSDIR%%-1/signal.SwipeTracker.prepare.html
%%PORTDOCS%%%%DOCSDIR%%-1/signal.SwipeTracker.update-swipe.html
%%PORTDOCS%%%%DOCSDIR%%-1/signal.TabBar.extra-drag-drop.html
%%PORTDOCS%%%%DOCSDIR%%-1/signal.TabView.close-page.html
%%PORTDOCS%%%%DOCSDIR%%-1/signal.TabView.create-window.html
%%PORTDOCS%%%%DOCSDIR%%-1/signal.TabView.indicator-activated.html
%%PORTDOCS%%%%DOCSDIR%%-1/signal.TabView.page-attached.html
%%PORTDOCS%%%%DOCSDIR%%-1/signal.TabView.page-detached.html
%%PORTDOCS%%%%DOCSDIR%%-1/signal.TabView.page-reordered.html
%%PORTDOCS%%%%DOCSDIR%%-1/signal.TabView.setup-menu.html
%%PORTDOCS%%%%DOCSDIR%%-1/signal.Toast.dismissed.html
%%PORTDOCS%%%%DOCSDIR%%-1/split-button-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/split-button.png
%%PORTDOCS%%%%DOCSDIR%%-1/squeezer-narrow-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/squeezer-narrow.png
%%PORTDOCS%%%%DOCSDIR%%-1/squeezer-wide-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/squeezer-wide.png
%%PORTDOCS%%%%DOCSDIR%%-1/status-page-compact-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/status-page-compact.png
%%PORTDOCS%%%%DOCSDIR%%-1/status-page-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/status-page.png
%%PORTDOCS%%%%DOCSDIR%%-1/struct.SpringParams.html
%%PORTDOCS%%%%DOCSDIR%%-1/style-background-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/style-background.png
%%PORTDOCS%%%%DOCSDIR%%-1/style-classes.html
%%PORTDOCS%%%%DOCSDIR%%-1/style-colors-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/style-colors.png
%%PORTDOCS%%%%DOCSDIR%%-1/style-frame-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/style-frame.png
%%PORTDOCS%%%%DOCSDIR%%-1/style-view-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/style-view.png
%%PORTDOCS%%%%DOCSDIR%%-1/style.css
%%PORTDOCS%%%%DOCSDIR%%-1/styles-and-appearance.html
%%PORTDOCS%%%%DOCSDIR%%-1/tab-bar-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/tab-bar-inline-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/tab-bar-inline.png
%%PORTDOCS%%%%DOCSDIR%%-1/tab-bar.png
%%PORTDOCS%%%%DOCSDIR%%-1/toast-action-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/toast-action.png
%%PORTDOCS%%%%DOCSDIR%%-1/toast-overlay-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/toast-overlay.png
%%PORTDOCS%%%%DOCSDIR%%-1/toast-simple-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/toast-simple.png
%%PORTDOCS%%%%DOCSDIR%%-1/toast-undo-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/toast-undo.png
%%PORTDOCS%%%%DOCSDIR%%-1/toolbar-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/toolbar-flat-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/toolbar-flat.png
%%PORTDOCS%%%%DOCSDIR%%-1/toolbar-raised-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/toolbar-raised.png
%%PORTDOCS%%%%DOCSDIR%%-1/toolbar-spacer-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/toolbar-spacer.png
%%PORTDOCS%%%%DOCSDIR%%-1/toolbar.png
%%PORTDOCS%%%%DOCSDIR%%-1/type_func.Easing.ease.html
%%PORTDOCS%%%%DOCSDIR%%-1/type_func.StyleManager.get_default.html
%%PORTDOCS%%%%DOCSDIR%%-1/type_func.StyleManager.get_for_display.html
%%PORTDOCS%%%%DOCSDIR%%-1/typography-body-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/typography-body.png
%%PORTDOCS%%%%DOCSDIR%%-1/typography-captions-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/typography-captions.png
%%PORTDOCS%%%%DOCSDIR%%-1/typography-heading-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/typography-heading.png
%%PORTDOCS%%%%DOCSDIR%%-1/typography-large-title-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/typography-large-title.png
%%PORTDOCS%%%%DOCSDIR%%-1/typography-monospace-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/typography-monospace.png
%%PORTDOCS%%%%DOCSDIR%%-1/typography-numeric-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/typography-numeric.png
%%PORTDOCS%%%%DOCSDIR%%-1/typography-titles-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/typography-titles.png
%%PORTDOCS%%%%DOCSDIR%%-1/urlmap.js
%%PORTDOCS%%%%DOCSDIR%%-1/vfunc.ActionRow.activate.html
%%PORTDOCS%%%%DOCSDIR%%-1/vfunc.Swipeable.get_cancel_progress.html
%%PORTDOCS%%%%DOCSDIR%%-1/vfunc.Swipeable.get_distance.html
%%PORTDOCS%%%%DOCSDIR%%-1/vfunc.Swipeable.get_progress.html
%%PORTDOCS%%%%DOCSDIR%%-1/vfunc.Swipeable.get_snap_points.html
%%PORTDOCS%%%%DOCSDIR%%-1/vfunc.Swipeable.get_swipe_area.html
%%PORTDOCS%%%%DOCSDIR%%-1/view-switcher-bar-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/view-switcher-bar.png
%%PORTDOCS%%%%DOCSDIR%%-1/view-switcher-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/view-switcher-title-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/view-switcher-title.png
%%PORTDOCS%%%%DOCSDIR%%-1/view-switcher.png
%%PORTDOCS%%%%DOCSDIR%%-1/visual-index.html
%%PORTDOCS%%%%DOCSDIR%%-1/window-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/window-title-dark.png
%%PORTDOCS%%%%DOCSDIR%%-1/window-title.png
%%PORTDOCS%%%%DOCSDIR%%-1/window.png
share/gir-1.0/Adw-1.gir
share/icons/hicolor/scalable/apps/org.gnome.Adwaita1.Demo.svg
share/icons/hicolor/symbolic/apps/org.gnome.Adwaita1.Demo-symbolic.svg
share/locale/ab/LC_MESSAGES/libadwaita.mo
share/locale/ca/LC_MESSAGES/libadwaita.mo
share/locale/cs/LC_MESSAGES/libadwaita.mo
share/locale/da/LC_MESSAGES/libadwaita.mo
share/locale/de/LC_MESSAGES/libadwaita.mo
share/locale/en_GB/LC_MESSAGES/libadwaita.mo
share/locale/es/LC_MESSAGES/libadwaita.mo
share/locale/eu/LC_MESSAGES/libadwaita.mo
share/locale/fa/LC_MESSAGES/libadwaita.mo
share/locale/fi/LC_MESSAGES/libadwaita.mo
share/locale/fr/LC_MESSAGES/libadwaita.mo
share/locale/fur/LC_MESSAGES/libadwaita.mo
share/locale/gl/LC_MESSAGES/libadwaita.mo
share/locale/he/LC_MESSAGES/libadwaita.mo
share/locale/hr/LC_MESSAGES/libadwaita.mo
share/locale/hu/LC_MESSAGES/libadwaita.mo
share/locale/id/LC_MESSAGES/libadwaita.mo
share/locale/it/LC_MESSAGES/libadwaita.mo
share/locale/ja/LC_MESSAGES/libadwaita.mo
share/locale/kk/LC_MESSAGES/libadwaita.mo
share/locale/ko/LC_MESSAGES/libadwaita.mo
share/locale/lt/LC_MESSAGES/libadwaita.mo
share/locale/nl/LC_MESSAGES/libadwaita.mo
share/locale/oc/LC_MESSAGES/libadwaita.mo
share/locale/pl/LC_MESSAGES/libadwaita.mo
share/locale/pt/LC_MESSAGES/libadwaita.mo
share/locale/pt_BR/LC_MESSAGES/libadwaita.mo
share/locale/ro/LC_MESSAGES/libadwaita.mo
share/locale/ru/LC_MESSAGES/libadwaita.mo
share/locale/sk/LC_MESSAGES/libadwaita.mo
share/locale/sl/LC_MESSAGES/libadwaita.mo
share/locale/sr/LC_MESSAGES/libadwaita.mo
share/locale/sv/LC_MESSAGES/libadwaita.mo
share/locale/tr/LC_MESSAGES/libadwaita.mo
share/locale/uk/LC_MESSAGES/libadwaita.mo
share/locale/vi/LC_MESSAGES/libadwaita.mo
share/locale/zh_CN/LC_MESSAGES/libadwaita.mo
share/metainfo/org.gnome.Adwaita1.Demo.metainfo.xml
share/vala/vapi/libadwaita-1.deps
share/vala/vapi/libadwaita-1.vapi