This file is indexed.

/usr/include/telepathy-1.0/telepathy-glib/_gen/tp-svc-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
#include <glib-object.h>
#include <dbus/dbus-glib.h>
#include <telepathy-glib/dbus-properties-mixin.h>

G_BEGIN_DECLS

typedef struct _TpSvcCallStreamEndpoint TpSvcCallStreamEndpoint;

typedef struct _TpSvcCallStreamEndpointClass TpSvcCallStreamEndpointClass;

GType tp_svc_call_stream_endpoint_get_type (void);
#define TP_TYPE_SVC_CALL_STREAM_ENDPOINT \
  (tp_svc_call_stream_endpoint_get_type ())
#define TP_SVC_CALL_STREAM_ENDPOINT(obj) \
  (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CALL_STREAM_ENDPOINT, TpSvcCallStreamEndpoint))
#define TP_IS_SVC_CALL_STREAM_ENDPOINT(obj) \
  (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CALL_STREAM_ENDPOINT))
#define TP_SVC_CALL_STREAM_ENDPOINT_GET_CLASS(obj) \
  (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CALL_STREAM_ENDPOINT, TpSvcCallStreamEndpointClass))


typedef void (*tp_svc_call_stream_endpoint_set_selected_candidate_pair_impl) (TpSvcCallStreamEndpoint *self,
    const GValueArray *in_Local_Candidate,
    const GValueArray *in_Remote_Candidate,
    DBusGMethodInvocation *context);
void tp_svc_call_stream_endpoint_implement_set_selected_candidate_pair (TpSvcCallStreamEndpointClass *klass, tp_svc_call_stream_endpoint_set_selected_candidate_pair_impl impl);
static inline
/* this comment is to stop gtkdoc realising this is static */
void tp_svc_call_stream_endpoint_return_from_set_selected_candidate_pair (DBusGMethodInvocation *context);
static inline void
tp_svc_call_stream_endpoint_return_from_set_selected_candidate_pair (DBusGMethodInvocation *context)
{
  dbus_g_method_return (context);
}

typedef void (*tp_svc_call_stream_endpoint_set_endpoint_state_impl) (TpSvcCallStreamEndpoint *self,
    guint in_Component,
    guint in_State,
    DBusGMethodInvocation *context);
void tp_svc_call_stream_endpoint_implement_set_endpoint_state (TpSvcCallStreamEndpointClass *klass, tp_svc_call_stream_endpoint_set_endpoint_state_impl impl);
static inline
/* this comment is to stop gtkdoc realising this is static */
void tp_svc_call_stream_endpoint_return_from_set_endpoint_state (DBusGMethodInvocation *context);
static inline void
tp_svc_call_stream_endpoint_return_from_set_endpoint_state (DBusGMethodInvocation *context)
{
  dbus_g_method_return (context);
}

typedef void (*tp_svc_call_stream_endpoint_accept_selected_candidate_pair_impl) (TpSvcCallStreamEndpoint *self,
    const GValueArray *in_Local_Candidate,
    const GValueArray *in_Remote_Candidate,
    DBusGMethodInvocation *context);
void tp_svc_call_stream_endpoint_implement_accept_selected_candidate_pair (TpSvcCallStreamEndpointClass *klass, tp_svc_call_stream_endpoint_accept_selected_candidate_pair_impl impl);
static inline
/* this comment is to stop gtkdoc realising this is static */
void tp_svc_call_stream_endpoint_return_from_accept_selected_candidate_pair (DBusGMethodInvocation *context);
static inline void
tp_svc_call_stream_endpoint_return_from_accept_selected_candidate_pair (DBusGMethodInvocation *context)
{
  dbus_g_method_return (context);
}

typedef void (*tp_svc_call_stream_endpoint_reject_selected_candidate_pair_impl) (TpSvcCallStreamEndpoint *self,
    const GValueArray *in_Local_Candidate,
    const GValueArray *in_Remote_Candidate,
    DBusGMethodInvocation *context);
void tp_svc_call_stream_endpoint_implement_reject_selected_candidate_pair (TpSvcCallStreamEndpointClass *klass, tp_svc_call_stream_endpoint_reject_selected_candidate_pair_impl impl);
static inline
/* this comment is to stop gtkdoc realising this is static */
void tp_svc_call_stream_endpoint_return_from_reject_selected_candidate_pair (DBusGMethodInvocation *context);
static inline void
tp_svc_call_stream_endpoint_return_from_reject_selected_candidate_pair (DBusGMethodInvocation *context)
{
  dbus_g_method_return (context);
}

typedef void (*tp_svc_call_stream_endpoint_set_controlling_impl) (TpSvcCallStreamEndpoint *self,
    gboolean in_Controlling,
    DBusGMethodInvocation *context);
void tp_svc_call_stream_endpoint_implement_set_controlling (TpSvcCallStreamEndpointClass *klass, tp_svc_call_stream_endpoint_set_controlling_impl impl);
static inline
/* this comment is to stop gtkdoc realising this is static */
void tp_svc_call_stream_endpoint_return_from_set_controlling (DBusGMethodInvocation *context);
static inline void
tp_svc_call_stream_endpoint_return_from_set_controlling (DBusGMethodInvocation *context)
{
  dbus_g_method_return (context);
}

void tp_svc_call_stream_endpoint_emit_remote_credentials_set (gpointer instance,
    const gchar *arg_Username,
    const gchar *arg_Password);
void tp_svc_call_stream_endpoint_emit_remote_candidates_added (gpointer instance,
    const GPtrArray *arg_Candidates);
void tp_svc_call_stream_endpoint_emit_candidate_pair_selected (gpointer instance,
    const GValueArray *arg_Local_Candidate,
    const GValueArray *arg_Remote_Candidate);
void tp_svc_call_stream_endpoint_emit_endpoint_state_changed (gpointer instance,
    guint arg_Component,
    guint arg_State);
void tp_svc_call_stream_endpoint_emit_controlling_changed (gpointer instance,
    gboolean arg_Controlling);


G_END_DECLS