This file is indexed.

/usr/include/telepathy-1.0/telepathy-glib/_gen/tp-cli-call-content-media-description.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
G_BEGIN_DECLS

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

TpProxyPendingCall *tp_cli_call_content_media_description_call_accept (gpointer proxy,
    gint timeout_ms,
    GHashTable *in_Local_Media_Description,
    tp_cli_call_content_media_description_callback_for_accept callback,
    gpointer user_data,
    GDestroyNotify destroy,
    GObject *weak_object);


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

TpProxyPendingCall *tp_cli_call_content_media_description_call_reject (gpointer proxy,
    gint timeout_ms,
    const GValueArray *in_Reason,
    tp_cli_call_content_media_description_callback_for_reject callback,
    gpointer user_data,
    GDestroyNotify destroy,
    GObject *weak_object);


G_END_DECLS