This file is indexed.

/usr/include/telepathy-1.0/telepathy-glib/_gen/tp-cli-call-stream-endpoint.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
 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
123
124
125
G_BEGIN_DECLS

typedef void (*tp_cli_call_stream_endpoint_signal_callback_remote_credentials_set) (TpProxy *proxy,
    const gchar *arg_Username,
    const gchar *arg_Password,
    gpointer user_data, GObject *weak_object);
TpProxySignalConnection *tp_cli_call_stream_endpoint_connect_to_remote_credentials_set (gpointer proxy,
    tp_cli_call_stream_endpoint_signal_callback_remote_credentials_set callback,
    gpointer user_data,
    GDestroyNotify destroy,
    GObject *weak_object,
    GError **error);

typedef void (*tp_cli_call_stream_endpoint_signal_callback_remote_candidates_added) (TpProxy *proxy,
    const GPtrArray *arg_Candidates,
    gpointer user_data, GObject *weak_object);
TpProxySignalConnection *tp_cli_call_stream_endpoint_connect_to_remote_candidates_added (gpointer proxy,
    tp_cli_call_stream_endpoint_signal_callback_remote_candidates_added callback,
    gpointer user_data,
    GDestroyNotify destroy,
    GObject *weak_object,
    GError **error);

typedef void (*tp_cli_call_stream_endpoint_signal_callback_candidate_pair_selected) (TpProxy *proxy,
    const GValueArray *arg_Local_Candidate,
    const GValueArray *arg_Remote_Candidate,
    gpointer user_data, GObject *weak_object);
TpProxySignalConnection *tp_cli_call_stream_endpoint_connect_to_candidate_pair_selected (gpointer proxy,
    tp_cli_call_stream_endpoint_signal_callback_candidate_pair_selected callback,
    gpointer user_data,
    GDestroyNotify destroy,
    GObject *weak_object,
    GError **error);

typedef void (*tp_cli_call_stream_endpoint_signal_callback_endpoint_state_changed) (TpProxy *proxy,
    guint arg_Component,
    guint arg_State,
    gpointer user_data, GObject *weak_object);
TpProxySignalConnection *tp_cli_call_stream_endpoint_connect_to_endpoint_state_changed (gpointer proxy,
    tp_cli_call_stream_endpoint_signal_callback_endpoint_state_changed callback,
    gpointer user_data,
    GDestroyNotify destroy,
    GObject *weak_object,
    GError **error);

typedef void (*tp_cli_call_stream_endpoint_signal_callback_controlling_changed) (TpProxy *proxy,
    gboolean arg_Controlling,
    gpointer user_data, GObject *weak_object);
TpProxySignalConnection *tp_cli_call_stream_endpoint_connect_to_controlling_changed (gpointer proxy,
    tp_cli_call_stream_endpoint_signal_callback_controlling_changed callback,
    gpointer user_data,
    GDestroyNotify destroy,
    GObject *weak_object,
    GError **error);

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

TpProxyPendingCall *tp_cli_call_stream_endpoint_call_set_selected_candidate_pair (gpointer proxy,
    gint timeout_ms,
    const GValueArray *in_Local_Candidate,
    const GValueArray *in_Remote_Candidate,
    tp_cli_call_stream_endpoint_callback_for_set_selected_candidate_pair callback,
    gpointer user_data,
    GDestroyNotify destroy,
    GObject *weak_object);


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

TpProxyPendingCall *tp_cli_call_stream_endpoint_call_set_endpoint_state (gpointer proxy,
    gint timeout_ms,
    guint in_Component,
    guint in_State,
    tp_cli_call_stream_endpoint_callback_for_set_endpoint_state callback,
    gpointer user_data,
    GDestroyNotify destroy,
    GObject *weak_object);


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

TpProxyPendingCall *tp_cli_call_stream_endpoint_call_accept_selected_candidate_pair (gpointer proxy,
    gint timeout_ms,
    const GValueArray *in_Local_Candidate,
    const GValueArray *in_Remote_Candidate,
    tp_cli_call_stream_endpoint_callback_for_accept_selected_candidate_pair callback,
    gpointer user_data,
    GDestroyNotify destroy,
    GObject *weak_object);


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

TpProxyPendingCall *tp_cli_call_stream_endpoint_call_reject_selected_candidate_pair (gpointer proxy,
    gint timeout_ms,
    const GValueArray *in_Local_Candidate,
    const GValueArray *in_Remote_Candidate,
    tp_cli_call_stream_endpoint_callback_for_reject_selected_candidate_pair callback,
    gpointer user_data,
    GDestroyNotify destroy,
    GObject *weak_object);


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

TpProxyPendingCall *tp_cli_call_stream_endpoint_call_set_controlling (gpointer proxy,
    gint timeout_ms,
    gboolean in_Controlling,
    tp_cli_call_stream_endpoint_callback_for_set_controlling callback,
    gpointer user_data,
    GDestroyNotify destroy,
    GObject *weak_object);


G_END_DECLS