This file is indexed.

/usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Settings/Menus/Menus.qmltypes is in qtdeclarative5-ubuntu-settings-components 0.7+16.04.20160321.1-0ubuntu1.

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
import QtQuick.tooling 1.1

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
// 'qmlplugindump -notrelocatable Ubuntu.Settings.Menus 0.1 plugins'

Module {
    Component {
        name: "TransferState"
        prototype: "QObject"
        exports: ["Ubuntu.Settings.Menus/TransferState 0.1"]
        isCreatable: false
        exportMetaObjectRevisions: [0]
        Enum {
            name: "TransferStates"
            values: {
                "Queued": 0,
                "Running": 1,
                "Paused": 2,
                "Canceled": 3,
                "Hashing": 4,
                "Processing": 5,
                "Finished": 6,
                "Error": 7
            }
        }
    }
}