/usr/include/itl/itl-gobject-enums.h is in libitl-gobject-dev 0.2-1.
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 | /* Generated data (by glib-mkenums) */
#if !defined(ITL_GOBJECT_INSIDE) && !defined(ITL_GOBJECT_COMPILATION)
#error "Only <st/st.h> can be included directly.h"
#endif
#ifndef __ST_ENUM_TYPES_H__
#define __ST_ENUM_TYPES_H__
#include <glib-object.h>
G_BEGIN_DECLS
/* enumerations from "itl-gobject.h" */
GType itl_mathhab_get_type (void) G_GNUC_CONST;
#define ITL_TYPE_MATHHAB (itl_mathhab_get_type())
GType itl_round_method_get_type (void) G_GNUC_CONST;
#define ITL_TYPE_ROUND_METHOD (itl_round_method_get_type())
GType itl_method_get_type (void) G_GNUC_CONST;
#define ITL_TYPE_METHOD (itl_method_get_type())
GType itl_extreme_method_get_type (void) G_GNUC_CONST;
#define ITL_TYPE_EXTREME_METHOD (itl_extreme_method_get_type())
G_END_DECLS
#endif /* !__ST_ENUM_TYPES_H__ */
/* Generated data ends here */
|