This file is indexed.

/usr/include/telepathy-1.0/rtcom-telepathy-glib/extensions.h is in librtcom-telepathy-glib-dev 0.1.38~git.1.e4dae27b-0ubuntu4.

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
#ifndef __RTCOM_TELEPATHY_GLIB_EXTENSIONS_H__
#define __RTCOM_TELEPATHY_GLIB_EXTENSIONS_H__

#include <glib-object.h>
#include <telepathy-glib/channel.h>
#include <telepathy-glib/connection.h>

#include <rtcom-telepathy-glib/_gen/enums.h>
#include <rtcom-telepathy-glib/_gen/cli-channel.h>
#include <rtcom-telepathy-glib/_gen/svc-channel.h>
#include <rtcom-telepathy-glib/_gen/cli-connection.h>
#include <rtcom-telepathy-glib/_gen/svc-connection.h>

G_BEGIN_DECLS

#include <rtcom-telepathy-glib/_gen/gtypes.h>
#include <rtcom-telepathy-glib/_gen/interfaces.h>

void rtcom_tp_cli_init (void);

G_END_DECLS

#endif