This file is indexed.

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

G_BEGIN_DECLS

typedef struct _TpSvcAuthenticationTLSCertificate TpSvcAuthenticationTLSCertificate;

typedef struct _TpSvcAuthenticationTLSCertificateClass TpSvcAuthenticationTLSCertificateClass;

GType tp_svc_authentication_tls_certificate_get_type (void);
#define TP_TYPE_SVC_AUTHENTICATION_TLS_CERTIFICATE \
  (tp_svc_authentication_tls_certificate_get_type ())
#define TP_SVC_AUTHENTICATION_TLS_CERTIFICATE(obj) \
  (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_AUTHENTICATION_TLS_CERTIFICATE, TpSvcAuthenticationTLSCertificate))
#define TP_IS_SVC_AUTHENTICATION_TLS_CERTIFICATE(obj) \
  (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_AUTHENTICATION_TLS_CERTIFICATE))
#define TP_SVC_AUTHENTICATION_TLS_CERTIFICATE_GET_CLASS(obj) \
  (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_AUTHENTICATION_TLS_CERTIFICATE, TpSvcAuthenticationTLSCertificateClass))


typedef void (*tp_svc_authentication_tls_certificate_accept_impl) (TpSvcAuthenticationTLSCertificate *self,
    DBusGMethodInvocation *context);
void tp_svc_authentication_tls_certificate_implement_accept (TpSvcAuthenticationTLSCertificateClass *klass, tp_svc_authentication_tls_certificate_accept_impl impl);
static inline
/* this comment is to stop gtkdoc realising this is static */
void tp_svc_authentication_tls_certificate_return_from_accept (DBusGMethodInvocation *context);
static inline void
tp_svc_authentication_tls_certificate_return_from_accept (DBusGMethodInvocation *context)
{
  dbus_g_method_return (context);
}

typedef void (*tp_svc_authentication_tls_certificate_reject_impl) (TpSvcAuthenticationTLSCertificate *self,
    const GPtrArray *in_Rejections,
    DBusGMethodInvocation *context);
void tp_svc_authentication_tls_certificate_implement_reject (TpSvcAuthenticationTLSCertificateClass *klass, tp_svc_authentication_tls_certificate_reject_impl impl);
static inline
/* this comment is to stop gtkdoc realising this is static */
void tp_svc_authentication_tls_certificate_return_from_reject (DBusGMethodInvocation *context);
static inline void
tp_svc_authentication_tls_certificate_return_from_reject (DBusGMethodInvocation *context)
{
  dbus_g_method_return (context);
}

void tp_svc_authentication_tls_certificate_emit_accepted (gpointer instance);
void tp_svc_authentication_tls_certificate_emit_rejected (gpointer instance,
    const GPtrArray *arg_Rejections);


G_END_DECLS