This file is indexed.

/usr/include/telepathy-1.0/rtcom-telepathy-glib/_gen/cli-stream-engine.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
 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
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
G_BEGIN_DECLS

typedef void (*rtcom_tp_cli_stream_engine_signal_callback_receiving) (RTComTpStreamEngine *proxy,
    const gchar *arg_channel_path,
    guint arg_stream_id,
    gboolean arg_state,
    gpointer user_data, GObject *weak_object);
TpProxySignalConnection *rtcom_tp_cli_stream_engine_connect_to_receiving (RTComTpStreamEngine *proxy,
    rtcom_tp_cli_stream_engine_signal_callback_receiving callback,
    gpointer user_data,
    GDestroyNotify destroy,
    GObject *weak_object,
    GError **error);

typedef void (*rtcom_tp_cli_stream_engine_callback_for_get_output_window) (RTComTpStreamEngine *proxy,
    guint out_window,
    const GError *error, gpointer user_data,
    GObject *weak_object);

TpProxyPendingCall *rtcom_tp_cli_stream_engine_call_get_output_window (RTComTpStreamEngine *proxy,
    gint timeout_ms,
    const gchar *in_channel_path,
    guint in_stream_id,
    rtcom_tp_cli_stream_engine_callback_for_get_output_window callback,
    gpointer user_data,
    GDestroyNotify destroy,
    GObject *weak_object);

gboolean rtcom_tp_cli_stream_engine_run_get_output_window (RTComTpStreamEngine *proxy,
    gint timeout_ms,
    const gchar *in_channel_path,
    guint in_stream_id,
    guint *out_window,
    GError **error,
    GMainLoop **loop);


typedef void (*rtcom_tp_cli_stream_engine_callback_for_create_preview_window) (RTComTpStreamEngine *proxy,
    guint out_window,
    const GError *error, gpointer user_data,
    GObject *weak_object);

TpProxyPendingCall *rtcom_tp_cli_stream_engine_call_create_preview_window (RTComTpStreamEngine *proxy,
    gint timeout_ms,
    rtcom_tp_cli_stream_engine_callback_for_create_preview_window callback,
    gpointer user_data,
    GDestroyNotify destroy,
    GObject *weak_object);

gboolean rtcom_tp_cli_stream_engine_run_create_preview_window (RTComTpStreamEngine *proxy,
    gint timeout_ms,
    guint *out_window,
    GError **error,
    GMainLoop **loop);


typedef void (*rtcom_tp_cli_stream_engine_callback_for_get_preview_window) (RTComTpStreamEngine *proxy,
    guint out_window,
    const GError *error, gpointer user_data,
    GObject *weak_object);

TpProxyPendingCall *rtcom_tp_cli_stream_engine_call_get_preview_window (RTComTpStreamEngine *proxy,
    gint timeout_ms,
    rtcom_tp_cli_stream_engine_callback_for_get_preview_window callback,
    gpointer user_data,
    GDestroyNotify destroy,
    GObject *weak_object);

gboolean rtcom_tp_cli_stream_engine_run_get_preview_window (RTComTpStreamEngine *proxy,
    gint timeout_ms,
    guint *out_window,
    GError **error,
    GMainLoop **loop);


typedef void (*rtcom_tp_cli_stream_engine_callback_for_shutdown) (RTComTpStreamEngine *proxy,
    const GError *error, gpointer user_data,
    GObject *weak_object);

TpProxyPendingCall *rtcom_tp_cli_stream_engine_call_shutdown (RTComTpStreamEngine *proxy,
    gint timeout_ms,
    rtcom_tp_cli_stream_engine_callback_for_shutdown callback,
    gpointer user_data,
    GDestroyNotify destroy,
    GObject *weak_object);

gboolean rtcom_tp_cli_stream_engine_run_shutdown (RTComTpStreamEngine *proxy,
    gint timeout_ms,
    GError **error,
    GMainLoop **loop);


typedef void (*rtcom_tp_cli_stream_engine_callback_for_attach_to_channel) (RTComTpStreamEngine *proxy,
    const GError *error, gpointer user_data,
    GObject *weak_object);

TpProxyPendingCall *rtcom_tp_cli_stream_engine_call_attach_to_channel (RTComTpStreamEngine *proxy,
    gint timeout_ms,
    const gchar *in_Bus_Name,
    const gchar *in_Connection,
    const gchar *in_Channel_Type,
    const gchar *in_Channel,
    guint in_Handle_Type,
    guint in_Handle,
    rtcom_tp_cli_stream_engine_callback_for_attach_to_channel callback,
    gpointer user_data,
    GDestroyNotify destroy,
    GObject *weak_object);

gboolean rtcom_tp_cli_stream_engine_run_attach_to_channel (RTComTpStreamEngine *proxy,
    gint timeout_ms,
    const gchar *in_Bus_Name,
    const gchar *in_Connection,
    const gchar *in_Channel_Type,
    const gchar *in_Channel,
    guint in_Handle_Type,
    guint in_Handle,
    GError **error,
    GMainLoop **loop);


G_END_DECLS