This file is indexed.

/usr/share/GNUstep/Documentation/Developer/DBusKit/Reference/OrderedSymbolDeclarations.plist is in libdbuskit-dev 0.1.1-2+b1.

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
{
    DKDBus = (
	"+busWithBusType:",
	"+sessionBus",
	"+systemBus"
    );
    DKNotificationCenter = (
	"+sessionBusCenter",
	"+systemBusCenter",
	"+centerForBusType:",
	"-addObserver:selector:name:object:",
	"-addObserver:selector:name:sender:destination:",
	"-addObserver:selector:signal:interface:sender:destination:",
	"-addObserver:selector:signal:interface:sender:destination:filter:atIndex:",
	"-addObserver:selector:signal:interface:sender:destination:filtersAndIndices:,...",
	"-removeObserver:",
	"-removeObserver:name:object:",
	"-removeObserver:name:sender:destination:",
	"-removeObserver:signal:interface:object:",
	"-removeObserver:signal:interface:sender:destination:",
	"-removeObserver:signal:interface:sender:destination:filter:atIndex:",
	"-removeObserver:signal:interface:sender:destination:filtersAndIndices:,...",
	"-postNotification:",
	"-postNotificationName:object:",
	"-postSignalName:interface:object:",
	"-postNotificationName:object:userInfo:",
	"-postSignalName:interface:object:userInfo:",
	"-registerNotificationName:asSignal:inInterface:"
    );
    DKPort = (
	"+portForBusType:",
	"+sessionBusPort",
	"+systemBusPort",
	"+enableWorkerThread",
	"-initWithRemote:",
	"-initWithRemote:onBus:"
    );
    DKProxy = (
	"+proxyWithPort:path:",
	"+proxyWithService:path:bus:",
	"-initWithPort:path:",
	"-initWithService:path:bus:",
	"-initWithEndpoint:andService:andPath:",
	"-hasSameScopeAs:",
	"-setPrimaryDBusInterface:"
    );
}