This file is indexed.

/usr/include/telepathy-1.0/telepathy-glib/_gen/tp-cli-tls-cert.h is in libtelepathy-glib-dev 0.24.1-2.

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

G_BEGIN_DECLS

typedef void (*tp_cli_authentication_tls_certificate_signal_callback_accepted) (TpTLSCertificate *proxy,
    gpointer user_data, GObject *weak_object);
TpProxySignalConnection *tp_cli_authentication_tls_certificate_connect_to_accepted (TpTLSCertificate *proxy,
    tp_cli_authentication_tls_certificate_signal_callback_accepted callback,
    gpointer user_data,
    GDestroyNotify destroy,
    GObject *weak_object,
    GError **error);

typedef void (*tp_cli_authentication_tls_certificate_signal_callback_rejected) (TpTLSCertificate *proxy,
    const GPtrArray *arg_Rejections,
    gpointer user_data, GObject *weak_object);
TpProxySignalConnection *tp_cli_authentication_tls_certificate_connect_to_rejected (TpTLSCertificate *proxy,
    tp_cli_authentication_tls_certificate_signal_callback_rejected callback,
    gpointer user_data,
    GDestroyNotify destroy,
    GObject *weak_object,
    GError **error);

typedef void (*tp_cli_authentication_tls_certificate_callback_for_accept) (TpTLSCertificate *proxy,
    const GError *error, gpointer user_data,
    GObject *weak_object);

TpProxyPendingCall *tp_cli_authentication_tls_certificate_call_accept (TpTLSCertificate *proxy,
    gint timeout_ms,
    tp_cli_authentication_tls_certificate_callback_for_accept callback,
    gpointer user_data,
    GDestroyNotify destroy,
    GObject *weak_object);


typedef void (*tp_cli_authentication_tls_certificate_callback_for_reject) (TpTLSCertificate *proxy,
    const GError *error, gpointer user_data,
    GObject *weak_object);

TpProxyPendingCall *tp_cli_authentication_tls_certificate_call_reject (TpTLSCertificate *proxy,
    gint timeout_ms,
    const GPtrArray *in_Rejections,
    tp_cli_authentication_tls_certificate_callback_for_reject callback,
    gpointer user_data,
    GDestroyNotify destroy,
    GObject *weak_object);


G_END_DECLS

#endif /* defined (TP_GEN_TP_CLI_TLS_CERT_H_INCLUDED) */