This file is indexed.

/usr/include/farstream-0.2/farstream/fs-enumtypes.h is in libfarstream-0.2-dev 0.2.8-4.1~build1.

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
/* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */

#ifndef __FS_ENUM_TYPES_H__
#define __FS_ENUM_TYPES_H__

#include <glib-object.h>

G_BEGIN_DECLS

/* enumerations from "fs-candidate.h" */
GType fs_candidate_type_get_type (void);
#define FS_TYPE_CANDIDATE_TYPE (fs_candidate_type_get_type())
GType fs_network_protocol_get_type (void);
#define FS_TYPE_NETWORK_PROTOCOL (fs_network_protocol_get_type())
GType fs_component_type_get_type (void);
#define FS_TYPE_COMPONENT_TYPE (fs_component_type_get_type())

/* enumerations from "fs-codec.h" */
GType fs_media_type_get_type (void);
#define FS_TYPE_MEDIA_TYPE (fs_media_type_get_type())

/* enumerations from "fs-conference.h" */
GType fs_error_get_type (void);
#define FS_TYPE_ERROR (fs_error_get_type())

/* enumerations from "fs-session.h" */
GType fs_dtmf_event_get_type (void);
#define FS_TYPE_DTMF_EVENT (fs_dtmf_event_get_type())
GType fs_dtmf_method_get_type (void);
#define FS_TYPE_DTMF_METHOD (fs_dtmf_method_get_type())

/* enumerations from "fs-stream.h" */
GType fs_stream_direction_get_type (void);
#define FS_TYPE_STREAM_DIRECTION (fs_stream_direction_get_type())
GType fs_stream_state_get_type (void);
#define FS_TYPE_STREAM_STATE (fs_stream_state_get_type())
G_END_DECLS

#endif /* __FS_ENUM_TYPES_H__ */

/* Generated data ends here */