This file is indexed.

/usr/share/vala/vapi/fsoresource-2.0.vapi is in libfsoframework-dev 0.12.0-7.

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
/* fsoresource-2.0.vapi generated by valac 0.30.0, do not modify. */

namespace FsoFramework {
	[CCode (cheader_filename = "fsoresource.h")]
	public abstract class AbstractDBusResource : FreeSmartphone.Resource, FsoFramework.AbstractObject {
		public AbstractDBusResource (string name, FsoFramework.Subsystem subsystem);
		public virtual FreeSmartphone.UsageResourcePolicy default_policy ();
		public virtual async GLib.HashTable<string,GLib.Variant> dependencies ();
		public abstract async void disableResource ();
		public abstract async void enableResource () throws FreeSmartphone.ResourceError;
		public async void registerWithUsage ();
		public override string repr ();
		public abstract async void resumeResource ();
		public abstract async void suspendResource ();
		protected string name { get; private set; }
	}
}