summaryrefslogtreecommitdiff
path: root/pango/modules.c
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2015-05-17 12:28:30 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2015-05-17 12:28:30 +0200
commitef54df4895e1dfebbaa95c92114e8258dc18eda2 (patch)
tree68295675f407c5e34593030c0b18da1dfa413048 /pango/modules.c
parentc2f0c7b73942721d1ab04a223ed0d75178973f7d (diff)
downloadpango-ef54df4895e1dfebbaa95c92114e8258dc18eda2.tar.gz
Fix other used of “Deprecated: 1.38”
Follow-up of the previous commit.
Diffstat (limited to 'pango/modules.c')
-rw-r--r--pango/modules.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/modules.c b/pango/modules.c
index 4705979b..8d2686d3 100644
--- a/pango/modules.c
+++ b/pango/modules.c
@@ -41,7 +41,7 @@
*
* Return value: %NULL.
*
- * Deprecated: 1.37
+ * Deprecated: 1.38
**/
PangoMap *
pango_find_map (PangoLanguage *language G_GNUC_UNUSED,
@@ -60,7 +60,7 @@ pango_find_map (PangoLanguage *language G_GNUC_UNUSED,
*
* Return value: %NULL.
*
- * Deprecated: 1.37
+ * Deprecated: 1.38
**/
PangoEngine *
pango_map_get_engine (PangoMap *map G_GNUC_UNUSED,
@@ -81,7 +81,7 @@ pango_map_get_engine (PangoMap *map G_GNUC_UNUSED,
* Do not use. Does not do anything.
*
* Since: 1.4
- * Deprecated: 1.37
+ * Deprecated: 1.38
**/
void
pango_map_get_engines (PangoMap *map G_GNUC_UNUSED,
@@ -101,7 +101,7 @@ pango_map_get_engines (PangoMap *map G_GNUC_UNUSED,
*
* Do not use. Does not do anything.
*
- * Deprecated: 1.37
+ * Deprecated: 1.38
**/
void
pango_module_register (PangoIncludedModule *module G_GNUC_UNUSED)