This file is indexed.

/usr/include/telepathy-1.0/telepathy-glib/_gen/tp-cli-protocol.h is in libtelepathy-glib-dev 0.18.0-1ubuntu1.

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
53
54
55
56
57
58
59
60
G_BEGIN_DECLS

typedef void (*tp_cli_protocol_callback_for_identify_account) (TpProxy *proxy,
    const gchar *out_Account_ID,
    const GError *error, gpointer user_data,
    GObject *weak_object);

TpProxyPendingCall *tp_cli_protocol_call_identify_account (gpointer proxy,
    gint timeout_ms,
    GHashTable *in_Parameters,
    tp_cli_protocol_callback_for_identify_account callback,
    gpointer user_data,
    GDestroyNotify destroy,
    GObject *weak_object);


typedef void (*tp_cli_protocol_callback_for_normalize_contact) (TpProxy *proxy,
    const gchar *out_Normalized_Contact_ID,
    const GError *error, gpointer user_data,
    GObject *weak_object);

TpProxyPendingCall *tp_cli_protocol_call_normalize_contact (gpointer proxy,
    gint timeout_ms,
    const gchar *in_Contact_ID,
    tp_cli_protocol_callback_for_normalize_contact callback,
    gpointer user_data,
    GDestroyNotify destroy,
    GObject *weak_object);


typedef void (*tp_cli_protocol_interface_addressing_callback_for_normalize_vcard_address) (TpProxy *proxy,
    const gchar *out_Normalized_VCard_Address,
    const GError *error, gpointer user_data,
    GObject *weak_object);

TpProxyPendingCall *tp_cli_protocol_interface_addressing_call_normalize_vcard_address (gpointer proxy,
    gint timeout_ms,
    const gchar *in_VCard_Field,
    const gchar *in_VCard_Address,
    tp_cli_protocol_interface_addressing_callback_for_normalize_vcard_address callback,
    gpointer user_data,
    GDestroyNotify destroy,
    GObject *weak_object);


typedef void (*tp_cli_protocol_interface_addressing_callback_for_normalize_contact_uri) (TpProxy *proxy,
    const gchar *out_Normalized_URI,
    const GError *error, gpointer user_data,
    GObject *weak_object);

TpProxyPendingCall *tp_cli_protocol_interface_addressing_call_normalize_contact_uri (gpointer proxy,
    gint timeout_ms,
    const gchar *in_URI,
    tp_cli_protocol_interface_addressing_callback_for_normalize_contact_uri callback,
    gpointer user_data,
    GDestroyNotify destroy,
    GObject *weak_object);


G_END_DECLS