summaryrefslogtreecommitdiff
path: root/pango/pango-engine.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2015-04-05 12:42:54 -0700
committerBehdad Esfahbod <behdad@behdad.org>2015-04-05 12:42:54 -0700
commit6763f38c4c0de135b0839eb74d9ac7d5e7fafec6 (patch)
tree6bbbc99a7a03a90f43e84f318e447ad58900cc5e /pango/pango-engine.c
parent4e5e6cf3946846c0cbdb449314473acafce7947a (diff)
downloadpango-6763f38c4c0de135b0839eb74d9ac7d5e7fafec6.tar.gz
Remove gmodule dependency and deprecate some more symbols
Diffstat (limited to 'pango/pango-engine.c')
-rw-r--r--pango/pango-engine.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/pango/pango-engine.c b/pango/pango-engine.c
index 6634ff04..777132b7 100644
--- a/pango/pango-engine.c
+++ b/pango/pango-engine.c
@@ -37,6 +37,8 @@
* script_engine_create(). The latter three functions are used when
* creating engines from the module at run time, while the first
* function is used when building a catalog of all available modules.
+ *
+ * Deprecated: 1.37
*/
/**
* SECTION:pango-engine-lang
@@ -47,6 +49,8 @@
* The <firstterm>language engines</firstterm> are rendering-system independent
* engines that determine line, word, and character breaks for character strings.
* These engines are used in pango_break().
+ *
+ * Deprecated: 1.37
*/
/**
* SECTION:pango-engine-shape
@@ -57,6 +61,8 @@
* The <firstterm>shape engines</firstterm> are rendering-system dependent
* engines that convert character strings into glyph strings.
* These engines are used in pango_shape().
+ *
+ * Deprecated: 1.37
*/
#include "config.h"
@@ -97,7 +103,6 @@ pango_engine_shape_real_covers (PangoEngineShape *engine G_GNUC_UNUSED,
PangoLanguage *language,
gunichar wc)
{
-
PangoCoverage *coverage = pango_font_get_coverage (font, language);
PangoCoverageLevel result = pango_coverage_get (coverage, wc);