diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-10 01:19:41 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-18 16:19:58 -0700 |
commit | 3db4dce57f7ee0f11832921d79c6416bbfce9b78 (patch) | |
tree | d9aa9742c3e6219166a478eb1c55bbbba161b118 /pango/pango-item.h | |
parent | 48c5b52c944be0083a6c35caea86d186175b1640 (diff) | |
download | pango-3db4dce57f7ee0f11832921d79c6416bbfce9b78.tar.gz |
Document engines as unused
Diffstat (limited to 'pango/pango-item.h')
-rw-r--r-- | pango/pango-item.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-item.h b/pango/pango-item.h index 55be4c67..2a7bcb2a 100644 --- a/pango/pango-item.h +++ b/pango/pango-item.h @@ -52,8 +52,8 @@ typedef struct _PangoItem PangoItem; /** * PangoAnalysis: - * @shape_engine: the engine for doing rendering-system-dependent processing. - * @lang_engine: the engine for doing rendering-system-independent processing. + * @shape_engine: unused + * @lang_engine: unused * @font: the font for this segment. * @level: the bidirectional level for this segment. * @gravity: the glyph orientation for this segment (A #PangoGravity). |