/usr/include/totem-pl-parser/1/plparser/totem-pl-parser-builtins.h is in libtotem-plparser-dev 3.26.0-1ubuntu2.
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 | /* Generated data (by glib-mkenums) */
#ifndef __TOTEM_PL_PARSER_BUILTINS_H__
#define __TOTEM_PL_PARSER_BUILTINS_H__
#include <glib-object.h>
G_BEGIN_DECLS
/* enumerations from "totem-pl-parser.h" */
GType totem_pl_parser_result_get_type (void) G_GNUC_CONST;
#define TOTEM_TYPE_PL_PARSER_RESULT (totem_pl_parser_result_get_type ())
GType totem_pl_parser_type_get_type (void) G_GNUC_CONST;
#define TOTEM_TYPE_PL_PARSER_TYPE (totem_pl_parser_type_get_type ())
GType totem_pl_parser_error_get_type (void) G_GNUC_CONST;
#define TOTEM_TYPE_PL_PARSER_ERROR (totem_pl_parser_error_get_type ())
G_END_DECLS
#endif /* __TOTEM_PL_PARSER_BUILTINS_H__ */
/* Generated data ends here */
|