This file is indexed.

/usr/share/gtk-doc/html/libfm/libfm.devhelp2 is in libfm-doc 1.2.5-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
1163
1164
1165
1166
1167
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<book xmlns="http://www.devhelp.net/book" title="Libfm Reference Manual" link="index.html" author="" name="libfm" version="2" language="c" online="http://sf.net/projects/pcmanfm/">
  <chapters>
    <sub name="Libfm Overview" link="libfm.html">
      <sub name="Libfm Core Reference." link="libfm-core.html">
        <sub name="Libfm" link="libfm-Libfm.html"/>
        <sub name="GAppInfo extensions" link="libfm-GAppInfo-extensions.html"/>
        <sub name="FmArchiver" link="libfm-FmArchiver.html"/>
        <sub name="FmBookmarks" link="FmBookmarks.html"/>
        <sub name="FmConfig" link="FmConfig.html"/>
        <sub name="FmDummyMonitor" link="FmDummyMonitor.html"/>
        <sub name="FmFile" link="FmFile.html"/>
        <sub name="FmFileInfo" link="libfm-FmFileInfo.html"/>
        <sub name="Libfm file launchers" link="libfm-Libfm-file-launchers.html"/>
        <sub name="FmFolder" link="FmFolder.html"/>
        <sub name="FmFolderConfig" link="libfm-FmFolderConfig.html"/>
        <sub name="FmIcon" link="libfm-FmIcon.html"/>
        <sub name="fm-list" link="libfm-fm-list.html"/>
        <sub name="FmMimeType" link="libfm-FmMimeType.html"/>
        <sub name="GMonitor cache" link="libfm-GMonitor-cache.html"/>
        <sub name="FmNavHistory" link="FmNavHistory.html"/>
        <sub name="FmPath" link="libfm-FmPath.html"/>
        <sub name="FmTemplate" link="FmTemplate.html"/>
        <sub name="FmTerminal" link="FmTerminal.html"/>
        <sub name="FmThumbnailLoader" link="libfm-FmThumbnailLoader.html"/>
        <sub name="FmThumbnailer" link="libfm-FmThumbnailer.html"/>
        <sub name="FmModule" link="libfm-FmModule.html"/>
        <sub name="Common Libfm utilities." link="libfm-Common-Libfm-utilities..html"/>
      </sub>
      <sub name="Libfm Extra." link="libfm-extra.html">
        <sub name="FmXmlFile" link="FmXmlFile.html"/>
      </sub>
      <sub name="Libfm Jobs." link="libfm-jobs.html">
        <sub name="FmDeepCountJob" link="FmDeepCountJob.html"/>
        <sub name="FmDirListJob" link="FmDirListJob.html"/>
        <sub name="FmFileInfoJob" link="FmFileInfoJob.html"/>
        <sub name="FmFileOpsJob" link="FmFileOpsJob.html"/>
        <sub name="FmJob" link="FmJob.html"/>
        <sub name="FmSimpleJob" link="libfm-FmSimpleJob.html"/>
      </sub>
      <sub name="Libfm Gtk+ Widgets and Objects." link="libfm-gtk.html">
        <sub name="Libfm-Gtk" link="libfm-Libfm-Gtk.html"/>
        <sub name="Application chooser combobox" link="libfm-Application-chooser-combobox.html"/>
        <sub name="Application chooser dialog" link="libfm-Application-chooser-dialog.html"/>
        <sub name="Application chooser tree" link="libfm-Application-chooser-tree.html"/>
        <sub name="FmCellRendererPixbuf" link="FmCellRendererPixbuf.html"/>
        <sub name="FmCellRendererText" link="FmCellRendererText.html"/>
        <sub name="Clipboard operations" link="libfm-Clipboard-operations.html"/>
        <sub name="FmDirTreeModel" link="FmDirTreeModel.html"/>
        <sub name="FmDirTreeView" link="FmDirTreeView.html"/>
        <sub name="Drag and drop autoscrolling" link="libfm-Drag-and-drop-autoscrolling.html"/>
        <sub name="FmDndDest" link="FmDndDest.html"/>
        <sub name="FmDndSrc" link="FmDndSrc.html"/>
        <sub name="FmFileMenu" link="libfm-FmFileMenu.html"/>
        <sub name="File properties dialog" link="libfm-File-properties-dialog.html"/>
        <sub name="FmFolderModel" link="FmFolderModel.html"/>
        <sub name="FmStandardView" link="FmStandardView.html"/>
        <sub name="FmFolderView" link="FmFolderView.html"/>
        <sub name="Gtk file launcher" link="libfm-Gtk-file-launcher.html"/>
        <sub name="Libfm-gtk utils" link="libfm-Libfm-gtk-utils.html"/>
        <sub name="Icon image" link="libfm-Icon-image.html"/>
        <sub name="FmMenuToolItem" link="FmMenuToolItem.html"/>
        <sub name="FmPathBar" link="FmPathBar.html"/>
        <sub name="FmPathEntry" link="FmPathEntry.html"/>
        <sub name="FmPlacesModel" link="FmPlacesModel.html"/>
        <sub name="FmPlacesView" link="FmPlacesView.html"/>
        <sub name="File progress dialog" link="libfm-File-progress-dialog.html"/>
        <sub name="FmSidePane" link="FmSidePane.html"/>
        <sub name="FmSortMode" link="libfm-FmSortMode.html"/>
        <sub name="FmTabLabel" link="FmTabLabel.html"/>
        <sub name="FmThumbnailRequest" link="libfm-FmThumbnailRequest.html"/>
      </sub>
    </sub>
    <sub name="Object Hierarchy" link="object-tree.html"/>
    <sub name="API Index" link="api-index-full.html"/>
    <sub name="Annotation Glossary" link="annotation-glossary.html"/>
  </chapters>
  <functions>
    <keyword type="macro" name="FM_CHECK_VERSION()" link="libfm-Libfm.html#FM-CHECK-VERSION:CAPS"/>
    <keyword type="function" name="fm_finalize ()" link="libfm-Libfm.html#fm-finalize" since="0.1.0"/>
    <keyword type="function" name="fm_init ()" link="libfm-Libfm.html#fm-init" since="0.1.0"/>
    <keyword type="function" name="fm_version ()" link="libfm-Libfm.html#fm-version" since="1.2.0"/>
    <keyword type="macro" name="FM_VERSION_MAJOR" link="libfm-Libfm.html#FM-VERSION-MAJOR:CAPS"/>
    <keyword type="macro" name="FM_VERSION_MICRO" link="libfm-Libfm.html#FM-VERSION-MICRO:CAPS"/>
    <keyword type="macro" name="FM_VERSION_MINOR" link="libfm-Libfm.html#FM-VERSION-MINOR:CAPS"/>
    <keyword type="variable" name="fm_qdata_id" link="libfm-Libfm.html#fm-qdata-id"/>
    <keyword type="function" name="fm_app_info_create_from_commandline ()" link="libfm-GAppInfo-extensions.html#fm-app-info-create-from-commandline" since="0.1.15"/>
    <keyword type="function" name="fm_app_info_launch ()" link="libfm-GAppInfo-extensions.html#fm-app-info-launch" since="0.1.15"/>
    <keyword type="function" name="fm_app_info_launch_default_for_uri ()" link="libfm-GAppInfo-extensions.html#fm-app-info-launch-default-for-uri" since="0.1.15"/>
    <keyword type="function" name="fm_app_info_launch_uris ()" link="libfm-GAppInfo-extensions.html#fm-app-info-launch-uris" since="0.1.15"/>
    <keyword type="function" name="fm_archiver_create_archive ()" link="libfm-FmArchiver.html#fm-archiver-create-archive" since="0.1.9"/>
    <keyword type="function" name="fm_archiver_extract_archives ()" link="libfm-FmArchiver.html#fm-archiver-extract-archives" since="0.1.9"/>
    <keyword type="function" name="fm_archiver_extract_archives_to ()" link="libfm-FmArchiver.html#fm-archiver-extract-archives-to" since="0.1.9"/>
    <keyword type="function" name="fm_archiver_get_all ()" link="libfm-FmArchiver.html#fm-archiver-get-all" since="0.1.9"/>
    <keyword type="function" name="fm_archiver_get_default ()" link="libfm-FmArchiver.html#fm-archiver-get-default" since="0.1.9"/>
    <keyword type="function" name="fm_archiver_is_mime_type_supported ()" link="libfm-FmArchiver.html#fm-archiver-is-mime-type-supported"/>
    <keyword type="function" name="fm_archiver_set_default ()" link="libfm-FmArchiver.html#fm-archiver-set-default" since="0.1.9"/>
    <keyword type="struct" name="struct FmArchiver" link="libfm-FmArchiver.html#FmArchiver"/>
    <keyword type="function" name="fm_bookmark_item_ref ()" link="FmBookmarks.html#fm-bookmark-item-ref" since="1.0.2"/>
    <keyword type="function" name="fm_bookmark_item_unref ()" link="FmBookmarks.html#fm-bookmark-item-unref" since="1.0.2"/>
    <keyword type="macro" name="fm_bookmarks_append()" link="FmBookmarks.html#fm-bookmarks-append"/>
    <keyword type="function" name="fm_bookmarks_dup ()" link="FmBookmarks.html#fm-bookmarks-dup" since="0.1.99"/>
    <keyword type="function" name="fm_bookmarks_get_all ()" link="FmBookmarks.html#fm-bookmarks-get-all" since="1.0.2"/>
    <keyword type="function" name="fm_bookmarks_insert ()" link="FmBookmarks.html#fm-bookmarks-insert" since="0.1.0"/>
    <keyword type="function" name="fm_bookmarks_list_all ()" link="FmBookmarks.html#fm-bookmarks-list-all" deprecated="1.0.2: Use fm_bookmarks_get_all() instead." since="0.1.0"/>
    <keyword type="function" name="fm_bookmarks_remove ()" link="FmBookmarks.html#fm-bookmarks-remove" since="0.1.0"/>
    <keyword type="function" name="fm_bookmarks_rename ()" link="FmBookmarks.html#fm-bookmarks-rename" since="0.1.0"/>
    <keyword type="function" name="fm_bookmarks_reorder ()" link="FmBookmarks.html#fm-bookmarks-reorder" since="0.1.0"/>
    <keyword type="macro" name="FM_BOOKMARKS_TYPE" link="FmBookmarks.html#FM-BOOKMARKS-TYPE:CAPS"/>
    <keyword type="struct" name="struct FmBookmarkItem" link="FmBookmarks.html#FmBookmarkItem"/>
    <keyword type="struct" name="struct FmBookmarks" link="FmBookmarks.html#FmBookmarks-struct"/>
    <keyword type="struct" name="struct FmBookmarksClass" link="FmBookmarks.html#FmBookmarksClass"/>
    <keyword type="signal" name="The “changed” signal" link="FmBookmarks.html#FmBookmarks-changed"/>
    <keyword type="function" name="fm_config_emit_changed ()" link="FmConfig.html#fm-config-emit-changed" since="0.1.0"/>
    <keyword type="function" name="fm_config_load_from_file ()" link="FmConfig.html#fm-config-load-from-file" since="0.1.0"/>
    <keyword type="function" name="fm_config_load_from_key_file ()" link="FmConfig.html#fm-config-load-from-key-file" since="0.1.0"/>
    <keyword type="function" name="fm_config_new ()" link="FmConfig.html#fm-config-new" since="0.1.0"/>
    <keyword type="function" name="fm_config_save ()" link="FmConfig.html#fm-config-save" since="0.1.0"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_AUTO_SELECTION_DELAY" link="FmConfig.html#FM-CONFIG-DEFAULT-AUTO-SELECTION-DELAY:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_BACKUP_HIDDEN" link="FmConfig.html#FM-CONFIG-DEFAULT-BACKUP-HIDDEN:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_BIG_ICON_SIZE" link="FmConfig.html#FM-CONFIG-DEFAULT-BIG-ICON-SIZE:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_CONFIRM_DEL" link="FmConfig.html#FM-CONFIG-DEFAULT-CONFIRM-DEL:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_CONFIRM_TRASH" link="FmConfig.html#FM-CONFIG-DEFAULT-CONFIRM-TRASH:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_DEFER_CONTENT_TEST" link="FmConfig.html#FM-CONFIG-DEFAULT-DEFER-CONTENT-TEST:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_FORCE_S_NOTIFY" link="FmConfig.html#FM-CONFIG-DEFAULT-FORCE-S-NOTIFY:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_NO_EXPAND_EMPTY" link="FmConfig.html#FM-CONFIG-DEFAULT-NO-EXPAND-EMPTY:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_NO_USB_TRASH" link="FmConfig.html#FM-CONFIG-DEFAULT-NO-USB-TRASH:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_ONLY_USER_TEMPLATES" link="FmConfig.html#FM-CONFIG-DEFAULT-ONLY-USER-TEMPLATES:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_PANE_ICON_SIZE" link="FmConfig.html#FM-CONFIG-DEFAULT-PANE-ICON-SIZE:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_PLACES_APPLICATIONS" link="FmConfig.html#FM-CONFIG-DEFAULT-PLACES-APPLICATIONS:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_PLACES_COMPUTER" link="FmConfig.html#FM-CONFIG-DEFAULT-PLACES-COMPUTER:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_PLACES_DESKTOP" link="FmConfig.html#FM-CONFIG-DEFAULT-PLACES-DESKTOP:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_PLACES_HOME" link="FmConfig.html#FM-CONFIG-DEFAULT-PLACES-HOME:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_PLACES_NETWORK" link="FmConfig.html#FM-CONFIG-DEFAULT-PLACES-NETWORK:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_PLACES_ROOT" link="FmConfig.html#FM-CONFIG-DEFAULT-PLACES-ROOT:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_PLACES_TRASH" link="FmConfig.html#FM-CONFIG-DEFAULT-PLACES-TRASH:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_PLACES_UNMOUNTED" link="FmConfig.html#FM-CONFIG-DEFAULT-PLACES-UNMOUNTED:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_QUICK_EXEC" link="FmConfig.html#FM-CONFIG-DEFAULT-QUICK-EXEC:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_SHADOW_HIDDEN" link="FmConfig.html#FM-CONFIG-DEFAULT-SHADOW-HIDDEN:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_SHOW_FULL_NAMES" link="FmConfig.html#FM-CONFIG-DEFAULT-SHOW-FULL-NAMES:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_SHOW_THUMBNAIL" link="FmConfig.html#FM-CONFIG-DEFAULT-SHOW-THUMBNAIL:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_SINGLE_CLICK" link="FmConfig.html#FM-CONFIG-DEFAULT-SINGLE-CLICK:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_SMALL_ICON_SIZE" link="FmConfig.html#FM-CONFIG-DEFAULT-SMALL-ICON-SIZE:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_SMART_DESKTOP_AUTODROP" link="FmConfig.html#FM-CONFIG-DEFAULT-SMART-DESKTOP-AUTODROP:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_TEMPL_TYPE_ONCE" link="FmConfig.html#FM-CONFIG-DEFAULT-TEMPL-TYPE-ONCE:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_TEMPLATE_RUN_APP" link="FmConfig.html#FM-CONFIG-DEFAULT-TEMPLATE-RUN-APP:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_THUMBNAIL_LOCAL" link="FmConfig.html#FM-CONFIG-DEFAULT-THUMBNAIL-LOCAL:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_THUMBNAIL_MAX" link="FmConfig.html#FM-CONFIG-DEFAULT-THUMBNAIL-MAX:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_THUMBNAIL_SIZE" link="FmConfig.html#FM-CONFIG-DEFAULT-THUMBNAIL-SIZE:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_DEFAULT_USE_TRASH" link="FmConfig.html#FM-CONFIG-DEFAULT-USE-TRASH:CAPS"/>
    <keyword type="macro" name="FM_CONFIG_TYPE" link="FmConfig.html#FM-CONFIG-TYPE:CAPS"/>
    <keyword type="struct" name="struct FmConfig" link="FmConfig.html#FmConfig-struct"/>
    <keyword type="struct" name="struct FmConfigClass" link="FmConfig.html#FmConfigClass"/>
    <keyword type="enum" name="enum FmDndDestDropAction" link="FmConfig.html#FmDndDestDropAction"/>
    <keyword type="variable" name="fm_config" link="FmConfig.html#fm-config"/>
    <keyword type="signal" name="The “changed” signal" link="FmConfig.html#FmConfig-changed"/>
    <keyword type="function" name="fm_dummy_monitor_new ()" link="FmDummyMonitor.html#fm-dummy-monitor-new"/>
    <keyword type="struct" name="struct FmDummyMonitor" link="FmDummyMonitor.html#FmDummyMonitor-struct"/>
    <keyword type="struct" name="struct FmDummyMonitorClass" link="FmDummyMonitor.html#FmDummyMonitorClass"/>
    <keyword type="function" name="fm_file_add_vfs ()" link="FmFile.html#fm-file-add-vfs" since="1.0.2"/>
    <keyword type="function" name="fm_file_new_for_commandline_arg ()" link="FmFile.html#fm-file-new-for-commandline-arg" since="1.0.2"/>
    <keyword type="function" name="fm_file_new_for_uri ()" link="FmFile.html#fm-file-new-for-uri" since="1.0.2"/>
    <keyword type="function" name="fm_file_wants_incremental ()" link="FmFile.html#fm-file-wants-incremental" since="1.0.2"/>
    <keyword type="struct" name="FmFile" link="FmFile.html#FmFile-struct"/>
    <keyword type="struct" name="struct FmFileInitTable" link="FmFile.html#FmFileInitTable"/>
    <keyword type="struct" name="struct FmFileInterface" link="FmFile.html#FmFileInterface"/>
    <keyword type="macro" name="FM_MODULE_vfs_VERSION" link="FmFile.html#FM-MODULE-vfs-VERSION"/>
    <keyword type="variable" name="fm_module_init_vfs" link="FmFile.html#fm-module-init-vfs"/>
    <keyword type="macro" name="FM_FILE_INFO()" link="libfm-FmFileInfo.html#FM-FILE-INFO:CAPS"/>
    <keyword type="function" name="fm_file_info_can_set_hidden ()" link="libfm-FmFileInfo.html#fm-file-info-can-set-hidden" since="1.2.0"/>
    <keyword type="function" name="fm_file_info_can_set_icon ()" link="libfm-FmFileInfo.html#fm-file-info-can-set-icon" since="1.2.0"/>
    <keyword type="function" name="fm_file_info_can_set_name ()" link="libfm-FmFileInfo.html#fm-file-info-can-set-name" since="1.2.0"/>
    <keyword type="function" name="fm_file_info_can_thumbnail ()" link="libfm-FmFileInfo.html#fm-file-info-can-thumbnail"/>
    <keyword type="function" name="fm_file_info_get_atime ()" link="libfm-FmFileInfo.html#fm-file-info-get-atime"/>
    <keyword type="function" name="fm_file_info_get_blocks ()" link="libfm-FmFileInfo.html#fm-file-info-get-blocks"/>
    <keyword type="function" name="fm_file_info_get_collate_key ()" link="libfm-FmFileInfo.html#fm-file-info-get-collate-key"/>
    <keyword type="function" name="fm_file_info_get_collate_key_nocasefold ()" link="libfm-FmFileInfo.html#fm-file-info-get-collate-key-nocasefold" since="1.0.2"/>
    <keyword type="function" name="fm_file_info_get_ctime ()" link="libfm-FmFileInfo.html#fm-file-info-get-ctime" since="1.2.0"/>
    <keyword type="function" name="fm_file_info_get_desc ()" link="libfm-FmFileInfo.html#fm-file-info-get-desc"/>
    <keyword type="function" name="fm_file_info_get_dev ()" link="libfm-FmFileInfo.html#fm-file-info-get-dev"/>
    <keyword type="function" name="fm_file_info_get_disp_group ()" link="libfm-FmFileInfo.html#fm-file-info-get-disp-group" since="1.2.0"/>
    <keyword type="function" name="fm_file_info_get_disp_mtime ()" link="libfm-FmFileInfo.html#fm-file-info-get-disp-mtime"/>
    <keyword type="function" name="fm_file_info_get_disp_name ()" link="libfm-FmFileInfo.html#fm-file-info-get-disp-name"/>
    <keyword type="function" name="fm_file_info_get_disp_owner ()" link="libfm-FmFileInfo.html#fm-file-info-get-disp-owner" since="1.2.0"/>
    <keyword type="function" name="fm_file_info_get_disp_size ()" link="libfm-FmFileInfo.html#fm-file-info-get-disp-size"/>
    <keyword type="function" name="fm_file_info_get_fs_id ()" link="libfm-FmFileInfo.html#fm-file-info-get-fs-id"/>
    <keyword type="function" name="fm_file_info_get_gid ()" link="libfm-FmFileInfo.html#fm-file-info-get-gid"/>
    <keyword type="function" name="fm_file_info_get_icon ()" link="libfm-FmFileInfo.html#fm-file-info-get-icon"/>
    <keyword type="function" name="fm_file_info_get_mime_type ()" link="libfm-FmFileInfo.html#fm-file-info-get-mime-type"/>
    <keyword type="function" name="fm_file_info_get_mode ()" link="libfm-FmFileInfo.html#fm-file-info-get-mode"/>
    <keyword type="function" name="fm_file_info_get_mtime ()" link="libfm-FmFileInfo.html#fm-file-info-get-mtime"/>
    <keyword type="function" name="fm_file_info_get_name ()" link="libfm-FmFileInfo.html#fm-file-info-get-name"/>
    <keyword type="function" name="fm_file_info_get_path ()" link="libfm-FmFileInfo.html#fm-file-info-get-path"/>
    <keyword type="function" name="fm_file_info_get_size ()" link="libfm-FmFileInfo.html#fm-file-info-get-size"/>
    <keyword type="function" name="fm_file_info_get_target ()" link="libfm-FmFileInfo.html#fm-file-info-get-target"/>
    <keyword type="function" name="fm_file_info_get_uid ()" link="libfm-FmFileInfo.html#fm-file-info-get-uid"/>
    <keyword type="function" name="fm_file_info_is_accessible ()" link="libfm-FmFileInfo.html#fm-file-info-is-accessible" since="1.0.1"/>
    <keyword type="function" name="fm_file_info_is_backup ()" link="libfm-FmFileInfo.html#fm-file-info-is-backup" since="1.2.0"/>
    <keyword type="function" name="fm_file_info_is_desktop_entry ()" link="libfm-FmFileInfo.html#fm-file-info-is-desktop-entry"/>
    <keyword type="function" name="fm_file_info_is_dir ()" link="libfm-FmFileInfo.html#fm-file-info-is-dir"/>
    <keyword type="function" name="fm_file_info_is_executable_type ()" link="libfm-FmFileInfo.html#fm-file-info-is-executable-type"/>
    <keyword type="function" name="fm_file_info_is_hidden ()" link="libfm-FmFileInfo.html#fm-file-info-is-hidden"/>
    <keyword type="function" name="fm_file_info_is_image ()" link="libfm-FmFileInfo.html#fm-file-info-is-image"/>
    <keyword type="function" name="fm_file_info_is_mountable ()" link="libfm-FmFileInfo.html#fm-file-info-is-mountable"/>
    <keyword type="function" name="fm_file_info_is_native ()" link="libfm-FmFileInfo.html#fm-file-info-is-native"/>
    <keyword type="function" name="fm_file_info_is_shortcut ()" link="libfm-FmFileInfo.html#fm-file-info-is-shortcut"/>
    <keyword type="function" name="fm_file_info_is_symlink ()" link="libfm-FmFileInfo.html#fm-file-info-is-symlink"/>
    <keyword type="function" name="fm_file_info_is_text ()" link="libfm-FmFileInfo.html#fm-file-info-is-text"/>
    <keyword type="function" name="fm_file_info_is_unknown_type ()" link="libfm-FmFileInfo.html#fm-file-info-is-unknown-type"/>
    <keyword type="function" name="fm_file_info_is_writable_directory ()" link="libfm-FmFileInfo.html#fm-file-info-is-writable-directory" since="1.2.0"/>
    <keyword type="function" name="fm_file_info_list_is_same_fs ()" link="libfm-FmFileInfo.html#fm-file-info-list-is-same-fs"/>
    <keyword type="function" name="fm_file_info_list_is_same_type ()" link="libfm-FmFileInfo.html#fm-file-info-list-is-same-type"/>
    <keyword type="function" name="fm_file_info_list_new ()" link="libfm-FmFileInfo.html#fm-file-info-list-new"/>
    <keyword type="function" name="fm_file_info_new ()" link="libfm-FmFileInfo.html#fm-file-info-new"/>
    <keyword type="function" name="fm_file_info_new_from_g_file_data ()" link="libfm-FmFileInfo.html#fm-file-info-new-from-g-file-data" since="1.2.0"/>
    <keyword type="function" name="fm_file_info_new_from_gfileinfo ()" link="libfm-FmFileInfo.html#fm-file-info-new-from-gfileinfo" deprecated="1.2.0: Use fm_file_info_new_from_g_file_data() instead."/>
    <keyword type="function" name="fm_file_info_new_from_menu_cache_item ()" link="libfm-FmFileInfo.html#fm-file-info-new-from-menu-cache-item" since="0.1.1"/>
    <keyword type="function" name="fm_file_info_new_from_native_file ()" link="libfm-FmFileInfo.html#fm-file-info-new-from-native-file" since="1.2.0"/>
    <keyword type="function" name="fm_file_info_ref ()" link="libfm-FmFileInfo.html#fm-file-info-ref"/>
    <keyword type="function" name="fm_file_info_set_disp_name ()" link="libfm-FmFileInfo.html#fm-file-info-set-disp-name"/>
    <keyword type="function" name="fm_file_info_set_from_g_file_data ()" link="libfm-FmFileInfo.html#fm-file-info-set-from-g-file-data" since="1.2.0"/>
    <keyword type="function" name="fm_file_info_set_from_gfileinfo ()" link="libfm-FmFileInfo.html#fm-file-info-set-from-gfileinfo" deprecated="1.2.0: Use fm_file_info_set_from_g_file_data() instead."/>
    <keyword type="function" name="fm_file_info_set_from_menu_cache_item ()" link="libfm-FmFileInfo.html#fm-file-info-set-from-menu-cache-item" deprecated="1.2.0:"/>
    <keyword type="function" name="fm_file_info_set_from_native_file ()" link="libfm-FmFileInfo.html#fm-file-info-set-from-native-file"/>
    <keyword type="function" name="fm_file_info_set_icon ()" link="libfm-FmFileInfo.html#fm-file-info-set-icon" since="1.2.0"/>
    <keyword type="function" name="fm_file_info_set_path ()" link="libfm-FmFileInfo.html#fm-file-info-set-path"/>
    <keyword type="function" name="fm_file_info_unref ()" link="libfm-FmFileInfo.html#fm-file-info-unref"/>
    <keyword type="function" name="fm_file_info_update ()" link="libfm-FmFileInfo.html#fm-file-info-update"/>
    <keyword type="struct" name="FmFileInfo" link="libfm-FmFileInfo.html#FmFileInfo"/>
    <keyword type="function" name="FmLaunchFolderFunc ()" link="libfm-Libfm-file-launchers.html#FmLaunchFolderFunc"/>
    <keyword type="function" name="fm_launch_desktop_entry ()" link="libfm-Libfm-file-launchers.html#fm-launch-desktop-entry" since="0.1.0"/>
    <keyword type="function" name="fm_launch_files ()" link="libfm-Libfm-file-launchers.html#fm-launch-files" since="0.1.0"/>
    <keyword type="function" name="fm_launch_paths ()" link="libfm-Libfm-file-launchers.html#fm-launch-paths" since="0.1.0"/>
    <keyword type="struct" name="struct FmFileLauncher" link="libfm-Libfm-file-launchers.html#FmFileLauncher"/>
    <keyword type="enum" name="enum FmFileLauncherExecAction" link="libfm-Libfm-file-launchers.html#FmFileLauncherExecAction"/>
    <keyword type="function" name="fm_folder_block_updates ()" link="FmFolder.html#fm-folder-block-updates" since="1.2.0"/>
    <keyword type="function" name="fm_folder_find_by_path ()" link="FmFolder.html#fm-folder-find-by-path" since="1.2.0"/>
    <keyword type="function" name="fm_folder_from_gfile ()" link="FmFolder.html#fm-folder-from-gfile" since="0.1.1"/>
    <keyword type="function" name="fm_folder_from_path ()" link="FmFolder.html#fm-folder-from-path" since="0.1.1"/>
    <keyword type="function" name="fm_folder_from_path_name ()" link="FmFolder.html#fm-folder-from-path-name" since="0.1.0"/>
    <keyword type="function" name="fm_folder_from_uri ()" link="FmFolder.html#fm-folder-from-uri" since="0.1.0"/>
    <keyword type="function" name="fm_folder_get_file_by_name ()" link="FmFolder.html#fm-folder-get-file-by-name" since="0.1.16"/>
    <keyword type="function" name="fm_folder_get_files ()" link="FmFolder.html#fm-folder-get-files" since="0.1.1"/>
    <keyword type="function" name="fm_folder_get_filesystem_info ()" link="FmFolder.html#fm-folder-get-filesystem-info" since="0.1.16"/>
    <keyword type="function" name="fm_folder_get_info ()" link="FmFolder.html#fm-folder-get-info" since="1.0.0"/>
    <keyword type="function" name="fm_folder_get_path ()" link="FmFolder.html#fm-folder-get-path" since="1.0.0"/>
    <keyword type="function" name="fm_folder_is_empty ()" link="FmFolder.html#fm-folder-is-empty" since="1.0.0"/>
    <keyword type="function" name="fm_folder_is_incremental ()" link="FmFolder.html#fm-folder-is-incremental" since="1.0.2"/>
    <keyword type="function" name="fm_folder_is_loaded ()" link="FmFolder.html#fm-folder-is-loaded" since="0.1.16"/>
    <keyword type="function" name="fm_folder_is_valid ()" link="FmFolder.html#fm-folder-is-valid" since="1.0.0"/>
    <keyword type="function" name="fm_folder_make_directory ()" link="FmFolder.html#fm-folder-make-directory" since="1.2.0"/>
    <keyword type="function" name="fm_folder_query_filesystem_info ()" link="FmFolder.html#fm-folder-query-filesystem-info" since="0.1.16"/>
    <keyword type="function" name="fm_folder_reload ()" link="FmFolder.html#fm-folder-reload" since="0.1.1"/>
    <keyword type="function" name="fm_folder_unblock_updates ()" link="FmFolder.html#fm-folder-unblock-updates" since="1.2.0"/>
    <keyword type="struct" name="FmFolder" link="FmFolder.html#FmFolder-struct"/>
    <keyword type="struct" name="struct FmFolderClass" link="FmFolder.html#FmFolderClass"/>
    <keyword type="signal" name="The “changed” signal" link="FmFolder.html#FmFolder-changed"/>
    <keyword type="signal" name="The “content-changed” signal" link="FmFolder.html#FmFolder-content-changed"/>
    <keyword type="signal" name="The “error” signal" link="FmFolder.html#FmFolder-error"/>
    <keyword type="signal" name="The “files-added” signal" link="FmFolder.html#FmFolder-files-added"/>
    <keyword type="signal" name="The “files-changed” signal" link="FmFolder.html#FmFolder-files-changed"/>
    <keyword type="signal" name="The “files-removed” signal" link="FmFolder.html#FmFolder-files-removed"/>
    <keyword type="signal" name="The “finish-loading” signal" link="FmFolder.html#FmFolder-finish-loading"/>
    <keyword type="signal" name="The “fs-info” signal" link="FmFolder.html#FmFolder-fs-info"/>
    <keyword type="signal" name="The “removed” signal" link="FmFolder.html#FmFolder-removed"/>
    <keyword type="signal" name="The “start-loading” signal" link="FmFolder.html#FmFolder-start-loading"/>
    <keyword type="signal" name="The “unmount” signal" link="FmFolder.html#FmFolder-unmount"/>
    <keyword type="function" name="fm_folder_config_close ()" link="libfm-FmFolderConfig.html#fm-folder-config-close" since="1.2.0"/>
    <keyword type="function" name="fm_folder_config_get_boolean ()" link="libfm-FmFolderConfig.html#fm-folder-config-get-boolean" since="1.2.0"/>
    <keyword type="function" name="fm_folder_config_get_double ()" link="libfm-FmFolderConfig.html#fm-folder-config-get-double" since="1.2.0"/>
    <keyword type="function" name="fm_folder_config_get_integer ()" link="libfm-FmFolderConfig.html#fm-folder-config-get-integer" since="1.2.0"/>
    <keyword type="function" name="fm_folder_config_get_string ()" link="libfm-FmFolderConfig.html#fm-folder-config-get-string" since="1.2.0"/>
    <keyword type="function" name="fm_folder_config_get_string_list ()" link="libfm-FmFolderConfig.html#fm-folder-config-get-string-list" since="1.2.0"/>
    <keyword type="function" name="fm_folder_config_get_uint64 ()" link="libfm-FmFolderConfig.html#fm-folder-config-get-uint64" since="1.2.0"/>
    <keyword type="function" name="fm_folder_config_is_empty ()" link="libfm-FmFolderConfig.html#fm-folder-config-is-empty" since="1.2.0"/>
    <keyword type="function" name="fm_folder_config_open ()" link="libfm-FmFolderConfig.html#fm-folder-config-open" since="1.2.0"/>
    <keyword type="function" name="fm_folder_config_purge ()" link="libfm-FmFolderConfig.html#fm-folder-config-purge" since="1.2.0"/>
    <keyword type="function" name="fm_folder_config_remove_key ()" link="libfm-FmFolderConfig.html#fm-folder-config-remove-key" since="1.2.0"/>
    <keyword type="function" name="fm_folder_config_save_cache ()" link="libfm-FmFolderConfig.html#fm-folder-config-save-cache" since="1.2.0"/>
    <keyword type="function" name="fm_folder_config_set_boolean ()" link="libfm-FmFolderConfig.html#fm-folder-config-set-boolean" since="1.2.0"/>
    <keyword type="function" name="fm_folder_config_set_double ()" link="libfm-FmFolderConfig.html#fm-folder-config-set-double" since="1.2.0"/>
    <keyword type="function" name="fm_folder_config_set_integer ()" link="libfm-FmFolderConfig.html#fm-folder-config-set-integer" since="1.2.0"/>
    <keyword type="function" name="fm_folder_config_set_string ()" link="libfm-FmFolderConfig.html#fm-folder-config-set-string" since="1.2.0"/>
    <keyword type="function" name="fm_folder_config_set_string_list ()" link="libfm-FmFolderConfig.html#fm-folder-config-set-string-list" since="1.2.0"/>
    <keyword type="function" name="fm_folder_config_set_uint64 ()" link="libfm-FmFolderConfig.html#fm-folder-config-set-uint64" since="1.2.0"/>
    <keyword type="struct" name="FmFolderConfig" link="libfm-FmFolderConfig.html#FmFolderConfig"/>
    <keyword type="function" name="fm_icon_from_gicon ()" link="libfm-FmIcon.html#fm-icon-from-gicon" since="0.1.0"/>
    <keyword type="function" name="fm_icon_from_name ()" link="libfm-FmIcon.html#fm-icon-from-name" since="0.1.0"/>
    <keyword type="macro" name="fm_icon_get_gicon()" link="libfm-FmIcon.html#fm-icon-get-gicon" since="1.2.0"/>
    <keyword type="function" name="fm_icon_get_user_data ()" link="libfm-FmIcon.html#fm-icon-get-user-data" deprecated="1.2.0: Use g_object_get_qdata() instead." since="0.1.0"/>
    <keyword type="function" name="fm_icon_ref ()" link="libfm-FmIcon.html#fm-icon-ref" deprecated="1.2.0: Use g_object_ref() instead." since="0.1.0"/>
    <keyword type="function" name="fm_icon_reset_user_data_cache ()" link="libfm-FmIcon.html#fm-icon-reset-user-data-cache" since="1.2.0"/>
    <keyword type="function" name="fm_icon_set_user_data ()" link="libfm-FmIcon.html#fm-icon-set-user-data" deprecated="1.2.0: Use g_object_set_qdata_full() instead." since="0.1.0"/>
    <keyword type="function" name="fm_icon_set_user_data_destroy ()" link="libfm-FmIcon.html#fm-icon-set-user-data-destroy" deprecated="1.2.0:" since="0.1.0"/>
    <keyword type="function" name="fm_icon_unload_cache ()" link="libfm-FmIcon.html#fm-icon-unload-cache" since="0.1.0"/>
    <keyword type="function" name="fm_icon_unload_user_data_cache ()" link="libfm-FmIcon.html#fm-icon-unload-user-data-cache" deprecated="1.2.0: Use fm_icon_reset_user_data_cache() instead." since="0.1.0"/>
    <keyword type="function" name="fm_icon_unref ()" link="libfm-FmIcon.html#fm-icon-unref" deprecated="1.2.0: Use g_object_unref() instead." since="0.1.0"/>
    <keyword type="struct" name="FmIcon" link="libfm-FmIcon.html#FmIcon"/>
    <keyword type="macro" name="FM_LIST()" link="libfm-fm-list.html#FM-LIST:CAPS"/>
    <keyword type="function" name="fm_list_clear ()" link="libfm-fm-list.html#fm-list-clear"/>
    <keyword type="function" name="fm_list_delete_link ()" link="libfm-fm-list.html#fm-list-delete-link"/>
    <keyword type="function" name="fm_list_new ()" link="libfm-fm-list.html#fm-list-new"/>
    <keyword type="function" name="fm_list_ref ()" link="libfm-fm-list.html#fm-list-ref"/>
    <keyword type="function" name="fm_list_remove ()" link="libfm-fm-list.html#fm-list-remove"/>
    <keyword type="function" name="fm_list_remove_all ()" link="libfm-fm-list.html#fm-list-remove-all"/>
    <keyword type="function" name="fm_list_unref ()" link="libfm-fm-list.html#fm-list-unref"/>
    <keyword type="struct" name="struct FmList" link="libfm-fm-list.html#FmList"/>
    <keyword type="struct" name="struct FmListFuncs" link="libfm-fm-list.html#FmListFuncs"/>
    <keyword type="function" name="fm_mime_type_add_thumbnailer ()" link="libfm-FmMimeType.html#fm-mime-type-add-thumbnailer" since="1.0.0"/>
    <keyword type="function" name="fm_mime_type_from_file_name ()" link="libfm-FmMimeType.html#fm-mime-type-from-file-name" since="0.1.0"/>
    <keyword type="function" name="fm_mime_type_from_name ()" link="libfm-FmMimeType.html#fm-mime-type-from-name" since="0.1.0"/>
    <keyword type="function" name="fm_mime_type_from_native_file ()" link="libfm-FmMimeType.html#fm-mime-type-from-native-file" since="0.1.0"/>
    <keyword type="function" name="fm_mime_type_get_desc ()" link="libfm-FmMimeType.html#fm-mime-type-get-desc" since="0.1.0"/>
    <keyword type="function" name="fm_mime_type_get_icon ()" link="libfm-FmMimeType.html#fm-mime-type-get-icon" since="0.1.0"/>
    <keyword type="function" name="fm_mime_type_get_thumbnailers ()" link="libfm-FmMimeType.html#fm-mime-type-get-thumbnailers" deprecated="1.2.0: Use fm_mime_type_get_thumbnailers_list() instead." since="1.0.0"/>
    <keyword type="function" name="fm_mime_type_get_thumbnailers_list ()" link="libfm-FmMimeType.html#fm-mime-type-get-thumbnailers-list" since="1.2.0"/>
    <keyword type="function" name="fm_mime_type_ref ()" link="libfm-FmMimeType.html#fm-mime-type-ref" since="0.1.0"/>
    <keyword type="function" name="fm_mime_type_remove_thumbnailer ()" link="libfm-FmMimeType.html#fm-mime-type-remove-thumbnailer" since="1.0.0"/>
    <keyword type="function" name="fm_mime_type_unref ()" link="libfm-FmMimeType.html#fm-mime-type-unref" since="0.1.0"/>
    <keyword type="struct" name="FmMimeType" link="libfm-FmMimeType.html#FmMimeType"/>
    <keyword type="function" name="fm_monitor_directory ()" link="libfm-GMonitor-cache.html#fm-monitor-directory" since="0.1.0"/>
    <keyword type="function" name="fm_monitor_lookup_dummy_monitor ()" link="libfm-GMonitor-cache.html#fm-monitor-lookup-dummy-monitor" since="0.1.0"/>
    <keyword type="function" name="fm_monitor_lookup_monitor ()" link="libfm-GMonitor-cache.html#fm-monitor-lookup-monitor" since="0.1.0"/>
    <keyword type="function" name="fm_nav_history_back ()" link="FmNavHistory.html#fm-nav-history-back" deprecated="1.0.2: Use fm_nav_history_go_to() instead." since="0.1.0"/>
    <keyword type="function" name="fm_nav_history_can_back ()" link="FmNavHistory.html#fm-nav-history-can-back" since="0.1.0"/>
    <keyword type="function" name="fm_nav_history_can_forward ()" link="FmNavHistory.html#fm-nav-history-can-forward" deprecated="1.0.2: Use fm_nav_history_get_cur_index() instead." since="0.1.0"/>
    <keyword type="function" name="fm_nav_history_chdir ()" link="FmNavHistory.html#fm-nav-history-chdir" since="0.1.0"/>
    <keyword type="function" name="fm_nav_history_clear ()" link="FmNavHistory.html#fm-nav-history-clear" since="0.1.0"/>
    <keyword type="function" name="fm_nav_history_forward ()" link="FmNavHistory.html#fm-nav-history-forward" deprecated="1.0.2: Use fm_nav_history_go_to() instead." since="0.1.0"/>
    <keyword type="function" name="fm_nav_history_get_cur ()" link="FmNavHistory.html#fm-nav-history-get-cur" deprecated="1.0.2: Use fm_nav_history_get_nth_path() instead." since="0.1.0"/>
    <keyword type="function" name="fm_nav_history_get_cur_index ()" link="FmNavHistory.html#fm-nav-history-get-cur-index" since="1.0.2"/>
    <keyword type="function" name="fm_nav_history_get_cur_link ()" link="FmNavHistory.html#fm-nav-history-get-cur-link" deprecated="1.0.2:" since="0.1.0"/>
    <keyword type="function" name="fm_nav_history_get_nth_path ()" link="FmNavHistory.html#fm-nav-history-get-nth-path" since="1.0.2"/>
    <keyword type="function" name="fm_nav_history_get_scroll_pos ()" link="FmNavHistory.html#fm-nav-history-get-scroll-pos" since="1.0.2"/>
    <keyword type="function" name="fm_nav_history_go_to ()" link="FmNavHistory.html#fm-nav-history-go-to" since="1.0.2"/>
    <keyword type="function" name="fm_nav_history_jump ()" link="FmNavHistory.html#fm-nav-history-jump" deprecated="1.0.2: Use fm_nav_history_go_to() instead." since="0.1.0"/>
    <keyword type="function" name="fm_nav_history_list ()" link="FmNavHistory.html#fm-nav-history-list" deprecated="1.0.2:" since="0.1.0"/>
    <keyword type="function" name="fm_nav_history_new ()" link="FmNavHistory.html#fm-nav-history-new" since="0.1.0"/>
    <keyword type="function" name="fm_nav_history_set_max ()" link="FmNavHistory.html#fm-nav-history-set-max" since="0.1.0"/>
    <keyword type="macro" name="FM_NAV_HISTORY_TYPE" link="FmNavHistory.html#FM-NAV-HISTORY-TYPE:CAPS"/>
    <keyword type="macro" name="FM_NAV_HISTORY_DEFAULT_SIZE" link="FmNavHistory.html#FM-NAV-HISTORY-DEFAULT-SIZE:CAPS"/>
    <keyword type="struct" name="FmNavHistory" link="FmNavHistory.html#FmNavHistory-struct"/>
    <keyword type="struct" name="FmNavHistoryClass" link="FmNavHistory.html#FmNavHistoryClass"/>
    <keyword type="struct" name="struct FmNavHistoryItem" link="FmNavHistory.html#FmNavHistoryItem"/>
    <keyword type="macro" name="FM_PATH()" link="libfm-FmPath.html#FM-PATH:CAPS"/>
    <keyword type="function" name="fm_path_compare ()" link="libfm-FmPath.html#fm-path-compare"/>
    <keyword type="function" name="fm_path_depth ()" link="libfm-FmPath.html#fm-path-depth" since="1.0.0"/>
    <keyword type="function" name="fm_path_display_basename ()" link="libfm-FmPath.html#fm-path-display-basename" since="0.1.0"/>
    <keyword type="function" name="fm_path_display_name ()" link="libfm-FmPath.html#fm-path-display-name" since="0.1.0"/>
    <keyword type="function" name="fm_path_equal ()" link="libfm-FmPath.html#fm-path-equal" since="0.1.0"/>
    <keyword type="function" name="fm_path_equal_str ()" link="libfm-FmPath.html#fm-path-equal-str" since="0.1.0"/>
    <keyword type="function" name="fm_path_get_apps_menu ()" link="libfm-FmPath.html#fm-path-get-apps-menu" since="0.1.0"/>
    <keyword type="function" name="fm_path_get_basename ()" link="libfm-FmPath.html#fm-path-get-basename" since="0.1.0"/>
    <keyword type="function" name="fm_path_get_desktop ()" link="libfm-FmPath.html#fm-path-get-desktop" since="0.1.0"/>
    <keyword type="function" name="fm_path_get_flags ()" link="libfm-FmPath.html#fm-path-get-flags" since="0.1.0"/>
    <keyword type="function" name="fm_path_get_home ()" link="libfm-FmPath.html#fm-path-get-home" since="0.1.0"/>
    <keyword type="function" name="fm_path_get_parent ()" link="libfm-FmPath.html#fm-path-get-parent" since="0.1.0"/>
    <keyword type="function" name="fm_path_get_root ()" link="libfm-FmPath.html#fm-path-get-root" since="0.1.0"/>
    <keyword type="function" name="fm_path_get_scheme_path ()" link="libfm-FmPath.html#fm-path-get-scheme-path" since="1.2.0"/>
    <keyword type="function" name="fm_path_get_trash ()" link="libfm-FmPath.html#fm-path-get-trash" since="0.1.0"/>
    <keyword type="function" name="fm_path_has_prefix ()" link="libfm-FmPath.html#fm-path-has-prefix"/>
    <keyword type="function" name="fm_path_hash ()" link="libfm-FmPath.html#fm-path-hash" since="0.1.0"/>
    <keyword type="macro" name="fm_path_is_local()" link="libfm-FmPath.html#fm-path-is-local" deprecated=""/>
    <keyword type="macro" name="fm_path_is_native()" link="libfm-FmPath.html#fm-path-is-native"/>
    <keyword type="macro" name="fm_path_is_native_or_trash()" link="libfm-FmPath.html#fm-path-is-native-or-trash"/>
    <keyword type="macro" name="fm_path_is_trash()" link="libfm-FmPath.html#fm-path-is-trash"/>
    <keyword type="macro" name="fm_path_is_trash_root()" link="libfm-FmPath.html#fm-path-is-trash-root"/>
    <keyword type="macro" name="fm_path_is_virtual()" link="libfm-FmPath.html#fm-path-is-virtual" deprecated=""/>
    <keyword type="macro" name="fm_path_is_xdg_menu()" link="libfm-FmPath.html#fm-path-is-xdg-menu" deprecated=""/>
    <keyword type="function" name="fm_path_list_new ()" link="libfm-FmPath.html#fm-path-list-new"/>
    <keyword type="function" name="fm_path_list_new_from_file_info_glist ()" link="libfm-FmPath.html#fm-path-list-new-from-file-info-glist" since="0.1.0"/>
    <keyword type="function" name="fm_path_list_new_from_file_info_gslist ()" link="libfm-FmPath.html#fm-path-list-new-from-file-info-gslist" since="0.1.0"/>
    <keyword type="function" name="fm_path_list_new_from_file_info_list ()" link="libfm-FmPath.html#fm-path-list-new-from-file-info-list" since="0.1.0"/>
    <keyword type="function" name="fm_path_list_new_from_uri_list ()" link="libfm-FmPath.html#fm-path-list-new-from-uri-list" since="0.1.0"/>
    <keyword type="function" name="fm_path_list_new_from_uris ()" link="libfm-FmPath.html#fm-path-list-new-from-uris" since="0.1.0"/>
    <keyword type="function" name="fm_path_list_to_uri_list ()" link="libfm-FmPath.html#fm-path-list-to-uri-list" since="0.1.0"/>
    <keyword type="function" name="fm_path_list_write_uri_list ()" link="libfm-FmPath.html#fm-path-list-write-uri-list" since="0.1.0"/>
    <keyword type="function" name="fm_path_new_child ()" link="libfm-FmPath.html#fm-path-new-child"/>
    <keyword type="function" name="fm_path_new_child_len ()" link="libfm-FmPath.html#fm-path-new-child-len"/>
    <keyword type="function" name="fm_path_new_for_commandline_arg ()" link="libfm-FmPath.html#fm-path-new-for-commandline-arg"/>
    <keyword type="function" name="fm_path_new_for_display_name ()" link="libfm-FmPath.html#fm-path-new-for-display-name" since="0.1.14"/>
    <keyword type="function" name="fm_path_new_for_gfile ()" link="libfm-FmPath.html#fm-path-new-for-gfile"/>
    <keyword type="function" name="fm_path_new_for_path ()" link="libfm-FmPath.html#fm-path-new-for-path"/>
    <keyword type="function" name="fm_path_new_for_str ()" link="libfm-FmPath.html#fm-path-new-for-str"/>
    <keyword type="function" name="fm_path_new_for_uri ()" link="libfm-FmPath.html#fm-path-new-for-uri"/>
    <keyword type="function" name="fm_path_new_relative ()" link="libfm-FmPath.html#fm-path-new-relative"/>
    <keyword type="function" name="fm_path_ref ()" link="libfm-FmPath.html#fm-path-ref"/>
    <keyword type="function" name="fm_path_to_gfile ()" link="libfm-FmPath.html#fm-path-to-gfile" since="0.1.0"/>
    <keyword type="function" name="fm_path_to_str ()" link="libfm-FmPath.html#fm-path-to-str" since="0.1.0"/>
    <keyword type="function" name="fm_path_to_uri ()" link="libfm-FmPath.html#fm-path-to-uri" since="0.1.0"/>
    <keyword type="function" name="fm_path_unref ()" link="libfm-FmPath.html#fm-path-unref"/>
    <keyword type="struct" name="FmFileInfoList" link="libfm-FmPath.html#FmFileInfoList"/>
    <keyword type="struct" name="FmPath" link="libfm-FmPath.html#FmPath"/>
    <keyword type="enum" name="enum FmPathFlags" link="libfm-FmPath.html#FmPathFlags"/>
    <keyword type="struct" name="FmPathList" link="libfm-FmPath.html#FmPathList"/>
    <keyword type="function" name="fm_template_create_file ()" link="FmTemplate.html#fm-template-create-file" since="1.2.0"/>
    <keyword type="function" name="fm_template_get_icon ()" link="FmTemplate.html#fm-template-get-icon" since="1.2.0"/>
    <keyword type="function" name="fm_template_get_label ()" link="FmTemplate.html#fm-template-get-label" since="1.2.0"/>
    <keyword type="function" name="fm_template_get_mime_type ()" link="FmTemplate.html#fm-template-get-mime-type" since="1.2.0"/>
    <keyword type="function" name="fm_template_get_name ()" link="FmTemplate.html#fm-template-get-name" since="1.2.0"/>
    <keyword type="function" name="fm_template_get_prompt ()" link="FmTemplate.html#fm-template-get-prompt" since="1.2.0"/>
    <keyword type="function" name="fm_template_is_directory ()" link="FmTemplate.html#fm-template-is-directory" since="1.2.0"/>
    <keyword type="function" name="fm_template_list_all ()" link="FmTemplate.html#fm-template-list-all" since="1.2.0"/>
    <keyword type="macro" name="FM_TEMPLATE_TYPE" link="FmTemplate.html#FM-TEMPLATE-TYPE:CAPS"/>
    <keyword type="struct" name="FmTemplate" link="FmTemplate.html#FmTemplate-struct"/>
    <keyword type="struct" name="FmTemplateClass" link="FmTemplate.html#FmTemplateClass"/>
    <keyword type="function" name="fm_terminal_dup_default ()" link="FmTerminal.html#fm-terminal-dup-default" since="1.2.0"/>
    <keyword type="function" name="fm_terminal_launch ()" link="FmTerminal.html#fm-terminal-launch" since="1.2.0"/>
    <keyword type="macro" name="FM_TERMINAL_TYPE" link="FmTerminal.html#FM-TERMINAL-TYPE:CAPS"/>
    <keyword type="struct" name="struct FmTerminal" link="FmTerminal.html#FmTerminal-struct"/>
    <keyword type="struct" name="FmTerminalClass" link="FmTerminal.html#FmTerminalClass"/>
    <keyword type="function" name="FmThumbnailLoaderCallback ()" link="libfm-FmThumbnailLoader.html#FmThumbnailLoaderCallback" since="1.2.0"/>
    <keyword type="function" name="fm_thumbnail_loader_cancel ()" link="libfm-FmThumbnailLoader.html#fm-thumbnail-loader-cancel" since="1.2.0"/>
    <keyword type="function" name="fm_thumbnail_loader_get_data ()" link="libfm-FmThumbnailLoader.html#fm-thumbnail-loader-get-data" since="1.2.0"/>
    <keyword type="function" name="fm_thumbnail_loader_get_file_info ()" link="libfm-FmThumbnailLoader.html#fm-thumbnail-loader-get-file-info" since="1.2.0"/>
    <keyword type="function" name="fm_thumbnail_loader_get_size ()" link="libfm-FmThumbnailLoader.html#fm-thumbnail-loader-get-size" since="1.2.0"/>
    <keyword type="function" name="fm_thumbnail_loader_load ()" link="libfm-FmThumbnailLoader.html#fm-thumbnail-loader-load" since="1.2.0"/>
    <keyword type="function" name="fm_thumbnail_loader_set_backend ()" link="libfm-FmThumbnailLoader.html#fm-thumbnail-loader-set-backend" since="1.2.0"/>
    <keyword type="struct" name="FmThumbnailLoader" link="libfm-FmThumbnailLoader.html#FmThumbnailLoader"/>
    <keyword type="struct" name="struct FmThumbnailLoaderBackend" link="libfm-FmThumbnailLoader.html#FmThumbnailLoaderBackend"/>
    <keyword type="macro" name="FM_THUMBNAILER()" link="libfm-FmThumbnailer.html#FM-THUMBNAILER:CAPS"/>
    <keyword type="function" name="fm_thumbnailer_check_update ()" link="libfm-FmThumbnailer.html#fm-thumbnailer-check-update" since="1.0.0"/>
    <keyword type="function" name="fm_thumbnailer_command_for_uri ()" link="libfm-FmThumbnailer.html#fm-thumbnailer-command-for-uri" since="1.2.0"/>
    <keyword type="function" name="fm_thumbnailer_free ()" link="libfm-FmThumbnailer.html#fm-thumbnailer-free" deprecated="1.2.0: Use fm_thumbnailer_unref() instead." since="1.0.0"/>
    <keyword type="function" name="fm_thumbnailer_launch_for_uri ()" link="libfm-FmThumbnailer.html#fm-thumbnailer-launch-for-uri" deprecated="1.2.0: Use fm_thumbnailer_launch_for_uri_async() instead." since="1.0.0"/>
    <keyword type="function" name="fm_thumbnailer_launch_for_uri_async ()" link="libfm-FmThumbnailer.html#fm-thumbnailer-launch-for-uri-async" since="1.2.0"/>
    <keyword type="function" name="fm_thumbnailer_new_from_keyfile ()" link="libfm-FmThumbnailer.html#fm-thumbnailer-new-from-keyfile" since="1.0.0"/>
    <keyword type="function" name="fm_thumbnailer_ref ()" link="libfm-FmThumbnailer.html#fm-thumbnailer-ref" since="1.2.0"/>
    <keyword type="function" name="fm_thumbnailer_unref ()" link="libfm-FmThumbnailer.html#fm-thumbnailer-unref" since="1.2.0"/>
    <keyword type="struct" name="FmThumbnailer" link="libfm-FmThumbnailer.html#FmThumbnailer"/>
    <keyword type="macro" name="CHECK_MODULES()" link="libfm-FmModule.html#CHECK-MODULES:CAPS"/>
    <keyword type="macro" name="FM_DEFINE_MODULE()" link="libfm-FmModule.html#FM-DEFINE-MODULE:CAPS"/>
    <keyword type="macro" name="FM_MODULE_DEFINE_TYPE()" link="libfm-FmModule.html#FM-MODULE-DEFINE-TYPE:CAPS"/>
    <keyword type="function" name="FmModuleInitCallback ()" link="libfm-FmModule.html#FmModuleInitCallback" since="1.2.0"/>
    <keyword type="function" name="fm_module_is_in_use ()" link="libfm-FmModule.html#fm-module-is-in-use" since="1.2.0"/>
    <keyword type="function" name="fm_module_register_type ()" link="libfm-FmModule.html#fm-module-register-type" since="1.2.0"/>
    <keyword type="function" name="fm_module_unregister_type ()" link="libfm-FmModule.html#fm-module-unregister-type" since="1.2.0"/>
    <keyword type="function" name="fm_modules_add_directory ()" link="libfm-FmModule.html#fm-modules-add-directory" since="1.2.0"/>
    <keyword type="function" name="fm_modules_load ()" link="libfm-FmModule.html#fm-modules-load" since="1.2.0"/>
    <keyword type="function" name="FmAppCommandParseCallback ()" link="libfm-Common-Libfm-utilities..html#FmAppCommandParseCallback" since="1.0.0"/>
    <keyword type="function" name="fm_app_command_parse ()" link="libfm-Common-Libfm-utilities..html#fm-app-command-parse" since="1.0.0"/>
    <keyword type="function" name="fm_canonicalize_filename ()" link="libfm-Common-Libfm-utilities..html#fm-canonicalize-filename" since="0.1.0"/>
    <keyword type="function" name="fm_file_size_to_str ()" link="libfm-Common-Libfm-utilities..html#fm-file-size-to-str" since="0.1.0"/>
    <keyword type="function" name="fm_file_size_to_str2 ()" link="libfm-Common-Libfm-utilities..html#fm-file-size-to-str2" since="0.1.0"/>
    <keyword type="function" name="fm_get_home_dir ()" link="libfm-Common-Libfm-utilities..html#fm-get-home-dir" since="1.0.2"/>
    <keyword type="function" name="fm_key_file_get_bool ()" link="libfm-Common-Libfm-utilities..html#fm-key-file-get-bool" since="0.1.0"/>
    <keyword type="function" name="fm_key_file_get_int ()" link="libfm-Common-Libfm-utilities..html#fm-key-file-get-int" since="0.1.0"/>
    <keyword type="function" name="fm_run_in_default_main_context ()" link="libfm-Common-Libfm-utilities..html#fm-run-in-default-main-context" since="1.0.2"/>
    <keyword type="function" name="fm_strcatv ()" link="libfm-Common-Libfm-utilities..html#fm-strcatv" since="1.2.0"/>
    <keyword type="function" name="fm_strdup_replace ()" link="libfm-Common-Libfm-utilities..html#fm-strdup-replace" since="0.1.16"/>
    <keyword type="function" name="fm_uri_subpath_to_native_subpath ()" link="libfm-Common-Libfm-utilities..html#fm-uri-subpath-to-native-subpath" since="1.2.0"/>
    <keyword type="struct" name="struct FmAppCommandParseOption" link="libfm-Common-Libfm-utilities..html#FmAppCommandParseOption"/>
    <keyword type="function" name="FmXmlFileHandler ()" link="FmXmlFile.html#FmXmlFileHandler" since="1.2.0"/>
    <keyword type="function" name="fm_xml_file_finish_parse ()" link="FmXmlFile.html#fm-xml-file-finish-parse" since="1.2.0"/>
    <keyword type="function" name="fm_xml_file_get_current_line ()" link="FmXmlFile.html#fm-xml-file-get-current-line" since="1.2.0"/>
    <keyword type="function" name="fm_xml_file_get_dtd ()" link="FmXmlFile.html#fm-xml-file-get-dtd" since="1.2.0"/>
    <keyword type="function" name="fm_xml_file_get_tag_name ()" link="FmXmlFile.html#fm-xml-file-get-tag-name" since="1.2.0"/>
    <keyword type="function" name="fm_xml_file_insert_before ()" link="FmXmlFile.html#fm-xml-file-insert-before" since="1.2.0"/>
    <keyword type="function" name="fm_xml_file_insert_first ()" link="FmXmlFile.html#fm-xml-file-insert-first" since="1.2.0"/>
    <keyword type="function" name="fm_xml_file_item_append_child ()" link="FmXmlFile.html#fm-xml-file-item-append-child" since="1.2.0"/>
    <keyword type="function" name="fm_xml_file_item_append_text ()" link="FmXmlFile.html#fm-xml-file-item-append-text" since="1.2.0"/>
    <keyword type="function" name="fm_xml_file_item_destroy ()" link="FmXmlFile.html#fm-xml-file-item-destroy" since="1.2.0"/>
    <keyword type="function" name="fm_xml_file_item_find_child ()" link="FmXmlFile.html#fm-xml-file-item-find-child" since="1.2.0"/>
    <keyword type="function" name="fm_xml_file_item_get_children ()" link="FmXmlFile.html#fm-xml-file-item-get-children" since="1.2.0"/>
    <keyword type="function" name="fm_xml_file_item_get_comment ()" link="FmXmlFile.html#fm-xml-file-item-get-comment" since="1.2.0"/>
    <keyword type="function" name="fm_xml_file_item_get_data ()" link="FmXmlFile.html#fm-xml-file-item-get-data" since="1.2.0"/>
    <keyword type="function" name="fm_xml_file_item_get_parent ()" link="FmXmlFile.html#fm-xml-file-item-get-parent" since="1.2.0"/>
    <keyword type="function" name="fm_xml_file_item_get_tag ()" link="FmXmlFile.html#fm-xml-file-item-get-tag" since="1.2.0"/>
    <keyword type="function" name="fm_xml_file_item_get_tag_name ()" link="FmXmlFile.html#fm-xml-file-item-get-tag-name" since="1.2.0"/>
    <keyword type="function" name="fm_xml_file_item_new ()" link="FmXmlFile.html#fm-xml-file-item-new" since="1.2.0"/>
    <keyword type="function" name="fm_xml_file_item_set_attribute ()" link="FmXmlFile.html#fm-xml-file-item-set-attribute" since="1.2.0"/>
    <keyword type="function" name="fm_xml_file_item_set_comment ()" link="FmXmlFile.html#fm-xml-file-item-set-comment" since="1.2.0"/>
    <keyword type="function" name="fm_xml_file_new ()" link="FmXmlFile.html#fm-xml-file-new" since="1.2.0"/>
    <keyword type="function" name="fm_xml_file_parse_data ()" link="FmXmlFile.html#fm-xml-file-parse-data" since="1.2.0"/>
    <keyword type="function" name="fm_xml_file_set_dtd ()" link="FmXmlFile.html#fm-xml-file-set-dtd" since="1.2.0"/>
    <keyword type="function" name="fm_xml_file_set_handler ()" link="FmXmlFile.html#fm-xml-file-set-handler" since="1.2.0"/>
    <keyword type="function" name="fm_xml_file_to_data ()" link="FmXmlFile.html#fm-xml-file-to-data" since="1.2.0"/>
    <keyword type="macro" name="FM_XML_FILE_TAG_NOT_HANDLED" link="FmXmlFile.html#FM-XML-FILE-TAG-NOT-HANDLED:CAPS"/>
    <keyword type="macro" name="FM_XML_FILE_TEXT" link="FmXmlFile.html#FM-XML-FILE-TEXT:CAPS"/>
    <keyword type="macro" name="FM_XML_FILE_TYPE" link="FmXmlFile.html#FM-XML-FILE-TYPE:CAPS"/>
    <keyword type="struct" name="FmXmlFile" link="FmXmlFile.html#FmXmlFile-struct"/>
    <keyword type="struct" name="FmXmlFileClass" link="FmXmlFile.html#FmXmlFileClass"/>
    <keyword type="struct" name="FmXmlFileItem" link="FmXmlFile.html#FmXmlFileItem"/>
    <keyword type="typedef" name="FmXmlFileTag" link="FmXmlFile.html#FmXmlFileTag"/>
    <keyword type="function" name="fm_deep_count_job_new ()" link="FmDeepCountJob.html#fm-deep-count-job-new" since="0.1.0"/>
    <keyword type="function" name="fm_deep_count_job_set_dest ()" link="FmDeepCountJob.html#fm-deep-count-job-set-dest" since="0.1.0"/>
    <keyword type="macro" name="FM_DEEP_COUNT_JOB_TYPE" link="FmDeepCountJob.html#FM-DEEP-COUNT-JOB-TYPE:CAPS"/>
    <keyword type="struct" name="struct FmDeepCountJob" link="FmDeepCountJob.html#FmDeepCountJob-struct"/>
    <keyword type="struct" name="struct FmDeepCountJobClass" link="FmDeepCountJob.html#FmDeepCountJobClass"/>
    <keyword type="enum" name="enum FmDeepCountJobFlags" link="FmDeepCountJob.html#FmDeepCountJobFlags"/>
    <keyword type="function" name="fm_dir_list_job_add_found_file ()" link="FmDirListJob.html#fm-dir-list-job-add-found-file" since="1.0.2"/>
    <keyword type="function" name="fm_dir_list_job_get_files ()" link="FmDirListJob.html#fm-dir-list-job-get-files" since="0.1.0"/>
    <keyword type="function" name="fm_dir_list_job_new ()" link="FmDirListJob.html#fm-dir-list-job-new" deprecated="1.2.0: Use fm_dir_list_job_new2() instead." since="0.1.0"/>
    <keyword type="function" name="fm_dir_list_job_new2 ()" link="FmDirListJob.html#fm-dir-list-job-new2" since="1.2.0"/>
    <keyword type="function" name="fm_dir_list_job_new_for_gfile ()" link="FmDirListJob.html#fm-dir-list-job-new-for-gfile" since="0.1.0"/>
    <keyword type="function" name="fm_dir_list_job_set_incremental ()" link="FmDirListJob.html#fm-dir-list-job-set-incremental" since="1.0.2"/>
    <keyword type="struct" name="struct FmDirListJob" link="FmDirListJob.html#FmDirListJob-struct"/>
    <keyword type="struct" name="struct FmDirListJobClass" link="FmDirListJob.html#FmDirListJobClass"/>
    <keyword type="enum" name="enum FmDirListJobFlags" link="FmDirListJob.html#FmDirListJobFlags"/>
    <keyword type="signal" name="The “files-found” signal" link="FmDirListJob.html#FmDirListJob-files-found"/>
    <keyword type="function" name="fm_file_info_job_add ()" link="FmFileInfoJob.html#fm-file-info-job-add" since="0.1.0"/>
    <keyword type="function" name="fm_file_info_job_add_gfile ()" link="FmFileInfoJob.html#fm-file-info-job-add-gfile" since="0.1.0"/>
    <keyword type="function" name="fm_file_info_job_get_current ()" link="FmFileInfoJob.html#fm-file-info-job-get-current" since="0.1.10"/>
    <keyword type="function" name="fm_file_info_job_new ()" link="FmFileInfoJob.html#fm-file-info-job-new" since="0.1.0"/>
    <keyword type="struct" name="struct FmFileInfoJob" link="FmFileInfoJob.html#FmFileInfoJob-struct"/>
    <keyword type="struct" name="struct FmFileInfoJobClass" link="FmFileInfoJob.html#FmFileInfoJobClass"/>
    <keyword type="enum" name="enum FmFileInfoJobFlags" link="FmFileInfoJob.html#FmFileInfoJobFlags"/>
    <keyword type="signal" name="The “got-info” signal" link="FmFileInfoJob.html#FmFileInfoJob-got-info"/>
    <keyword type="function" name="fm_file_ops_job_ask_rename ()" link="FmFileOpsJob.html#fm-file-ops-job-ask-rename" since="0.1.0"/>
    <keyword type="function" name="fm_file_ops_job_emit_cur_file ()" link="FmFileOpsJob.html#fm-file-ops-job-emit-cur-file" since="0.1.0"/>
    <keyword type="function" name="fm_file_ops_job_emit_percent ()" link="FmFileOpsJob.html#fm-file-ops-job-emit-percent" since="0.1.0"/>
    <keyword type="function" name="fm_file_ops_job_emit_prepared ()" link="FmFileOpsJob.html#fm-file-ops-job-emit-prepared" since="0.1.10"/>
    <keyword type="function" name="fm_file_ops_job_get_dest ()" link="FmFileOpsJob.html#fm-file-ops-job-get-dest" since="0.1.0"/>
    <keyword type="function" name="fm_file_ops_job_get_options ()" link="FmFileOpsJob.html#fm-file-ops-job-get-options" since="1.2.0"/>
    <keyword type="function" name="fm_file_ops_job_new ()" link="FmFileOpsJob.html#fm-file-ops-job-new" since="0.1.0"/>
    <keyword type="function" name="fm_file_ops_job_set_chmod ()" link="FmFileOpsJob.html#fm-file-ops-job-set-chmod" since="0.1.0"/>
    <keyword type="function" name="fm_file_ops_job_set_chown ()" link="FmFileOpsJob.html#fm-file-ops-job-set-chown" since="0.1.0"/>
    <keyword type="function" name="fm_file_ops_job_set_dest ()" link="FmFileOpsJob.html#fm-file-ops-job-set-dest" since="0.1.0"/>
    <keyword type="function" name="fm_file_ops_job_set_display_name ()" link="FmFileOpsJob.html#fm-file-ops-job-set-display-name" since="1.2.0"/>
    <keyword type="function" name="fm_file_ops_job_set_hidden ()" link="FmFileOpsJob.html#fm-file-ops-job-set-hidden" since="1.2.0"/>
    <keyword type="function" name="fm_file_ops_job_set_icon ()" link="FmFileOpsJob.html#fm-file-ops-job-set-icon" since="1.2.0"/>
    <keyword type="function" name="fm_file_ops_job_set_recursive ()" link="FmFileOpsJob.html#fm-file-ops-job-set-recursive" since="0.1.0"/>
    <keyword type="function" name="fm_file_ops_job_set_target ()" link="FmFileOpsJob.html#fm-file-ops-job-set-target" since="1.2.0"/>
    <keyword type="macro" name="FM_FILE_OPS_JOB_TYPE" link="FmFileOpsJob.html#FM-FILE-OPS-JOB-TYPE:CAPS"/>
    <keyword type="enum" name="enum FmFileOpOption" link="FmFileOpsJob.html#FmFileOpOption"/>
    <keyword type="enum" name="enum FmFileOpType" link="FmFileOpsJob.html#FmFileOpType"/>
    <keyword type="struct" name="struct FmFileOpsJob" link="FmFileOpsJob.html#FmFileOpsJob-struct"/>
    <keyword type="struct" name="struct FmFileOpsJobClass" link="FmFileOpsJob.html#FmFileOpsJobClass"/>
    <keyword type="signal" name="The “ask-rename” signal" link="FmFileOpsJob.html#FmFileOpsJob-ask-rename"/>
    <keyword type="signal" name="The “cur-file” signal" link="FmFileOpsJob.html#FmFileOpsJob-cur-file"/>
    <keyword type="signal" name="The “percent” signal" link="FmFileOpsJob.html#FmFileOpsJob-percent"/>
    <keyword type="signal" name="The “prepared” signal" link="FmFileOpsJob.html#FmFileOpsJob-prepared"/>
    <keyword type="function" name="FmJobCallMainThreadFunc ()" link="FmJob.html#FmJobCallMainThreadFunc"/>
    <keyword type="function" name="fm_job_ask ()" link="FmJob.html#fm-job-ask" since="0.1.0"/>
    <keyword type="function" name="fm_job_ask_valist ()" link="FmJob.html#fm-job-ask-valist" since="0.1.0"/>
    <keyword type="function" name="fm_job_askv ()" link="FmJob.html#fm-job-askv" since="0.1.0"/>
    <keyword type="function" name="fm_job_call_main_thread ()" link="FmJob.html#fm-job-call-main-thread" since="0.1.0"/>
    <keyword type="function" name="fm_job_cancel ()" link="FmJob.html#fm-job-cancel" since="0.1.0"/>
    <keyword type="function" name="fm_job_emit_error ()" link="FmJob.html#fm-job-emit-error" since="0.1.0"/>
    <keyword type="function" name="fm_job_finish ()" link="FmJob.html#fm-job-finish" since="0.1.0"/>
    <keyword type="function" name="fm_job_get_cancellable ()" link="FmJob.html#fm-job-get-cancellable" since="0.1.9"/>
    <keyword type="function" name="fm_job_init_cancellable ()" link="FmJob.html#fm-job-init-cancellable" since="0.1.0"/>
    <keyword type="function" name="fm_job_is_cancelled ()" link="FmJob.html#fm-job-is-cancelled" since="0.1.9"/>
    <keyword type="function" name="fm_job_is_running ()" link="FmJob.html#fm-job-is-running" since="0.1.9"/>
    <keyword type="function" name="fm_job_pause ()" link="FmJob.html#fm-job-pause" since="1.2.0"/>
    <keyword type="function" name="fm_job_resume ()" link="FmJob.html#fm-job-resume" since="1.2.0"/>
    <keyword type="function" name="fm_job_run_async ()" link="FmJob.html#fm-job-run-async" since="0.1.0"/>
    <keyword type="function" name="fm_job_run_sync ()" link="FmJob.html#fm-job-run-sync" since="0.1.0"/>
    <keyword type="function" name="fm_job_run_sync_with_mainloop ()" link="FmJob.html#fm-job-run-sync-with-mainloop" since="0.1.1"/>
    <keyword type="function" name="fm_job_set_cancellable ()" link="FmJob.html#fm-job-set-cancellable" since="0.1.0"/>
    <keyword type="struct" name="struct FmJob" link="FmJob.html#FmJob-struct"/>
    <keyword type="struct" name="struct FmJobClass" link="FmJob.html#FmJobClass"/>
    <keyword type="enum" name="enum FmJobErrorAction" link="FmJob.html#FmJobErrorAction"/>
    <keyword type="enum" name="enum FmJobErrorSeverity" link="FmJob.html#FmJobErrorSeverity"/>
    <keyword type="signal" name="The “ask” signal" link="FmJob.html#FmJob-ask"/>
    <keyword type="signal" name="The “cancelled” signal" link="FmJob.html#FmJob-cancelled"/>
    <keyword type="signal" name="The “error” signal" link="FmJob.html#FmJob-error"/>
    <keyword type="signal" name="The “finished” signal" link="FmJob.html#FmJob-finished"/>
    <keyword type="function" name="FmSimpleJobFunc ()" link="libfm-FmSimpleJob.html#FmSimpleJobFunc"/>
    <keyword type="function" name="fm_simple_job_new ()" link="libfm-FmSimpleJob.html#fm-simple-job-new" since="0.1.0"/>
    <keyword type="function" name="fm_gtk_finalize ()" link="libfm-Libfm-Gtk.html#fm-gtk-finalize" since="0.1.0"/>
    <keyword type="function" name="fm_gtk_init ()" link="libfm-Libfm-Gtk.html#fm-gtk-init" since="0.1.0"/>
    <keyword type="function" name="fm_app_chooser_combo_box_dup_selected_app ()" link="libfm-Application-chooser-combobox.html#fm-app-chooser-combo-box-dup-selected-app" since="0.1.5"/>
    <keyword type="function" name="fm_app_chooser_combo_box_get_custom_apps ()" link="libfm-Application-chooser-combobox.html#fm-app-chooser-combo-box-get-custom-apps" since="0.1.5"/>
    <keyword type="function" name="fm_app_chooser_combo_box_setup ()" link="libfm-Application-chooser-combobox.html#fm-app-chooser-combo-box-setup" since="0.1.5"/>
    <keyword type="macro" name="fm_app_chooser_combo_box_setup_custom()" link="libfm-Application-chooser-combobox.html#fm-app-chooser-combo-box-setup-custom" since="0.1.5"/>
    <keyword type="macro" name="fm_app_chooser_combo_box_setup_for_mime_type()" link="libfm-Application-chooser-combobox.html#fm-app-chooser-combo-box-setup-for-mime-type" since="0.1.5"/>
    <keyword type="function" name="fm_app_chooser_dlg_dup_selected_app ()" link="libfm-Application-chooser-dialog.html#fm-app-chooser-dlg-dup-selected-app" since="0.1.0"/>
    <keyword type="function" name="fm_app_chooser_dlg_new ()" link="libfm-Application-chooser-dialog.html#fm-app-chooser-dlg-new" since="0.1.0"/>
    <keyword type="function" name="fm_choose_app_for_mime_type ()" link="libfm-Application-chooser-dialog.html#fm-choose-app-for-mime-type" since="0.1.0"/>
    <keyword type="function" name="fm_app_menu_view_dup_selected_app ()" link="libfm-Application-chooser-tree.html#fm-app-menu-view-dup-selected-app" since="0.1.0"/>
    <keyword type="function" name="fm_app_menu_view_dup_selected_app_desktop_file_path ()" link="libfm-Application-chooser-tree.html#fm-app-menu-view-dup-selected-app-desktop-file-path" since="0.1.0"/>
    <keyword type="function" name="fm_app_menu_view_dup_selected_app_desktop_id ()" link="libfm-Application-chooser-tree.html#fm-app-menu-view-dup-selected-app-desktop-id" since="0.1.0"/>
    <keyword type="function" name="fm_app_menu_view_dup_selected_app_desktop_path ()" link="libfm-Application-chooser-tree.html#fm-app-menu-view-dup-selected-app-desktop-path" since="1.2.0"/>
    <keyword type="function" name="fm_app_menu_view_is_app_selected ()" link="libfm-Application-chooser-tree.html#fm-app-menu-view-is-app-selected" since="0.1.0"/>
    <keyword type="function" name="fm_app_menu_view_is_item_app ()" link="libfm-Application-chooser-tree.html#fm-app-menu-view-is-item-app" since="0.1.0"/>
    <keyword type="function" name="fm_app_menu_view_new ()" link="libfm-Application-chooser-tree.html#fm-app-menu-view-new" since="0.1.0"/>
    <keyword type="function" name="fm_cell_renderer_pixbuf_new ()" link="FmCellRendererPixbuf.html#fm-cell-renderer-pixbuf-new" since="0.1.0"/>
    <keyword type="function" name="fm_cell_renderer_pixbuf_set_fixed_size ()" link="FmCellRendererPixbuf.html#fm-cell-renderer-pixbuf-set-fixed-size" since="0.1.0"/>
    <keyword type="struct" name="struct FmCellRendererPixbuf" link="FmCellRendererPixbuf.html#FmCellRendererPixbuf-struct"/>
    <keyword type="struct" name="struct FmCellRendererPixbufClass" link="FmCellRendererPixbuf.html#FmCellRendererPixbufClass"/>
    <keyword type="property" name="The “info” property" link="FmCellRendererPixbuf.html#FmCellRendererPixbuf--info"/>
    <keyword type="function" name="fm_cell_renderer_text_new ()" link="FmCellRendererText.html#fm-cell-renderer-text-new" since="0.1.0"/>
    <keyword type="macro" name="FM_CELL_RENDERER_TEXT_TYPE" link="FmCellRendererText.html#FM-CELL-RENDERER-TEXT-TYPE:CAPS"/>
    <keyword type="struct" name="struct FmCellRendererText" link="FmCellRendererText.html#FmCellRendererText-struct"/>
    <keyword type="struct" name="struct FmCellRendererTextClass" link="FmCellRendererText.html#FmCellRendererTextClass"/>
    <keyword type="property" name="The “max-height” property" link="FmCellRendererText.html#FmCellRendererText--max-height"/>
    <keyword type="macro" name="fm_clipboard_copy_files()" link="libfm-Clipboard-operations.html#fm-clipboard-copy-files"/>
    <keyword type="macro" name="fm_clipboard_cut_files()" link="libfm-Clipboard-operations.html#fm-clipboard-cut-files"/>
    <keyword type="function" name="fm_clipboard_cut_or_copy_files ()" link="libfm-Clipboard-operations.html#fm-clipboard-cut-or-copy-files" since="0.1.0"/>
    <keyword type="function" name="fm_clipboard_have_files ()" link="libfm-Clipboard-operations.html#fm-clipboard-have-files" since="1.0.1"/>
    <keyword type="function" name="fm_clipboard_paste_files ()" link="libfm-Clipboard-operations.html#fm-clipboard-paste-files" since="0.1.0"/>
    <keyword type="function" name="fm_dir_tree_model_add_root ()" link="FmDirTreeModel.html#fm-dir-tree-model-add-root" since="0.1.16"/>
    <keyword type="function" name="fm_dir_tree_model_get_icon_size ()" link="FmDirTreeModel.html#fm-dir-tree-model-get-icon-size" since="0.1.16"/>
    <keyword type="function" name="fm_dir_tree_model_get_show_hidden ()" link="FmDirTreeModel.html#fm-dir-tree-model-get-show-hidden"/>
    <keyword type="function" name="fm_dir_tree_model_load_row ()" link="FmDirTreeModel.html#fm-dir-tree-model-load-row" since="0.1.16"/>
    <keyword type="function" name="fm_dir_tree_model_new ()" link="FmDirTreeModel.html#fm-dir-tree-model-new" since="0.1.16"/>
    <keyword type="function" name="fm_dir_tree_model_set_icon_size ()" link="FmDirTreeModel.html#fm-dir-tree-model-set-icon-size" since="0.1.16"/>
    <keyword type="function" name="fm_dir_tree_model_set_show_hidden ()" link="FmDirTreeModel.html#fm-dir-tree-model-set-show-hidden"/>
    <keyword type="function" name="fm_dir_tree_model_unload_row ()" link="FmDirTreeModel.html#fm-dir-tree-model-unload-row" since="0.1.16"/>
    <keyword type="function" name="fm_dir_tree_row_get_disp_name ()" link="FmDirTreeModel.html#fm-dir-tree-row-get-disp-name" since="1.0.0"/>
    <keyword type="function" name="fm_dir_tree_row_get_file_info ()" link="FmDirTreeModel.html#fm-dir-tree-row-get-file-info" since="1.0.0"/>
    <keyword type="function" name="fm_dir_tree_row_get_file_path ()" link="FmDirTreeModel.html#fm-dir-tree-row-get-file-path" since="1.0.0"/>
    <keyword type="function" name="fm_dir_tree_row_get_icon ()" link="FmDirTreeModel.html#fm-dir-tree-row-get-icon" since="1.0.0"/>
    <keyword type="function" name="fm_dir_tree_row_is_loaded ()" link="FmDirTreeModel.html#fm-dir-tree-row-is-loaded" since="1.0.0"/>
    <keyword type="struct" name="struct FmDirTreeModel" link="FmDirTreeModel.html#FmDirTreeModel-struct"/>
    <keyword type="struct" name="struct FmDirTreeModelClass" link="FmDirTreeModel.html#FmDirTreeModelClass"/>
    <keyword type="enum" name="enum FmDirTreeModelCol" link="FmDirTreeModel.html#FmDirTreeModelCol"/>
    <keyword type="signal" name="The “row-loaded” signal" link="FmDirTreeModel.html#FmDirTreeModel-row-loaded"/>
    <keyword type="function" name="fm_dir_tree_view_chdir ()" link="FmDirTreeView.html#fm-dir-tree-view-chdir" since="0.1.0"/>
    <keyword type="function" name="fm_dir_tree_view_get_cwd ()" link="FmDirTreeView.html#fm-dir-tree-view-get-cwd" since="0.1.0"/>
    <keyword type="function" name="fm_dir_tree_view_new ()" link="FmDirTreeView.html#fm-dir-tree-view-new" since="0.1.0"/>
    <keyword type="struct" name="struct FmDirTreeView" link="FmDirTreeView.html#FmDirTreeView-struct"/>
    <keyword type="struct" name="struct FmDirTreeViewClass" link="FmDirTreeView.html#FmDirTreeViewClass"/>
    <keyword type="property" name="The “show-hidden” property" link="FmDirTreeView.html#FmDirTreeView--show-hidden"/>
    <keyword type="signal" name="The “chdir” signal" link="FmDirTreeView.html#FmDirTreeView-chdir"/>
    <keyword type="signal" name="The “item-popup” signal" link="FmDirTreeView.html#FmDirTreeView-item-popup"/>
    <keyword type="function" name="fm_dnd_set_dest_auto_scroll ()" link="libfm-Drag-and-drop-autoscrolling.html#fm-dnd-set-dest-auto-scroll"/>
    <keyword type="function" name="fm_dnd_unset_dest_auto_scroll ()" link="libfm-Drag-and-drop-autoscrolling.html#fm-dnd-unset-dest-auto-scroll"/>
    <keyword type="macro" name="fm_dnd_dest_add_targets()" link="FmDndDest.html#fm-dnd-dest-add-targets" since="1.0.1"/>
    <keyword type="function" name="fm_dnd_dest_drag_data_received ()" link="FmDndDest.html#fm-dnd-dest-drag-data-received" since="0.1.17"/>
    <keyword type="function" name="fm_dnd_dest_drag_drop ()" link="FmDndDest.html#fm-dnd-dest-drag-drop" since="0.1.17"/>
    <keyword type="function" name="fm_dnd_dest_drag_leave ()" link="FmDndDest.html#fm-dnd-dest-drag-leave" since="0.1.17"/>
    <keyword type="function" name="fm_dnd_dest_find_target ()" link="FmDndDest.html#fm-dnd-dest-find-target" since="0.1.17"/>
    <keyword type="function" name="fm_dnd_dest_get_default_action ()" link="FmDndDest.html#fm-dnd-dest-get-default-action" since="0.1.17"/>
    <keyword type="function" name="fm_dnd_dest_get_dest_file ()" link="FmDndDest.html#fm-dnd-dest-get-dest-file" since="0.1.0"/>
    <keyword type="function" name="fm_dnd_dest_get_dest_path ()" link="FmDndDest.html#fm-dnd-dest-get-dest-path" since="0.1.0"/>
    <keyword type="function" name="fm_dnd_dest_is_target_supported ()" link="FmDndDest.html#fm-dnd-dest-is-target-supported" since="0.1.17"/>
    <keyword type="function" name="fm_dnd_dest_new ()" link="FmDndDest.html#fm-dnd-dest-new" since="0.1.0"/>
    <keyword type="function" name="fm_dnd_dest_new_with_handlers ()" link="FmDndDest.html#fm-dnd-dest-new-with-handlers" since="1.0.1"/>
    <keyword type="function" name="fm_dnd_dest_set_dest_file ()" link="FmDndDest.html#fm-dnd-dest-set-dest-file" since="0.1.0"/>
    <keyword type="function" name="fm_dnd_dest_set_widget ()" link="FmDndDest.html#fm-dnd-dest-set-widget" since="0.1.0"/>
    <keyword type="macro" name="fm_drag_context_has_target()" link="FmDndDest.html#fm-drag-context-has-target"/>
    <keyword type="macro" name="fm_drag_context_has_target_name()" link="FmDndDest.html#fm-drag-context-has-target-name"/>
    <keyword type="struct" name="FmDndDest" link="FmDndDest.html#FmDndDest-struct"/>
    <keyword type="struct" name="struct FmDndDestClass" link="FmDndDest.html#FmDndDestClass"/>
    <keyword type="enum" name="enum FmDndDestTargetType" link="FmDndDest.html#FmDndDestTargetType"/>
    <keyword type="signal" name="The “files-dropped” signal" link="FmDndDest.html#FmDndDest-files-dropped"/>
    <keyword type="macro" name="fm_dnd_src_add_targets()" link="FmDndSrc.html#fm-dnd-src-add-targets" since="1.0.1"/>
    <keyword type="function" name="fm_dnd_src_new ()" link="FmDndSrc.html#fm-dnd-src-new" since="0.1.0"/>
    <keyword type="function" name="fm_dnd_src_set_file ()" link="FmDndSrc.html#fm-dnd-src-set-file" since="0.1.0"/>
    <keyword type="function" name="fm_dnd_src_set_files ()" link="FmDndSrc.html#fm-dnd-src-set-files" since="0.1.0"/>
    <keyword type="function" name="fm_dnd_src_set_widget ()" link="FmDndSrc.html#fm-dnd-src-set-widget" since="0.1.0"/>
    <keyword type="struct" name="struct FmDndSrc" link="FmDndSrc.html#FmDndSrc-struct"/>
    <keyword type="struct" name="struct FmDndSrcClass" link="FmDndSrc.html#FmDndSrcClass"/>
    <keyword type="enum" name="enum FmDndSrcTarget" link="FmDndSrc.html#FmDndSrcTarget"/>
    <keyword type="signal" name="The “data-get” signal" link="FmDndSrc.html#FmDndSrc-data-get"/>
    <keyword type="function" name="FmFileMenuUpdatePopup ()" link="libfm-FmFileMenu.html#FmFileMenuUpdatePopup"/>
    <keyword type="function" name="fm_file_menu_destroy ()" link="libfm-FmFileMenu.html#fm-file-menu-destroy" since="0.1.0"/>
    <keyword type="function" name="fm_file_menu_get_action_group ()" link="libfm-FmFileMenu.html#fm-file-menu-get-action-group" since="0.1.0"/>
    <keyword type="function" name="fm_file_menu_get_file_info_list ()" link="libfm-FmFileMenu.html#fm-file-menu-get-file-info-list" since="0.1.0"/>
    <keyword type="function" name="fm_file_menu_get_menu ()" link="libfm-FmFileMenu.html#fm-file-menu-get-menu" since="0.1.0"/>
    <keyword type="function" name="fm_file_menu_get_ui ()" link="libfm-FmFileMenu.html#fm-file-menu-get-ui" since="0.1.0"/>
    <keyword type="function" name="fm_file_menu_is_single_file_type ()" link="libfm-FmFileMenu.html#fm-file-menu-is-single-file-type" since="0.1.0"/>
    <keyword type="function" name="fm_file_menu_new_for_file ()" link="libfm-FmFileMenu.html#fm-file-menu-new-for-file" since="0.1.0"/>
    <keyword type="function" name="fm_file_menu_new_for_files ()" link="libfm-FmFileMenu.html#fm-file-menu-new-for-files" since="0.1.0"/>
    <keyword type="function" name="fm_file_menu_set_folder_func ()" link="libfm-FmFileMenu.html#fm-file-menu-set-folder-func" since="0.1.0"/>
    <keyword type="macro" name="FM_MODULE_gtk_menu_mime_VERSION" link="libfm-FmFileMenu.html#FM-MODULE-gtk-menu-mime-VERSION"/>
    <keyword type="struct" name="FmFileMenu" link="libfm-FmFileMenu.html#FmFileMenu"/>
    <keyword type="struct" name="struct FmFileMenuMimeAddonInit" link="libfm-FmFileMenu.html#FmFileMenuMimeAddonInit" since="1.2.0"/>
    <keyword type="variable" name="fm_module_init_gtk_menu_mime" link="libfm-FmFileMenu.html#fm-module-init-gtk-menu-mime"/>
    <keyword type="function" name="fm_file_properties_add_for_mime_type ()" link="libfm-File-properties-dialog.html#fm-file-properties-add-for-mime-type" since="1.2.0"/>
    <keyword type="function" name="fm_file_properties_widget_new ()" link="libfm-File-properties-dialog.html#fm-file-properties-widget-new" since="0.1.0"/>
    <keyword type="function" name="fm_show_file_properties ()" link="libfm-File-properties-dialog.html#fm-show-file-properties" since="0.1.0"/>
    <keyword type="macro" name="FM_MODULE_gtk_file_prop_VERSION" link="libfm-File-properties-dialog.html#FM-MODULE-gtk-file-prop-VERSION"/>
    <keyword type="variable" name="fm_module_init_gtk_file_prop" link="libfm-File-properties-dialog.html#fm-module-init-gtk-file-prop"/>
    <keyword type="struct" name="struct FmFilePropertiesExtensionInit" link="libfm-File-properties-dialog.html#FmFilePropertiesExtensionInit" since="1.2.0"/>
    <keyword type="function" name="FmFolderModelFilterFunc ()" link="FmFolderModel.html#FmFolderModelFilterFunc" since="1.0.2"/>
    <keyword type="function" name="fm_folder_model_add_custom_column ()" link="FmFolderModel.html#fm-folder-model-add-custom-column" since="1.2.0"/>
    <keyword type="function" name="fm_folder_model_add_filter ()" link="FmFolderModel.html#fm-folder-model-add-filter" since="1.0.2"/>
    <keyword type="function" name="fm_folder_model_apply_filters ()" link="FmFolderModel.html#fm-folder-model-apply-filters" since="1.0.2"/>
    <keyword type="function" name="fm_folder_model_col_get_default_width ()" link="FmFolderModel.html#fm-folder-model-col-get-default-width" since="1.2.0"/>
    <keyword type="function" name="fm_folder_model_col_get_name ()" link="FmFolderModel.html#fm-folder-model-col-get-name" since="1.0.2"/>
    <keyword type="function" name="fm_folder_model_col_get_title ()" link="FmFolderModel.html#fm-folder-model-col-get-title" since="1.0.2"/>
    <keyword type="function" name="fm_folder_model_col_is_sortable ()" link="FmFolderModel.html#fm-folder-model-col-is-sortable" since="1.0.2"/>
    <keyword type="function" name="fm_folder_model_col_is_valid ()" link="FmFolderModel.html#fm-folder-model-col-is-valid" since="1.2.0"/>
    <keyword type="function" name="fm_folder_model_extra_file_add ()" link="FmFolderModel.html#fm-folder-model-extra-file-add" since="1.2.0"/>
    <keyword type="function" name="fm_folder_model_extra_file_remove ()" link="FmFolderModel.html#fm-folder-model-extra-file-remove" since="1.2.0"/>
    <keyword type="function" name="fm_folder_model_file_changed ()" link="FmFolderModel.html#fm-folder-model-file-changed" since="0.1.0"/>
    <keyword type="function" name="fm_folder_model_file_created ()" link="FmFolderModel.html#fm-folder-model-file-created" since="0.1.0"/>
    <keyword type="function" name="fm_folder_model_file_deleted ()" link="FmFolderModel.html#fm-folder-model-file-deleted" since="0.1.0"/>
    <keyword type="function" name="fm_folder_model_find_iter_by_filename ()" link="FmFolderModel.html#fm-folder-model-find-iter-by-filename" since="0.1.0"/>
    <keyword type="function" name="fm_folder_model_get_col_by_name ()" link="FmFolderModel.html#fm-folder-model-get-col-by-name" since="1.0.2"/>
    <keyword type="function" name="fm_folder_model_get_folder ()" link="FmFolderModel.html#fm-folder-model-get-folder" since="1.0.0"/>
    <keyword type="function" name="fm_folder_model_get_folder_path ()" link="FmFolderModel.html#fm-folder-model-get-folder-path" since="1.0.0"/>
    <keyword type="function" name="fm_folder_model_get_icon_size ()" link="FmFolderModel.html#fm-folder-model-get-icon-size" since="0.1.0"/>
    <keyword type="function" name="fm_folder_model_get_item_userdata ()" link="FmFolderModel.html#fm-folder-model-get-item-userdata" since="1.0.0"/>
    <keyword type="function" name="fm_folder_model_get_show_hidden ()" link="FmFolderModel.html#fm-folder-model-get-show-hidden" since="0.1.0"/>
    <keyword type="function" name="fm_folder_model_get_sort ()" link="FmFolderModel.html#fm-folder-model-get-sort" since="1.0.2"/>
    <keyword type="function" name="fm_folder_model_new ()" link="FmFolderModel.html#fm-folder-model-new" since="0.1.0"/>
    <keyword type="function" name="fm_folder_model_remove_filter ()" link="FmFolderModel.html#fm-folder-model-remove-filter" since="1.0.2"/>
    <keyword type="function" name="fm_folder_model_set_folder ()" link="FmFolderModel.html#fm-folder-model-set-folder" since="0.1.0"/>
    <keyword type="function" name="fm_folder_model_set_icon_size ()" link="FmFolderModel.html#fm-folder-model-set-icon-size" since="0.1.0"/>
    <keyword type="function" name="fm_folder_model_set_item_userdata ()" link="FmFolderModel.html#fm-folder-model-set-item-userdata" since="1.0.0"/>
    <keyword type="function" name="fm_folder_model_set_show_hidden ()" link="FmFolderModel.html#fm-folder-model-set-show-hidden" since="0.1.0"/>
    <keyword type="function" name="fm_folder_model_set_sort ()" link="FmFolderModel.html#fm-folder-model-set-sort" since="1.0.2"/>
    <keyword type="macro" name="FM_FOLDER_MODEL_COL_DEFAULT" link="FmFolderModel.html#FM-FOLDER-MODEL-COL-DEFAULT:CAPS"/>
    <keyword type="macro" name="FM_FOLDER_MODEL_COL_UNSORTED" link="FmFolderModel.html#FM-FOLDER-MODEL-COL-UNSORTED:CAPS"/>
    <keyword type="struct" name="FmFolderModel" link="FmFolderModel.html#FmFolderModel-struct"/>
    <keyword type="struct" name="struct FmFolderModelClass" link="FmFolderModel.html#FmFolderModelClass"/>
    <keyword type="enum" name="enum FmFolderModelCol" link="FmFolderModel.html#FmFolderModelCol"/>
    <keyword type="struct" name="struct FmFolderModelColumnInit" link="FmFolderModel.html#FmFolderModelColumnInit" since="1.2.0"/>
    <keyword type="enum" name="enum FmFolderModelExtraFilePos" link="FmFolderModel.html#FmFolderModelExtraFilePos"/>
    <keyword type="macro" name="FM_MODULE_gtk_folder_col_VERSION" link="FmFolderModel.html#FM-MODULE-gtk-folder-col-VERSION"/>
    <keyword type="variable" name="fm_module_init_gtk_folder_col" link="FmFolderModel.html#fm-module-init-gtk-folder-col"/>
    <keyword type="signal" name="The “filter-changed” signal" link="FmFolderModel.html#FmFolderModel-filter-changed"/>
    <keyword type="signal" name="The “row-deleting” signal" link="FmFolderModel.html#FmFolderModel-row-deleting"/>
    <keyword type="function" name="fm_standard_view_get_mode ()" link="FmStandardView.html#fm-standard-view-get-mode" since="0.1.0"/>
    <keyword type="function" name="fm_standard_view_get_mode_icon ()" link="FmStandardView.html#fm-standard-view-get-mode-icon" since="1.2.0"/>
    <keyword type="function" name="fm_standard_view_get_mode_label ()" link="FmStandardView.html#fm-standard-view-get-mode-label" since="1.2.0"/>
    <keyword type="function" name="fm_standard_view_get_mode_tooltip ()" link="FmStandardView.html#fm-standard-view-get-mode-tooltip" since="1.2.0"/>
    <keyword type="function" name="fm_standard_view_get_n_modes ()" link="FmStandardView.html#fm-standard-view-get-n-modes" since="1.2.0"/>
    <keyword type="function" name="fm_standard_view_mode_from_str ()" link="FmStandardView.html#fm-standard-view-mode-from-str" since="1.0.2"/>
    <keyword type="function" name="fm_standard_view_mode_to_str ()" link="FmStandardView.html#fm-standard-view-mode-to-str" since="1.0.2"/>
    <keyword type="function" name="fm_standard_view_new ()" link="FmStandardView.html#fm-standard-view-new" since="1.0.1"/>
    <keyword type="function" name="fm_standard_view_set_mode ()" link="FmStandardView.html#fm-standard-view-set-mode" since="0.1.0"/>
    <keyword type="struct" name="FmStandardView" link="FmStandardView.html#FmStandardView-struct"/>
    <keyword type="struct" name="FmStandardViewClass" link="FmStandardView.html#FmStandardViewClass"/>
    <keyword type="enum" name="enum FmStandardViewMode" link="FmStandardView.html#FmStandardViewMode"/>
    <keyword type="function" name="FmFolderViewUpdatePopup ()" link="FmFolderView.html#FmFolderViewUpdatePopup"/>
    <keyword type="function" name="fm_folder_view_add_popup ()" link="FmFolderView.html#fm-folder-view-add-popup" since="1.0.1"/>
    <keyword type="function" name="fm_folder_view_bounce_action ()" link="FmFolderView.html#fm-folder-view-bounce-action" since="1.0.1"/>
    <keyword type="function" name="fm_folder_view_columns_changed ()" link="FmFolderView.html#fm-folder-view-columns-changed" since="1.2.0"/>
    <keyword type="function" name="fm_folder_view_dup_selected_file_paths ()" link="FmFolderView.html#fm-folder-view-dup-selected-file-paths" since="0.1.0"/>
    <keyword type="function" name="fm_folder_view_dup_selected_files ()" link="FmFolderView.html#fm-folder-view-dup-selected-files" since="0.1.0"/>
    <keyword type="function" name="fm_folder_view_get_columns ()" link="FmFolderView.html#fm-folder-view-get-columns" since="1.0.2"/>
    <keyword type="function" name="fm_folder_view_get_cwd ()" link="FmFolderView.html#fm-folder-view-get-cwd" since="0.1.0"/>
    <keyword type="function" name="fm_folder_view_get_cwd_info ()" link="FmFolderView.html#fm-folder-view-get-cwd-info" since="0.1.0"/>
    <keyword type="function" name="fm_folder_view_get_folder ()" link="FmFolderView.html#fm-folder-view-get-folder" since="1.0.0"/>
    <keyword type="function" name="fm_folder_view_get_mode ()" link="FmFolderView.html#fm-folder-view-get-mode" deprecated="1.0.1: Use fm_standard_view_get_mode() instead." since="0.1.0"/>
    <keyword type="function" name="fm_folder_view_get_model ()" link="FmFolderView.html#fm-folder-view-get-model" since="0.1.16"/>
    <keyword type="function" name="fm_folder_view_get_n_selected_files ()" link="FmFolderView.html#fm-folder-view-get-n-selected-files" since="1.0.1"/>
    <keyword type="function" name="fm_folder_view_get_selection_mode ()" link="FmFolderView.html#fm-folder-view-get-selection-mode" since="0.1.0"/>
    <keyword type="function" name="fm_folder_view_get_show_hidden ()" link="FmFolderView.html#fm-folder-view-get-show-hidden" since="0.1.0"/>
    <keyword type="function" name="fm_folder_view_get_sort_by ()" link="FmFolderView.html#fm-folder-view-get-sort-by" deprecated="1.0.2: Use fm_folder_model_get_sort() instead." since="0.1.0"/>
    <keyword type="function" name="fm_folder_view_get_sort_type ()" link="FmFolderView.html#fm-folder-view-get-sort-type" deprecated="1.0.2: Use fm_folder_model_get_sort() instead." since="0.1.0"/>
    <keyword type="function" name="fm_folder_view_item_clicked ()" link="FmFolderView.html#fm-folder-view-item-clicked" since="1.0.1"/>
    <keyword type="function" name="fm_folder_view_new ()" link="FmFolderView.html#fm-folder-view-new" deprecated="1.0.1: Use fm_standard_view_new() instead." since="0.1.0"/>
    <keyword type="function" name="fm_folder_view_scroll_to_path ()" link="FmFolderView.html#fm-folder-view-scroll-to-path" since="1.2.0"/>
    <keyword type="function" name="fm_folder_view_sel_changed ()" link="FmFolderView.html#fm-folder-view-sel-changed" since="1.0.1"/>
    <keyword type="function" name="fm_folder_view_select_all ()" link="FmFolderView.html#fm-folder-view-select-all" since="0.1.0"/>
    <keyword type="function" name="fm_folder_view_select_custom ()" link="FmFolderView.html#fm-folder-view-select-custom" deprecated=""/>
    <keyword type="function" name="fm_folder_view_select_file_path ()" link="FmFolderView.html#fm-folder-view-select-file-path" since="0.1.0"/>
    <keyword type="function" name="fm_folder_view_select_file_paths ()" link="FmFolderView.html#fm-folder-view-select-file-paths" since="0.1.0"/>
    <keyword type="function" name="fm_folder_view_select_invert ()" link="FmFolderView.html#fm-folder-view-select-invert" since="0.1.0"/>
    <keyword type="function" name="fm_folder_view_set_active ()" link="FmFolderView.html#fm-folder-view-set-active" since="1.0.1"/>
    <keyword type="function" name="fm_folder_view_set_columns ()" link="FmFolderView.html#fm-folder-view-set-columns" since="1.0.2"/>
    <keyword type="function" name="fm_folder_view_set_mode ()" link="FmFolderView.html#fm-folder-view-set-mode" deprecated="1.0.1: Use fm_standard_view_set_mode() instead." since="0.1.0"/>
    <keyword type="function" name="fm_folder_view_set_model ()" link="FmFolderView.html#fm-folder-view-set-model" since="1.0.0"/>
    <keyword type="function" name="fm_folder_view_set_selection_mode ()" link="FmFolderView.html#fm-folder-view-set-selection-mode" since="0.1.0"/>
    <keyword type="function" name="fm_folder_view_set_show_hidden ()" link="FmFolderView.html#fm-folder-view-set-show-hidden" since="0.1.0"/>
    <keyword type="function" name="fm_folder_view_sort ()" link="FmFolderView.html#fm-folder-view-sort" deprecated="1.0.2: Use fm_folder_model_set_sort() instead." since="0.1.0"/>
    <keyword type="function" name="fm_folder_view_unselect_all ()" link="FmFolderView.html#fm-folder-view-unselect-all" since="1.0.1"/>
    <keyword type="macro" name="FM_MODULE_gtk_menu_scheme_VERSION" link="FmFolderView.html#FM-MODULE-gtk-menu-scheme-VERSION"/>
    <keyword type="struct" name="struct FmContextMenuSchemeAddonInit" link="FmFolderView.html#FmContextMenuSchemeAddonInit" since="1.2.0"/>
    <keyword type="struct" name="FmFolderView" link="FmFolderView.html#FmFolderView-struct"/>
    <keyword type="enum" name="enum FmFolderViewClickType" link="FmFolderView.html#FmFolderViewClickType"/>
    <keyword type="struct" name="struct FmFolderViewColumnInfo" link="FmFolderView.html#FmFolderViewColumnInfo"/>
    <keyword type="struct" name="struct FmFolderViewInterface" link="FmFolderView.html#FmFolderViewInterface"/>
    <keyword type="variable" name="fm_module_init_gtk_menu_scheme" link="FmFolderView.html#fm-module-init-gtk-menu-scheme"/>
    <keyword type="signal" name="The “clicked” signal" link="FmFolderView.html#FmFolderView-clicked"/>
    <keyword type="signal" name="The “columns-changed” signal" link="FmFolderView.html#FmFolderView-columns-changed"/>
    <keyword type="signal" name="The “filter-changed” signal" link="FmFolderView.html#FmFolderView-filter-changed"/>
    <keyword type="signal" name="The “sel-changed” signal" link="FmFolderView.html#FmFolderView-sel-changed"/>
    <keyword type="signal" name="The “sort-changed” signal" link="FmFolderView.html#FmFolderView-sort-changed"/>
    <keyword type="function" name="fm_launch_command_simple ()" link="libfm-Gtk-file-launcher.html#fm-launch-command-simple" since="1.2.0"/>
    <keyword type="function" name="fm_launch_desktop_entry_simple ()" link="libfm-Gtk-file-launcher.html#fm-launch-desktop-entry-simple" since="1.0.1"/>
    <keyword type="function" name="fm_launch_file_simple ()" link="libfm-Gtk-file-launcher.html#fm-launch-file-simple" since="0.1.0"/>
    <keyword type="function" name="fm_launch_files_simple ()" link="libfm-Gtk-file-launcher.html#fm-launch-files-simple" since="0.1.0"/>
    <keyword type="function" name="fm_launch_path_simple ()" link="libfm-Gtk-file-launcher.html#fm-launch-path-simple" since="0.1.0"/>
    <keyword type="function" name="fm_launch_paths_simple ()" link="libfm-Gtk-file-launcher.html#fm-launch-paths-simple" since="0.1.0"/>
    <keyword type="function" name="fm_launch_search_simple ()" link="libfm-Gtk-file-launcher.html#fm-launch-search-simple" since="1.0.2"/>
    <keyword type="function" name="fm_ask ()" link="libfm-Libfm-gtk-utils.html#fm-ask" since="0.1.0"/>
    <keyword type="function" name="fm_ask_valist ()" link="libfm-Libfm-gtk-utils.html#fm-ask-valist" since="0.1.0"/>
    <keyword type="function" name="fm_askv ()" link="libfm-Libfm-gtk-utils.html#fm-askv" since="0.1.0"/>
    <keyword type="macro" name="fm_copy_file()" link="libfm-Libfm-gtk-utils.html#fm-copy-file"/>
    <keyword type="function" name="fm_copy_files ()" link="libfm-Libfm-gtk-utils.html#fm-copy-files" since="0.1.0"/>
    <keyword type="macro" name="fm_copy_files_to()" link="libfm-Libfm-gtk-utils.html#fm-copy-files-to"/>
    <keyword type="function" name="fm_delete_files ()" link="libfm-Libfm-gtk-utils.html#fm-delete-files" since="0.1.0"/>
    <keyword type="function" name="fm_eject_mount ()" link="libfm-Libfm-gtk-utils.html#fm-eject-mount" since="0.1.0"/>
    <keyword type="function" name="fm_eject_volume ()" link="libfm-Libfm-gtk-utils.html#fm-eject-volume" since="0.1.0"/>
    <keyword type="function" name="fm_empty_trash ()" link="libfm-Libfm-gtk-utils.html#fm-empty-trash" since="0.1.0"/>
    <keyword type="function" name="fm_get_user_input ()" link="libfm-Libfm-gtk-utils.html#fm-get-user-input" since="0.1.0"/>
    <keyword type="function" name="fm_get_user_input_n ()" link="libfm-Libfm-gtk-utils.html#fm-get-user-input-n" since="1.2.0"/>
    <keyword type="function" name="fm_get_user_input_path ()" link="libfm-Libfm-gtk-utils.html#fm-get-user-input-path" deprecated="1.2.0:" since="0.1.0"/>
    <keyword type="function" name="fm_hide_file ()" link="libfm-Libfm-gtk-utils.html#fm-hide-file" since="1.2.0"/>
    <keyword type="function" name="fm_link_files ()" link="libfm-Libfm-gtk-utils.html#fm-link-files" since="1.0.0"/>
    <keyword type="function" name="fm_mount_path ()" link="libfm-Libfm-gtk-utils.html#fm-mount-path" since="0.1.0"/>
    <keyword type="function" name="fm_mount_volume ()" link="libfm-Libfm-gtk-utils.html#fm-mount-volume" since="0.1.0"/>
    <keyword type="macro" name="fm_move_file()" link="libfm-Libfm-gtk-utils.html#fm-move-file"/>
    <keyword type="function" name="fm_move_files ()" link="libfm-Libfm-gtk-utils.html#fm-move-files" since="0.1.0"/>
    <keyword type="macro" name="fm_move_files_to()" link="libfm-Libfm-gtk-utils.html#fm-move-files-to"/>
    <keyword type="function" name="fm_move_or_copy_files_to ()" link="libfm-Libfm-gtk-utils.html#fm-move-or-copy-files-to" since="0.1.0"/>
    <keyword type="function" name="fm_ok_cancel ()" link="libfm-Libfm-gtk-utils.html#fm-ok-cancel" since="0.1.0"/>
    <keyword type="function" name="fm_rename_file ()" link="libfm-Libfm-gtk-utils.html#fm-rename-file" since="0.1.0"/>
    <keyword type="function" name="fm_select_file ()" link="libfm-Libfm-gtk-utils.html#fm-select-file" since="1.0.0"/>
    <keyword type="function" name="fm_select_folder ()" link="libfm-Libfm-gtk-utils.html#fm-select-folder" since="0.1.0"/>
    <keyword type="function" name="fm_set_busy_cursor ()" link="libfm-Libfm-gtk-utils.html#fm-set-busy-cursor" since="1.0.0"/>
    <keyword type="function" name="fm_show_error ()" link="libfm-Libfm-gtk-utils.html#fm-show-error" since="0.1.0"/>
    <keyword type="function" name="fm_trash_files ()" link="libfm-Libfm-gtk-utils.html#fm-trash-files" since="0.1.0"/>
    <keyword type="function" name="fm_trash_or_delete_files ()" link="libfm-Libfm-gtk-utils.html#fm-trash-or-delete-files" since="0.1.0"/>
    <keyword type="function" name="fm_unhide_file ()" link="libfm-Libfm-gtk-utils.html#fm-unhide-file" since="1.2.0"/>
    <keyword type="function" name="fm_unmount_mount ()" link="libfm-Libfm-gtk-utils.html#fm-unmount-mount" since="0.1.0"/>
    <keyword type="function" name="fm_unmount_volume ()" link="libfm-Libfm-gtk-utils.html#fm-unmount-volume" since="0.1.0"/>
    <keyword type="function" name="fm_unset_busy_cursor ()" link="libfm-Libfm-gtk-utils.html#fm-unset-busy-cursor" since="1.0.0"/>
    <keyword type="function" name="fm_untrash_files ()" link="libfm-Libfm-gtk-utils.html#fm-untrash-files" since="0.1.11"/>
    <keyword type="function" name="fm_widget_menu_fix_tooltips ()" link="libfm-Libfm-gtk-utils.html#fm-widget-menu-fix-tooltips" since="1.2.0"/>
    <keyword type="function" name="fm_yes_no ()" link="libfm-Libfm-gtk-utils.html#fm-yes-no" since="0.1.0"/>
    <keyword type="function" name="fm_pixbuf_from_icon ()" link="libfm-Icon-image.html#fm-pixbuf-from-icon" since="0.1.0"/>
    <keyword type="function" name="fm_pixbuf_from_icon_with_fallback ()" link="libfm-Icon-image.html#fm-pixbuf-from-icon-with-fallback" since="1.2.0"/>
    <keyword type="function" name="fm_menu_tool_item_get_menu ()" link="FmMenuToolItem.html#fm-menu-tool-item-get-menu" since="1.2.0"/>
    <keyword type="function" name="fm_menu_tool_item_new ()" link="FmMenuToolItem.html#fm-menu-tool-item-new" since="1.2.0"/>
    <keyword type="function" name="fm_menu_tool_item_set_menu ()" link="FmMenuToolItem.html#fm-menu-tool-item-set-menu" since="1.2.0"/>
    <keyword type="struct" name="struct FmMenuToolItem" link="FmMenuToolItem.html#FmMenuToolItem-struct"/>
    <keyword type="struct" name="struct FmMenuToolItemClass" link="FmMenuToolItem.html#FmMenuToolItemClass"/>
    <keyword type="property" name="The “menu” property" link="FmMenuToolItem.html#FmMenuToolItem--menu"/>
    <keyword type="signal" name="The “show-menu” signal" link="FmMenuToolItem.html#FmMenuToolItem-show-menu"/>
    <keyword type="function" name="fm_path_bar_get_path ()" link="FmPathBar.html#fm-path-bar-get-path" since="0.1.16"/>
    <keyword type="function" name="fm_path_bar_new ()" link="FmPathBar.html#fm-path-bar-new" since="0.1.16"/>
    <keyword type="function" name="fm_path_bar_set_path ()" link="FmPathBar.html#fm-path-bar-set-path" since="0.1.16"/>
    <keyword type="struct" name="struct FmPathBar" link="FmPathBar.html#FmPathBar-struct"/>
    <keyword type="struct" name="struct FmPathBarClass" link="FmPathBar.html#FmPathBarClass"/>
    <keyword type="signal" name="The “chdir” signal" link="FmPathBar.html#FmPathBar-chdir"/>
    <keyword type="function" name="fm_path_entry_get_path ()" link="FmPathEntry.html#fm-path-entry-get-path" since="0.1.10"/>
    <keyword type="function" name="fm_path_entry_new ()" link="FmPathEntry.html#fm-path-entry-new" since="0.1.0"/>
    <keyword type="function" name="fm_path_entry_set_path ()" link="FmPathEntry.html#fm-path-entry-set-path" since="0.1.10"/>
    <keyword type="struct" name="FmPathEntry" link="FmPathEntry.html#FmPathEntry-struct"/>
    <keyword type="struct" name="FmPathEntryClass" link="FmPathEntry.html#FmPathEntryClass"/>
    <keyword type="property" name="The “highlight-completion-match” property" link="FmPathEntry.html#FmPathEntry--highlight-completion-match"/>
    <keyword type="function" name="fm_places_item_get_bookmark_item ()" link="FmPlacesModel.html#fm-places-item-get-bookmark-item" since="1.0.0"/>
    <keyword type="function" name="fm_places_item_get_icon ()" link="FmPlacesModel.html#fm-places-item-get-icon" since="1.0.0"/>
    <keyword type="function" name="fm_places_item_get_info ()" link="FmPlacesModel.html#fm-places-item-get-info" since="1.0.0"/>
    <keyword type="function" name="fm_places_item_get_mount ()" link="FmPlacesModel.html#fm-places-item-get-mount" since="1.0.0"/>
    <keyword type="function" name="fm_places_item_get_path ()" link="FmPlacesModel.html#fm-places-item-get-path" since="1.0.0"/>
    <keyword type="function" name="fm_places_item_get_volume ()" link="FmPlacesModel.html#fm-places-item-get-volume" since="1.0.0"/>
    <keyword type="function" name="fm_places_item_is_mounted ()" link="FmPlacesModel.html#fm-places-item-is-mounted" since="1.0.0"/>
    <keyword type="function" name="fm_places_model_get_bookmarks ()" link="FmPlacesModel.html#fm-places-model-get-bookmarks" since="1.0.0"/>
    <keyword type="function" name="fm_places_model_get_iter_by_fm_path ()" link="FmPlacesModel.html#fm-places-model-get-iter-by-fm-path" since="1.0.0"/>
    <keyword type="function" name="fm_places_model_get_separator_path ()" link="FmPlacesModel.html#fm-places-model-get-separator-path" since="0.1.14"/>
    <keyword type="function" name="fm_places_model_iter_is_separator ()" link="FmPlacesModel.html#fm-places-model-iter-is-separator" since="0.1.14"/>
    <keyword type="function" name="fm_places_model_mount_indicator_cell_data_func ()" link="FmPlacesModel.html#fm-places-model-mount-indicator-cell-data-func" since="0.1.15"/>
    <keyword type="function" name="fm_places_model_new ()" link="FmPlacesModel.html#fm-places-model-new" since="0.1.14"/>
    <keyword type="function" name="fm_places_model_path_is_bookmark ()" link="FmPlacesModel.html#fm-places-model-path-is-bookmark" since="0.1.14"/>
    <keyword type="function" name="fm_places_model_path_is_places ()" link="FmPlacesModel.html#fm-places-model-path-is-places" since="0.1.14"/>
    <keyword type="function" name="fm_places_model_path_is_separator ()" link="FmPlacesModel.html#fm-places-model-path-is-separator" since="0.1.14"/>
    <keyword type="enum" name="enum FmPlacesCol" link="FmPlacesModel.html#FmPlacesCol"/>
    <keyword type="struct" name="FmPlacesItem" link="FmPlacesModel.html#FmPlacesItem"/>
    <keyword type="struct" name="FmPlacesModel" link="FmPlacesModel.html#FmPlacesModel-struct"/>
    <keyword type="struct" name="FmPlacesModelClass" link="FmPlacesModel.html#FmPlacesModelClass"/>
    <keyword type="enum" name="enum FmPlacesType" link="FmPlacesModel.html#FmPlacesType"/>
    <keyword type="function" name="fm_places_view_chdir ()" link="FmPlacesView.html#fm-places-view-chdir" since="0.1.0"/>
    <keyword type="function" name="fm_places_view_new ()" link="FmPlacesView.html#fm-places-view-new" since="0.1.0"/>
    <keyword type="macro" name="FM_PLACES_VIEW_TYPE" link="FmPlacesView.html#FM-PLACES-VIEW-TYPE:CAPS"/>
    <keyword type="struct" name="struct FmPlacesView" link="FmPlacesView.html#FmPlacesView-struct"/>
    <keyword type="struct" name="struct FmPlacesViewClass" link="FmPlacesView.html#FmPlacesViewClass"/>
    <keyword type="property" name="The “home-dir-path” property" link="FmPlacesView.html#FmPlacesView--home-dir-path"/>
    <keyword type="signal" name="The “chdir” signal" link="FmPlacesView.html#FmPlacesView-chdir"/>
    <keyword type="signal" name="The “item-popup” signal" link="FmPlacesView.html#FmPlacesView-item-popup"/>
    <keyword type="function" name="fm_file_ops_job_run_with_progress ()" link="libfm-File-progress-dialog.html#fm-file-ops-job-run-with-progress" since="0.1.0"/>
    <keyword type="struct" name="FmProgressDisplay" link="libfm-File-progress-dialog.html#FmProgressDisplay"/>
    <keyword type="function" name="FmSidePaneUpdatePopup ()" link="FmSidePane.html#FmSidePaneUpdatePopup"/>
    <keyword type="function" name="fm_side_pane_chdir ()" link="FmSidePane.html#fm-side-pane-chdir" since="0.1.12"/>
    <keyword type="function" name="fm_side_pane_get_cwd ()" link="FmSidePane.html#fm-side-pane-get-cwd" since="0.1.12"/>
    <keyword type="function" name="fm_side_pane_get_mode ()" link="FmSidePane.html#fm-side-pane-get-mode" since="0.1.12"/>
    <keyword type="function" name="fm_side_pane_get_mode_by_name ()" link="FmSidePane.html#fm-side-pane-get-mode-by-name" since="1.2.0"/>
    <keyword type="function" name="fm_side_pane_get_mode_label ()" link="FmSidePane.html#fm-side-pane-get-mode-label" since="1.2.0"/>
    <keyword type="function" name="fm_side_pane_get_mode_name ()" link="FmSidePane.html#fm-side-pane-get-mode-name" since="1.2.0"/>
    <keyword type="function" name="fm_side_pane_get_mode_tooltip ()" link="FmSidePane.html#fm-side-pane-get-mode-tooltip" since="1.2.0"/>
    <keyword type="function" name="fm_side_pane_get_n_modes ()" link="FmSidePane.html#fm-side-pane-get-n-modes" since="1.2.0"/>
    <keyword type="function" name="fm_side_pane_get_title_bar ()" link="FmSidePane.html#fm-side-pane-get-title-bar" since="0.1.14"/>
    <keyword type="function" name="fm_side_pane_new ()" link="FmSidePane.html#fm-side-pane-new" since="0.1.12"/>
    <keyword type="function" name="fm_side_pane_set_home_dir ()" link="FmSidePane.html#fm-side-pane-set-home-dir" since="1.2.0"/>
    <keyword type="function" name="fm_side_pane_set_mode ()" link="FmSidePane.html#fm-side-pane-set-mode" since="0.1.12"/>
    <keyword type="function" name="fm_side_pane_set_popup_updater ()" link="FmSidePane.html#fm-side-pane-set-popup-updater" since="1.2.0"/>
    <keyword type="function" name="fm_side_pane_set_show_hidden ()" link="FmSidePane.html#fm-side-pane-set-show-hidden" since="1.2.0"/>
    <keyword type="struct" name="struct FmSidePane" link="FmSidePane.html#FmSidePane-struct"/>
    <keyword type="struct" name="struct FmSidePaneClass" link="FmSidePane.html#FmSidePaneClass"/>
    <keyword type="enum" name="enum FmSidePaneMode" link="FmSidePane.html#FmSidePaneMode"/>
    <keyword type="signal" name="The “chdir” signal" link="FmSidePane.html#FmSidePane-chdir"/>
    <keyword type="signal" name="The “mode-changed” signal" link="FmSidePane.html#FmSidePane-mode-changed"/>
    <keyword type="macro" name="FM_SORT_IS_ASCENDING()" link="libfm-FmSortMode.html#FM-SORT-IS-ASCENDING:CAPS"/>
    <keyword type="macro" name="FM_SORT_DEFAULT" link="libfm-FmSortMode.html#FM-SORT-DEFAULT:CAPS"/>
    <keyword type="enum" name="enum FmSortMode" link="libfm-FmSortMode.html#FmSortMode" since="1.0.2"/>
    <keyword type="function" name="fm_tab_label_new ()" link="FmTabLabel.html#fm-tab-label-new" since="0.1.10"/>
    <keyword type="function" name="fm_tab_label_set_icon ()" link="FmTabLabel.html#fm-tab-label-set-icon" since="1.2.0"/>
    <keyword type="function" name="fm_tab_label_set_text ()" link="FmTabLabel.html#fm-tab-label-set-text" since="0.1.10"/>
    <keyword type="function" name="fm_tab_label_set_tooltip_text ()" link="FmTabLabel.html#fm-tab-label-set-tooltip-text" since="1.0.0"/>
    <keyword type="struct" name="struct FmTabLabel" link="FmTabLabel.html#FmTabLabel-struct"/>
    <keyword type="struct" name="struct FmTabLabelClass" link="FmTabLabel.html#FmTabLabelClass"/>
    <keyword type="function" name="FmThumbnailReadyCallback ()" link="libfm-FmThumbnailRequest.html#FmThumbnailReadyCallback" since="0.1.0"/>
    <keyword type="function" name="fm_thumbnail_request ()" link="libfm-FmThumbnailRequest.html#fm-thumbnail-request" since="0.1.0"/>
    <keyword type="function" name="fm_thumbnail_request_cancel ()" link="libfm-FmThumbnailRequest.html#fm-thumbnail-request-cancel" since="0.1.0"/>
    <keyword type="function" name="fm_thumbnail_request_get_file_info ()" link="libfm-FmThumbnailRequest.html#fm-thumbnail-request-get-file-info" since="0.1.0"/>
    <keyword type="function" name="fm_thumbnail_request_get_pixbuf ()" link="libfm-FmThumbnailRequest.html#fm-thumbnail-request-get-pixbuf" since="0.1.0"/>
    <keyword type="function" name="fm_thumbnail_request_get_size ()" link="libfm-FmThumbnailRequest.html#fm-thumbnail-request-get-size" since="0.1.0"/>
    <keyword type="macro" name="FmThumbnailRequest" link="libfm-FmThumbnailRequest.html#FmThumbnailRequest"/>
    <keyword type="constant" name="FM_DND_DEST_DROP_AUTO" link="FmConfig.html#FM-DND-DEST-DROP-AUTO:CAPS"/>
    <keyword type="constant" name="FM_DND_DEST_DROP_COPY" link="FmConfig.html#FM-DND-DEST-DROP-COPY:CAPS"/>
    <keyword type="constant" name="FM_DND_DEST_DROP_MOVE" link="FmConfig.html#FM-DND-DEST-DROP-MOVE:CAPS"/>
    <keyword type="constant" name="FM_DND_DEST_DROP_ASK" link="FmConfig.html#FM-DND-DEST-DROP-ASK:CAPS"/>
    <keyword type="constant" name="FM_FILE_LAUNCHER_EXEC" link="libfm-Libfm-file-launchers.html#FM-FILE-LAUNCHER-EXEC:CAPS"/>
    <keyword type="constant" name="FM_FILE_LAUNCHER_EXEC_IN_TERMINAL" link="libfm-Libfm-file-launchers.html#FM-FILE-LAUNCHER-EXEC-IN-TERMINAL:CAPS"/>
    <keyword type="constant" name="FM_FILE_LAUNCHER_EXEC_OPEN" link="libfm-Libfm-file-launchers.html#FM-FILE-LAUNCHER-EXEC-OPEN:CAPS"/>
    <keyword type="constant" name="FM_FILE_LAUNCHER_EXEC_CANCEL" link="libfm-Libfm-file-launchers.html#FM-FILE-LAUNCHER-EXEC-CANCEL:CAPS"/>
    <keyword type="constant" name="FM_PATH_NONE" link="libfm-FmPath.html#FM-PATH-NONE:CAPS"/>
    <keyword type="constant" name="FM_PATH_IS_NATIVE" link="libfm-FmPath.html#FM-PATH-IS-NATIVE:CAPS"/>
    <keyword type="constant" name="FM_PATH_IS_LOCAL" link="libfm-FmPath.html#FM-PATH-IS-LOCAL:CAPS"/>
    <keyword type="constant" name="FM_PATH_IS_VIRTUAL" link="libfm-FmPath.html#FM-PATH-IS-VIRTUAL:CAPS"/>
    <keyword type="constant" name="FM_PATH_IS_TRASH" link="libfm-FmPath.html#FM-PATH-IS-TRASH:CAPS"/>
    <keyword type="constant" name="FM_PATH_IS_XDG_MENU" link="libfm-FmPath.html#FM-PATH-IS-XDG-MENU:CAPS"/>
    <keyword type="constant" name="FM_DC_JOB_DEFAULT" link="FmDeepCountJob.html#FM-DC-JOB-DEFAULT:CAPS"/>
    <keyword type="constant" name="FM_DC_JOB_FOLLOW_LINKS" link="FmDeepCountJob.html#FM-DC-JOB-FOLLOW-LINKS:CAPS"/>
    <keyword type="constant" name="FM_DC_JOB_SAME_FS" link="FmDeepCountJob.html#FM-DC-JOB-SAME-FS:CAPS"/>
    <keyword type="constant" name="FM_DC_JOB_PREPARE_MOVE" link="FmDeepCountJob.html#FM-DC-JOB-PREPARE-MOVE:CAPS"/>
    <keyword type="constant" name="FM_DC_JOB_PREPARE_DELETE" link="FmDeepCountJob.html#FM-DC-JOB-PREPARE-DELETE:CAPS"/>
    <keyword type="constant" name="FM_DIR_LIST_JOB_FAST" link="FmDirListJob.html#FM-DIR-LIST-JOB-FAST:CAPS"/>
    <keyword type="constant" name="FM_DIR_LIST_JOB_DIR_ONLY" link="FmDirListJob.html#FM-DIR-LIST-JOB-DIR-ONLY:CAPS"/>
    <keyword type="constant" name="FM_DIR_LIST_JOB_DETAILED" link="FmDirListJob.html#FM-DIR-LIST-JOB-DETAILED:CAPS"/>
    <keyword type="constant" name="FM_FILE_INFO_JOB_NONE" link="FmFileInfoJob.html#FM-FILE-INFO-JOB-NONE:CAPS"/>
    <keyword type="constant" name="FM_FILE_INFO_JOB_FOLLOW_SYMLINK" link="FmFileInfoJob.html#FM-FILE-INFO-JOB-FOLLOW-SYMLINK:CAPS"/>
    <keyword type="constant" name="FM_FILE_INFO_JOB_EMIT_FOR_EACH_FILE" link="FmFileInfoJob.html#FM-FILE-INFO-JOB-EMIT-FOR-EACH-FILE:CAPS"/>
    <keyword type="constant" name="FM_FILE_OP_CANCEL" link="FmFileOpsJob.html#FM-FILE-OP-CANCEL:CAPS"/>
    <keyword type="constant" name="FM_FILE_OP_OVERWRITE" link="FmFileOpsJob.html#FM-FILE-OP-OVERWRITE:CAPS"/>
    <keyword type="constant" name="FM_FILE_OP_RENAME" link="FmFileOpsJob.html#FM-FILE-OP-RENAME:CAPS"/>
    <keyword type="constant" name="FM_FILE_OP_SKIP" link="FmFileOpsJob.html#FM-FILE-OP-SKIP:CAPS"/>
    <keyword type="constant" name="FM_FILE_OP_SKIP_ERROR" link="FmFileOpsJob.html#FM-FILE-OP-SKIP-ERROR:CAPS"/>
    <keyword type="constant" name="FM_FILE_OP_NONE" link="FmFileOpsJob.html#FM-FILE-OP-NONE:CAPS"/>
    <keyword type="constant" name="FM_FILE_OP_MOVE" link="FmFileOpsJob.html#FM-FILE-OP-MOVE:CAPS"/>
    <keyword type="constant" name="FM_FILE_OP_COPY" link="FmFileOpsJob.html#FM-FILE-OP-COPY:CAPS"/>
    <keyword type="constant" name="FM_FILE_OP_TRASH" link="FmFileOpsJob.html#FM-FILE-OP-TRASH:CAPS"/>
    <keyword type="constant" name="FM_FILE_OP_UNTRASH" link="FmFileOpsJob.html#FM-FILE-OP-UNTRASH:CAPS"/>
    <keyword type="constant" name="FM_FILE_OP_DELETE" link="FmFileOpsJob.html#FM-FILE-OP-DELETE:CAPS"/>
    <keyword type="constant" name="FM_FILE_OP_LINK" link="FmFileOpsJob.html#FM-FILE-OP-LINK:CAPS"/>
    <keyword type="constant" name="FM_FILE_OP_CHANGE_ATTR" link="FmFileOpsJob.html#FM-FILE-OP-CHANGE-ATTR:CAPS"/>
    <keyword type="constant" name="FM_JOB_CONTINUE" link="FmJob.html#FM-JOB-CONTINUE:CAPS"/>
    <keyword type="constant" name="FM_JOB_RETRY" link="FmJob.html#FM-JOB-RETRY:CAPS"/>
    <keyword type="constant" name="FM_JOB_ABORT" link="FmJob.html#FM-JOB-ABORT:CAPS"/>
    <keyword type="constant" name="FM_JOB_ERROR_WARNING" link="FmJob.html#FM-JOB-ERROR-WARNING:CAPS"/>
    <keyword type="constant" name="FM_JOB_ERROR_MILD" link="FmJob.html#FM-JOB-ERROR-MILD:CAPS"/>
    <keyword type="constant" name="FM_JOB_ERROR_MODERATE" link="FmJob.html#FM-JOB-ERROR-MODERATE:CAPS"/>
    <keyword type="constant" name="FM_JOB_ERROR_SEVERE" link="FmJob.html#FM-JOB-ERROR-SEVERE:CAPS"/>
    <keyword type="constant" name="FM_JOB_ERROR_CRITICAL" link="FmJob.html#FM-JOB-ERROR-CRITICAL:CAPS"/>
    <keyword type="constant" name="FM_DIR_TREE_MODEL_COL_ICON" link="FmDirTreeModel.html#FM-DIR-TREE-MODEL-COL-ICON:CAPS"/>
    <keyword type="constant" name="FM_DIR_TREE_MODEL_COL_DISP_NAME" link="FmDirTreeModel.html#FM-DIR-TREE-MODEL-COL-DISP-NAME:CAPS"/>
    <keyword type="constant" name="FM_DIR_TREE_MODEL_COL_INFO" link="FmDirTreeModel.html#FM-DIR-TREE-MODEL-COL-INFO:CAPS"/>
    <keyword type="constant" name="FM_DIR_TREE_MODEL_COL_PATH" link="FmDirTreeModel.html#FM-DIR-TREE-MODEL-COL-PATH:CAPS"/>
    <keyword type="constant" name="FM_DIR_TREE_MODEL_COL_FOLDER" link="FmDirTreeModel.html#FM-DIR-TREE-MODEL-COL-FOLDER:CAPS"/>
    <keyword type="constant" name="FM_DND_DEST_TARGET_FM_LIST" link="FmDndDest.html#FM-DND-DEST-TARGET-FM-LIST:CAPS"/>
    <keyword type="constant" name="FM_DND_DEST_TARGET_URI_LIST" link="FmDndDest.html#FM-DND-DEST-TARGET-URI-LIST:CAPS"/>
    <keyword type="constant" name="FM_DND_DEST_TARGET_XDS" link="FmDndDest.html#FM-DND-DEST-TARGET-XDS:CAPS"/>
    <keyword type="constant" name="N_FM_DND_DEST_DEFAULT_TARGETS" link="FmDndDest.html#N-FM-DND-DEST-DEFAULT-TARGETS:CAPS"/>
    <keyword type="constant" name="FM_DND_SRC_TARGET_FM_LIST" link="FmDndSrc.html#FM-DND-SRC-TARGET-FM-LIST:CAPS"/>
    <keyword type="constant" name="FM_DND_SRC_TARGET_URI_LIST" link="FmDndSrc.html#FM-DND-SRC-TARGET-URI-LIST:CAPS"/>
    <keyword type="constant" name="FM_DND_SRC_TARGET_TEXT" link="FmDndSrc.html#FM-DND-SRC-TARGET-TEXT:CAPS"/>
    <keyword type="constant" name="N_FM_DND_SRC_DEFAULT_TARGETS" link="FmDndSrc.html#N-FM-DND-SRC-DEFAULT-TARGETS:CAPS"/>
    <keyword type="constant" name="FM_FOLDER_MODEL_COL_GICON" link="FmFolderModel.html#FM-FOLDER-MODEL-COL-GICON:CAPS"/>
    <keyword type="constant" name="FM_FOLDER_MODEL_COL_ICON" link="FmFolderModel.html#FM-FOLDER-MODEL-COL-ICON:CAPS"/>
    <keyword type="constant" name="FM_FOLDER_MODEL_COL_NAME" link="FmFolderModel.html#FM-FOLDER-MODEL-COL-NAME:CAPS"/>
    <keyword type="constant" name="FM_FOLDER_MODEL_COL_SIZE" link="FmFolderModel.html#FM-FOLDER-MODEL-COL-SIZE:CAPS"/>
    <keyword type="constant" name="FM_FOLDER_MODEL_COL_DESC" link="FmFolderModel.html#FM-FOLDER-MODEL-COL-DESC:CAPS"/>
    <keyword type="constant" name="FM_FOLDER_MODEL_COL_PERM" link="FmFolderModel.html#FM-FOLDER-MODEL-COL-PERM:CAPS"/>
    <keyword type="constant" name="FM_FOLDER_MODEL_COL_OWNER" link="FmFolderModel.html#FM-FOLDER-MODEL-COL-OWNER:CAPS"/>
    <keyword type="constant" name="FM_FOLDER_MODEL_COL_MTIME" link="FmFolderModel.html#FM-FOLDER-MODEL-COL-MTIME:CAPS"/>
    <keyword type="constant" name="FM_FOLDER_MODEL_COL_INFO" link="FmFolderModel.html#FM-FOLDER-MODEL-COL-INFO:CAPS"/>
    <keyword type="constant" name="FM_FOLDER_MODEL_COL_DIRNAME" link="FmFolderModel.html#FM-FOLDER-MODEL-COL-DIRNAME:CAPS"/>
    <keyword type="constant" name="FM_FOLDER_MODEL_COL_EXT" link="FmFolderModel.html#FM-FOLDER-MODEL-COL-EXT:CAPS"/>
    <keyword type="constant" name="FM_FOLDER_MODEL_ITEMPOS_SORTED" link="FmFolderModel.html#FM-FOLDER-MODEL-ITEMPOS-SORTED:CAPS"/>
    <keyword type="constant" name="FM_FOLDER_MODEL_ITEMPOS_PRE" link="FmFolderModel.html#FM-FOLDER-MODEL-ITEMPOS-PRE:CAPS"/>
    <keyword type="constant" name="FM_FOLDER_MODEL_ITEMPOS_POST" link="FmFolderModel.html#FM-FOLDER-MODEL-ITEMPOS-POST:CAPS"/>
    <keyword type="constant" name="FM_FV_ICON_VIEW" link="FmStandardView.html#FM-FV-ICON-VIEW:CAPS"/>
    <keyword type="constant" name="FM_FV_COMPACT_VIEW" link="FmStandardView.html#FM-FV-COMPACT-VIEW:CAPS"/>
    <keyword type="constant" name="FM_FV_THUMBNAIL_VIEW" link="FmStandardView.html#FM-FV-THUMBNAIL-VIEW:CAPS"/>
    <keyword type="constant" name="FM_FV_LIST_VIEW" link="FmStandardView.html#FM-FV-LIST-VIEW:CAPS"/>
    <keyword type="constant" name="FM_FV_CLICK_NONE" link="FmFolderView.html#FM-FV-CLICK-NONE:CAPS"/>
    <keyword type="constant" name="FM_FV_ACTIVATED" link="FmFolderView.html#FM-FV-ACTIVATED:CAPS"/>
    <keyword type="constant" name="FM_FV_MIDDLE_CLICK" link="FmFolderView.html#FM-FV-MIDDLE-CLICK:CAPS"/>
    <keyword type="constant" name="FM_FV_CONTEXT_MENU" link="FmFolderView.html#FM-FV-CONTEXT-MENU:CAPS"/>
    <keyword type="constant" name="FM_PLACES_MODEL_COL_ICON" link="FmPlacesModel.html#FM-PLACES-MODEL-COL-ICON:CAPS"/>
    <keyword type="constant" name="FM_PLACES_MODEL_COL_LABEL" link="FmPlacesModel.html#FM-PLACES-MODEL-COL-LABEL:CAPS"/>
    <keyword type="constant" name="FM_PLACES_MODEL_COL_INFO" link="FmPlacesModel.html#FM-PLACES-MODEL-COL-INFO:CAPS"/>
    <keyword type="constant" name="FM_PLACES_ITEM_NONE" link="FmPlacesModel.html#FM-PLACES-ITEM-NONE:CAPS"/>
    <keyword type="constant" name="FM_PLACES_ITEM_PATH" link="FmPlacesModel.html#FM-PLACES-ITEM-PATH:CAPS"/>
    <keyword type="constant" name="FM_PLACES_ITEM_VOLUME" link="FmPlacesModel.html#FM-PLACES-ITEM-VOLUME:CAPS"/>
    <keyword type="constant" name="FM_PLACES_ITEM_MOUNT" link="FmPlacesModel.html#FM-PLACES-ITEM-MOUNT:CAPS"/>
    <keyword type="constant" name="FM_SP_NONE" link="FmSidePane.html#FM-SP-NONE:CAPS"/>
    <keyword type="constant" name="FM_SP_PLACES" link="FmSidePane.html#FM-SP-PLACES:CAPS"/>
    <keyword type="constant" name="FM_SP_DIR_TREE" link="FmSidePane.html#FM-SP-DIR-TREE:CAPS"/>
    <keyword type="constant" name="FM_SP_REMOTE" link="FmSidePane.html#FM-SP-REMOTE:CAPS"/>
    <keyword type="constant" name="FM_SORT_ASCENDING" link="libfm-FmSortMode.html#FM-SORT-ASCENDING:CAPS"/>
    <keyword type="constant" name="FM_SORT_DESCENDING" link="libfm-FmSortMode.html#FM-SORT-DESCENDING:CAPS"/>
    <keyword type="constant" name="FM_SORT_CASE_SENSITIVE" link="libfm-FmSortMode.html#FM-SORT-CASE-SENSITIVE:CAPS"/>
    <keyword type="constant" name="FM_SORT_NO_FOLDER_FIRST" link="libfm-FmSortMode.html#FM-SORT-NO-FOLDER-FIRST:CAPS"/>
    <keyword type="constant" name="FM_SORT_ORDER_MASK" link="libfm-FmSortMode.html#FM-SORT-ORDER-MASK:CAPS"/>
    <keyword type="member" name="FmArchiver.program" link="libfm-FmArchiver.html#FmArchiver.program"/>
    <keyword type="member" name="FmArchiver.create-cmd" link="libfm-FmArchiver.html#FmArchiver.create-cmd"/>
    <keyword type="member" name="FmArchiver.extract-cmd" link="libfm-FmArchiver.html#FmArchiver.extract-cmd"/>
    <keyword type="member" name="FmArchiver.extract-to-cmd" link="libfm-FmArchiver.html#FmArchiver.extract-to-cmd"/>
    <keyword type="member" name="FmArchiver.mime-types" link="libfm-FmArchiver.html#FmArchiver.mime-types"/>
    <keyword type="member" name="FmBookmarkItem.name" link="FmBookmarks.html#FmBookmarkItem.name"/>
    <keyword type="member" name="FmBookmarkItem.path" link="FmBookmarks.html#FmBookmarkItem.path"/>
    <keyword type="member" name="FmBookmarksClass.changed" link="FmBookmarks.html#FmBookmarksClass.changed"/>
    <keyword type="member" name="FmConfig-struct.terminal" link="FmConfig.html#FmConfig-struct.terminal"/>
    <keyword type="member" name="FmConfig-struct.archiver" link="FmConfig.html#FmConfig-struct.archiver"/>
    <keyword type="member" name="FmConfig-struct.big-icon-size" link="FmConfig.html#FmConfig-struct.big-icon-size"/>
    <keyword type="member" name="FmConfig-struct.small-icon-size" link="FmConfig.html#FmConfig-struct.small-icon-size"/>
    <keyword type="member" name="FmConfig-struct.pane-icon-size" link="FmConfig.html#FmConfig-struct.pane-icon-size"/>
    <keyword type="member" name="FmConfig-struct.thumbnail-size" link="FmConfig.html#FmConfig-struct.thumbnail-size"/>
    <keyword type="member" name="FmConfig-struct.thumbnail-max" link="FmConfig.html#FmConfig-struct.thumbnail-max"/>
    <keyword type="member" name="FmConfig-struct.auto-selection-delay" link="FmConfig.html#FmConfig-struct.auto-selection-delay"/>
    <keyword type="member" name="FmConfig-struct.drop-default-action" link="FmConfig.html#FmConfig-struct.drop-default-action"/>
    <keyword type="member" name="FmConfig-struct.single-click" link="FmConfig.html#FmConfig-struct.single-click"/>
    <keyword type="member" name="FmConfig-struct.use-trash" link="FmConfig.html#FmConfig-struct.use-trash"/>
    <keyword type="member" name="FmConfig-struct.confirm-del" link="FmConfig.html#FmConfig-struct.confirm-del"/>
    <keyword type="member" name="FmConfig-struct.confirm-trash" link="FmConfig.html#FmConfig-struct.confirm-trash"/>
    <keyword type="member" name="FmConfig-struct.show-thumbnail" link="FmConfig.html#FmConfig-struct.show-thumbnail"/>
    <keyword type="member" name="FmConfig-struct.thumbnail-local" link="FmConfig.html#FmConfig-struct.thumbnail-local"/>
    <keyword type="member" name="FmConfig-struct.show-internal-volumes" link="FmConfig.html#FmConfig-struct.show-internal-volumes"/>
    <keyword type="member" name="FmConfig-struct.si-unit" link="FmConfig.html#FmConfig-struct.si-unit"/>
    <keyword type="member" name="FmConfig-struct.advanced-mode" link="FmConfig.html#FmConfig-struct.advanced-mode"/>
    <keyword type="member" name="FmConfig-struct.force-startup-notify" link="FmConfig.html#FmConfig-struct.force-startup-notify"/>
    <keyword type="member" name="FmConfig-struct.backup-as-hidden" link="FmConfig.html#FmConfig-struct.backup-as-hidden"/>
    <keyword type="member" name="FmConfig-struct.no-usb-trash" link="FmConfig.html#FmConfig-struct.no-usb-trash"/>
    <keyword type="member" name="FmConfig-struct.no-child-non-expandable" link="FmConfig.html#FmConfig-struct.no-child-non-expandable"/>
    <keyword type="member" name="FmConfig-struct.show-full-names" link="FmConfig.html#FmConfig-struct.show-full-names"/>
    <keyword type="member" name="FmConfig-struct.shadow-hidden" link="FmConfig.html#FmConfig-struct.shadow-hidden"/>
    <keyword type="member" name="FmConfig-struct.places-home" link="FmConfig.html#FmConfig-struct.places-home"/>
    <keyword type="member" name="FmConfig-struct.places-desktop" link="FmConfig.html#FmConfig-struct.places-desktop"/>
    <keyword type="member" name="FmConfig-struct.places-applications" link="FmConfig.html#FmConfig-struct.places-applications"/>
    <keyword type="member" name="FmConfig-struct.places-trash" link="FmConfig.html#FmConfig-struct.places-trash"/>
    <keyword type="member" name="FmConfig-struct.places-root" link="FmConfig.html#FmConfig-struct.places-root"/>
    <keyword type="member" name="FmConfig-struct.places-computer" link="FmConfig.html#FmConfig-struct.places-computer"/>
    <keyword type="member" name="FmConfig-struct.places-network" link="FmConfig.html#FmConfig-struct.places-network"/>
    <keyword type="member" name="FmConfig-struct.places-unmounted" link="FmConfig.html#FmConfig-struct.places-unmounted"/>
    <keyword type="member" name="FmConfig-struct.only-user-templates" link="FmConfig.html#FmConfig-struct.only-user-templates"/>
    <keyword type="member" name="FmConfig-struct.template-run-app" link="FmConfig.html#FmConfig-struct.template-run-app"/>
    <keyword type="member" name="FmConfig-struct.template-type-once" link="FmConfig.html#FmConfig-struct.template-type-once"/>
    <keyword type="member" name="FmConfig-struct.defer-content-test" link="FmConfig.html#FmConfig-struct.defer-content-test"/>
    <keyword type="member" name="FmConfig-struct.quick-exec" link="FmConfig.html#FmConfig-struct.quick-exec"/>
    <keyword type="member" name="FmConfig-struct.modules-blacklist" link="FmConfig.html#FmConfig-struct.modules-blacklist"/>
    <keyword type="member" name="FmConfig-struct.modules-whitelist" link="FmConfig.html#FmConfig-struct.modules-whitelist"/>
    <keyword type="member" name="FmConfig-struct.list-view-size-units" link="FmConfig.html#FmConfig-struct.list-view-size-units"/>
    <keyword type="member" name="FmConfig-struct.format-cmd" link="FmConfig.html#FmConfig-struct.format-cmd"/>
    <keyword type="member" name="FmConfig-struct.smart-desktop-autodrop" link="FmConfig.html#FmConfig-struct.smart-desktop-autodrop"/>
    <keyword type="member" name="FmConfig-struct.saved-search" link="FmConfig.html#FmConfig-struct.saved-search"/>
    <keyword type="member" name="FmConfigClass.changed" link="FmConfig.html#FmConfigClass.changed"/>
    <keyword type="member" name="FmFileInitTable.new-for-uri" link="FmFile.html#FmFileInitTable.new-for-uri"/>
    <keyword type="member" name="FmFileInterface.wants-incremental" link="FmFile.html#FmFileInterface.wants-incremental"/>
    <keyword type="member" name="FmFileLauncher.get-app" link="libfm-Libfm-file-launchers.html#FmFileLauncher.get-app"/>
    <keyword type="member" name="FmFileLauncher.open-folder" link="libfm-Libfm-file-launchers.html#FmFileLauncher.open-folder"/>
    <keyword type="member" name="FmFileLauncher.exec-file" link="libfm-Libfm-file-launchers.html#FmFileLauncher.exec-file"/>
    <keyword type="member" name="FmFileLauncher.error" link="libfm-Libfm-file-launchers.html#FmFileLauncher.error"/>
    <keyword type="member" name="FmFileLauncher.ask" link="libfm-Libfm-file-launchers.html#FmFileLauncher.ask"/>
    <keyword type="member" name="FmFolderClass.files-added" link="FmFolder.html#FmFolderClass.files-added"/>
    <keyword type="member" name="FmFolderClass.files-removed" link="FmFolder.html#FmFolderClass.files-removed"/>
    <keyword type="member" name="FmFolderClass.files-changed" link="FmFolder.html#FmFolderClass.files-changed"/>
    <keyword type="member" name="FmFolderClass.start-loading" link="FmFolder.html#FmFolderClass.start-loading"/>
    <keyword type="member" name="FmFolderClass.finish-loading" link="FmFolder.html#FmFolderClass.finish-loading"/>
    <keyword type="member" name="FmFolderClass.unmount" link="FmFolder.html#FmFolderClass.unmount"/>
    <keyword type="member" name="FmFolderClass.changed" link="FmFolder.html#FmFolderClass.changed"/>
    <keyword type="member" name="FmFolderClass.removed" link="FmFolder.html#FmFolderClass.removed"/>
    <keyword type="member" name="FmFolderClass.content-changed" link="FmFolder.html#FmFolderClass.content-changed"/>
    <keyword type="member" name="FmFolderClass.fs-info" link="FmFolder.html#FmFolderClass.fs-info"/>
    <keyword type="member" name="FmFolderClass.error" link="FmFolder.html#FmFolderClass.error"/>
    <keyword type="member" name="FmListFuncs.item-ref" link="libfm-fm-list.html#FmListFuncs.item-ref"/>
    <keyword type="member" name="FmListFuncs.item-unref" link="libfm-fm-list.html#FmListFuncs.item-unref"/>
    <keyword type="member" name="FmNavHistoryItem.path" link="FmNavHistory.html#FmNavHistoryItem.path"/>
    <keyword type="member" name="FmNavHistoryItem.scroll-pos" link="FmNavHistory.html#FmNavHistoryItem.scroll-pos"/>
    <keyword type="member" name="FmTerminal-struct.program" link="FmTerminal.html#FmTerminal-struct.program"/>
    <keyword type="member" name="FmTerminal-struct.open-arg" link="FmTerminal.html#FmTerminal-struct.open-arg"/>
    <keyword type="member" name="FmTerminal-struct.noclose-arg" link="FmTerminal.html#FmTerminal-struct.noclose-arg"/>
    <keyword type="member" name="FmTerminal-struct.launch" link="FmTerminal.html#FmTerminal-struct.launch"/>
    <keyword type="member" name="FmTerminal-struct.desktop-id" link="FmTerminal.html#FmTerminal-struct.desktop-id"/>
    <keyword type="member" name="FmTerminal-struct.custom-args" link="FmTerminal.html#FmTerminal-struct.custom-args"/>
    <keyword type="member" name="FmThumbnailLoaderBackend.read-image-from-file" link="libfm-FmThumbnailLoader.html#FmThumbnailLoaderBackend.read-image-from-file"/>
    <keyword type="member" name="FmThumbnailLoaderBackend.read-image-from-stream" link="libfm-FmThumbnailLoader.html#FmThumbnailLoaderBackend.read-image-from-stream"/>
    <keyword type="member" name="FmThumbnailLoaderBackend.write-image" link="libfm-FmThumbnailLoader.html#FmThumbnailLoaderBackend.write-image"/>
    <keyword type="member" name="FmThumbnailLoaderBackend.scale-image" link="libfm-FmThumbnailLoader.html#FmThumbnailLoaderBackend.scale-image"/>
    <keyword type="member" name="FmThumbnailLoaderBackend.rotate-image" link="libfm-FmThumbnailLoader.html#FmThumbnailLoaderBackend.rotate-image"/>
    <keyword type="member" name="FmThumbnailLoaderBackend.get-image-width" link="libfm-FmThumbnailLoader.html#FmThumbnailLoaderBackend.get-image-width"/>
    <keyword type="member" name="FmThumbnailLoaderBackend.get-image-height" link="libfm-FmThumbnailLoader.html#FmThumbnailLoaderBackend.get-image-height"/>
    <keyword type="member" name="FmThumbnailLoaderBackend.get-image-text" link="libfm-FmThumbnailLoader.html#FmThumbnailLoaderBackend.get-image-text"/>
    <keyword type="member" name="FmThumbnailLoaderBackend.set-image-text" link="libfm-FmThumbnailLoader.html#FmThumbnailLoaderBackend.set-image-text"/>
    <keyword type="member" name="FmAppCommandParseOption.opt" link="libfm-Common-Libfm-utilities..html#FmAppCommandParseOption.opt"/>
    <keyword type="member" name="FmAppCommandParseOption.callback" link="libfm-Common-Libfm-utilities..html#FmAppCommandParseOption.callback"/>
    <keyword type="member" name="FmDeepCountJob-struct.parent" link="FmDeepCountJob.html#FmDeepCountJob-struct.parent"/>
    <keyword type="member" name="FmDeepCountJob-struct.paths" link="FmDeepCountJob.html#FmDeepCountJob-struct.paths"/>
    <keyword type="member" name="FmDeepCountJob-struct.flags" link="FmDeepCountJob.html#FmDeepCountJob-struct.flags"/>
    <keyword type="member" name="FmDeepCountJob-struct.total-size" link="FmDeepCountJob.html#FmDeepCountJob-struct.total-size"/>
    <keyword type="member" name="FmDeepCountJob-struct.total-ondisk-size" link="FmDeepCountJob.html#FmDeepCountJob-struct.total-ondisk-size"/>
    <keyword type="member" name="FmDeepCountJob-struct.count" link="FmDeepCountJob.html#FmDeepCountJob-struct.count"/>
    <keyword type="member" name="FmDirListJob-struct.parent" link="FmDirListJob.html#FmDirListJob-struct.parent"/>
    <keyword type="member" name="FmDirListJob-struct.dir-path" link="FmDirListJob.html#FmDirListJob-struct.dir-path"/>
    <keyword type="member" name="FmDirListJob-struct.flags" link="FmDirListJob.html#FmDirListJob-struct.flags"/>
    <keyword type="member" name="FmDirListJob-struct.dir-fi" link="FmDirListJob.html#FmDirListJob-struct.dir-fi"/>
    <keyword type="member" name="FmDirListJob-struct.files" link="FmDirListJob.html#FmDirListJob-struct.files"/>
    <keyword type="member" name="FmFileInfoJob-struct.parent" link="FmFileInfoJob.html#FmFileInfoJob-struct.parent"/>
    <keyword type="member" name="FmFileInfoJob-struct.flags" link="FmFileInfoJob.html#FmFileInfoJob-struct.flags"/>
    <keyword type="member" name="FmFileInfoJob-struct.file-infos" link="FmFileInfoJob.html#FmFileInfoJob-struct.file-infos"/>
    <keyword type="member" name="FmFileInfoJobClass.got-info" link="FmFileInfoJob.html#FmFileInfoJobClass.got-info"/>
    <keyword type="member" name="FmFileOpsJobClass.prepared" link="FmFileOpsJob.html#FmFileOpsJobClass.prepared"/>
    <keyword type="member" name="FmFileOpsJobClass.cur-file" link="FmFileOpsJob.html#FmFileOpsJobClass.cur-file"/>
    <keyword type="member" name="FmFileOpsJobClass.percent" link="FmFileOpsJob.html#FmFileOpsJobClass.percent"/>
    <keyword type="member" name="FmFileOpsJobClass.ask-rename" link="FmFileOpsJob.html#FmFileOpsJobClass.ask-rename"/>
    <keyword type="member" name="FmJobClass.finished" link="FmJob.html#FmJobClass.finished"/>
    <keyword type="member" name="FmJobClass.error" link="FmJob.html#FmJobClass.error"/>
    <keyword type="member" name="FmJobClass.cancelled" link="FmJob.html#FmJobClass.cancelled"/>
    <keyword type="member" name="FmJobClass.ask" link="FmJob.html#FmJobClass.ask"/>
    <keyword type="member" name="FmJobClass.run-async" link="FmJob.html#FmJobClass.run-async"/>
    <keyword type="member" name="FmJobClass.run" link="FmJob.html#FmJobClass.run"/>
    <keyword type="member" name="FmJobClass.cancel" link="FmJob.html#FmJobClass.cancel"/>
    <keyword type="member" name="FmDirTreeModelClass.row-loaded" link="FmDirTreeModel.html#FmDirTreeModelClass.row-loaded"/>
    <keyword type="member" name="FmDirTreeViewClass.chdir" link="FmDirTreeView.html#FmDirTreeViewClass.chdir"/>
    <keyword type="member" name="FmDirTreeViewClass.item-popup" link="FmDirTreeView.html#FmDirTreeViewClass.item-popup"/>
    <keyword type="member" name="FmDndDestClass.files-dropped" link="FmDndDest.html#FmDndDestClass.files-dropped"/>
    <keyword type="member" name="FmDndSrcClass.data-get" link="FmDndSrc.html#FmDndSrcClass.data-get"/>
    <keyword type="member" name="FmFileMenuMimeAddonInit.init" link="libfm-FmFileMenu.html#FmFileMenuMimeAddonInit.init"/>
    <keyword type="member" name="FmFileMenuMimeAddonInit.finalize" link="libfm-FmFileMenu.html#FmFileMenuMimeAddonInit.finalize"/>
    <keyword type="member" name="FmFileMenuMimeAddonInit.update-file-menu-for-mime-type" link="libfm-FmFileMenu.html#FmFileMenuMimeAddonInit.update-file-menu-for-mime-type"/>
    <keyword type="member" name="FmFilePropertiesExtensionInit.init" link="libfm-File-properties-dialog.html#FmFilePropertiesExtensionInit.init"/>
    <keyword type="member" name="FmFilePropertiesExtensionInit.finish" link="libfm-File-properties-dialog.html#FmFilePropertiesExtensionInit.finish"/>
    <keyword type="member" name="FmFolderModelClass.parent" link="FmFolderModel.html#FmFolderModelClass.parent"/>
    <keyword type="member" name="FmFolderModelClass.row-deleting" link="FmFolderModel.html#FmFolderModelClass.row-deleting"/>
    <keyword type="member" name="FmFolderModelClass.filter-changed" link="FmFolderModel.html#FmFolderModelClass.filter-changed"/>
    <keyword type="member" name="FmFolderModelColumnInit.title" link="FmFolderModel.html#FmFolderModelColumnInit.title"/>
    <keyword type="member" name="FmFolderModelColumnInit.default-width" link="FmFolderModel.html#FmFolderModelColumnInit.default-width"/>
    <keyword type="member" name="FmFolderModelColumnInit.get-type" link="FmFolderModel.html#FmFolderModelColumnInit.get-type"/>
    <keyword type="member" name="FmFolderModelColumnInit.get-value" link="FmFolderModel.html#FmFolderModelColumnInit.get-value"/>
    <keyword type="member" name="FmFolderModelColumnInit.compare" link="FmFolderModel.html#FmFolderModelColumnInit.compare"/>
    <keyword type="member" name="FmContextMenuSchemeAddonInit.init" link="FmFolderView.html#FmContextMenuSchemeAddonInit.init"/>
    <keyword type="member" name="FmContextMenuSchemeAddonInit.finalize" link="FmFolderView.html#FmContextMenuSchemeAddonInit.finalize"/>
    <keyword type="member" name="FmContextMenuSchemeAddonInit.update-file-menu-for-scheme" link="FmFolderView.html#FmContextMenuSchemeAddonInit.update-file-menu-for-scheme"/>
    <keyword type="member" name="FmContextMenuSchemeAddonInit.update-folder-menu" link="FmFolderView.html#FmContextMenuSchemeAddonInit.update-folder-menu"/>
    <keyword type="member" name="FmFolderViewColumnInfo.col-id" link="FmFolderView.html#FmFolderViewColumnInfo.col-id"/>
    <keyword type="member" name="FmFolderViewColumnInfo.width" link="FmFolderView.html#FmFolderViewColumnInfo.width"/>
    <keyword type="member" name="FmFolderViewInterface.clicked" link="FmFolderView.html#FmFolderViewInterface.clicked"/>
    <keyword type="member" name="FmFolderViewInterface.sel-changed" link="FmFolderView.html#FmFolderViewInterface.sel-changed"/>
    <keyword type="member" name="FmFolderViewInterface.sort-changed" link="FmFolderView.html#FmFolderViewInterface.sort-changed"/>
    <keyword type="member" name="FmFolderViewInterface.filter-changed" link="FmFolderView.html#FmFolderViewInterface.filter-changed"/>
    <keyword type="member" name="FmFolderViewInterface.columns-changed" link="FmFolderView.html#FmFolderViewInterface.columns-changed"/>
    <keyword type="member" name="FmFolderViewInterface.set-sel-mode" link="FmFolderView.html#FmFolderViewInterface.set-sel-mode"/>
    <keyword type="member" name="FmFolderViewInterface.get-sel-mode" link="FmFolderView.html#FmFolderViewInterface.get-sel-mode"/>
    <keyword type="member" name="FmFolderViewInterface.set-sort" link="FmFolderView.html#FmFolderViewInterface.set-sort"/>
    <keyword type="member" name="FmFolderViewInterface.get-sort" link="FmFolderView.html#FmFolderViewInterface.get-sort"/>
    <keyword type="member" name="FmFolderViewInterface.set-show-hidden" link="FmFolderView.html#FmFolderViewInterface.set-show-hidden"/>
    <keyword type="member" name="FmFolderViewInterface.get-show-hidden" link="FmFolderView.html#FmFolderViewInterface.get-show-hidden"/>
    <keyword type="member" name="FmFolderViewInterface.get-folder" link="FmFolderView.html#FmFolderViewInterface.get-folder"/>
    <keyword type="member" name="FmFolderViewInterface.set-model" link="FmFolderView.html#FmFolderViewInterface.set-model"/>
    <keyword type="member" name="FmFolderViewInterface.get-model" link="FmFolderView.html#FmFolderViewInterface.get-model"/>
    <keyword type="member" name="FmFolderViewInterface.count-selected-files" link="FmFolderView.html#FmFolderViewInterface.count-selected-files"/>
    <keyword type="member" name="FmFolderViewInterface.dup-selected-files" link="FmFolderView.html#FmFolderViewInterface.dup-selected-files"/>
    <keyword type="member" name="FmFolderViewInterface.dup-selected-file-paths" link="FmFolderView.html#FmFolderViewInterface.dup-selected-file-paths"/>
    <keyword type="member" name="FmFolderViewInterface.select-all" link="FmFolderView.html#FmFolderViewInterface.select-all"/>
    <keyword type="member" name="FmFolderViewInterface.unselect-all" link="FmFolderView.html#FmFolderViewInterface.unselect-all"/>
    <keyword type="member" name="FmFolderViewInterface.select-invert" link="FmFolderView.html#FmFolderViewInterface.select-invert"/>
    <keyword type="member" name="FmFolderViewInterface.select-file-path" link="FmFolderView.html#FmFolderViewInterface.select-file-path"/>
    <keyword type="member" name="FmFolderViewInterface.set-columns" link="FmFolderView.html#FmFolderViewInterface.set-columns"/>
    <keyword type="member" name="FmFolderViewInterface.get-columns" link="FmFolderView.html#FmFolderViewInterface.get-columns"/>
    <keyword type="member" name="FmFolderViewInterface.get-custom-menu-callbacks" link="FmFolderView.html#FmFolderViewInterface.get-custom-menu-callbacks"/>
    <keyword type="member" name="FmFolderViewInterface.scroll-to-path" link="FmFolderView.html#FmFolderViewInterface.scroll-to-path"/>
    <keyword type="member" name="FmMenuToolItemClass.show-menu" link="FmMenuToolItem.html#FmMenuToolItemClass.show-menu"/>
    <keyword type="member" name="FmPathBarClass.chdir" link="FmPathBar.html#FmPathBarClass.chdir"/>
    <keyword type="member" name="FmPlacesViewClass.chdir" link="FmPlacesView.html#FmPlacesViewClass.chdir"/>
    <keyword type="member" name="FmPlacesViewClass.item-popup" link="FmPlacesView.html#FmPlacesViewClass.item-popup"/>
    <keyword type="member" name="FmSidePaneClass.chdir" link="FmSidePane.html#FmSidePaneClass.chdir"/>
    <keyword type="member" name="FmSidePaneClass.mode-changed" link="FmSidePane.html#FmSidePaneClass.mode-changed"/>
  </functions>
</book>