/usr/include/libgoffice-0.8/goffice/utils/go-pango-extras.h is in libgoffice-0.8-dev 0.8.17-3.
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 | #ifndef GO_PANGO_EXTRAS_H
#define GO_PANGO_EXTRAS_H
#include <pango/pango.h>
G_BEGIN_DECLS
void go_pango_attr_list_open_hole (PangoAttrList *tape, guint pos, guint len);
void go_pango_attr_list_erase (PangoAttrList *attrs, guint pos, guint len);
void go_pango_attr_list_unset (PangoAttrList *list,
gint start, gint end,
PangoAttrType type);
gboolean go_pango_attr_list_is_empty (const PangoAttrList *attrs);
G_END_DECLS
#endif /* GO_PANGO_EXTRAS_H */
|