diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2015-05-17 12:28:30 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2015-05-17 12:28:30 +0200 |
commit | ef54df4895e1dfebbaa95c92114e8258dc18eda2 (patch) | |
tree | 68295675f407c5e34593030c0b18da1dfa413048 /pango/pango-engine.c | |
parent | c2f0c7b73942721d1ab04a223ed0d75178973f7d (diff) | |
download | pango-ef54df4895e1dfebbaa95c92114e8258dc18eda2.tar.gz |
Fix other used of “Deprecated: 1.38”
Follow-up of the previous commit.
Diffstat (limited to 'pango/pango-engine.c')
-rw-r--r-- | pango/pango-engine.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pango-engine.c b/pango/pango-engine.c index f2797e48..3f3a3c3b 100644 --- a/pango/pango-engine.c +++ b/pango/pango-engine.c @@ -38,7 +38,7 @@ * 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 + * Deprecated: 1.38 */ /** * SECTION:pango-engine-lang @@ -50,7 +50,7 @@ * engines that determine line, word, and character breaks for character strings. * These engines are used in pango_break(). * - * Deprecated: 1.37 + * Deprecated: 1.38 */ /** * SECTION:pango-engine-shape @@ -62,7 +62,7 @@ * engines that convert character strings into glyph strings. * These engines are used in pango_shape(). * - * Deprecated: 1.37 + * Deprecated: 1.38 */ #include "config.h" |