summaryrefslogtreecommitdiff
path: root/pango/pango-modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-modules.h')
-rw-r--r--pango/pango-modules.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/pango-modules.h b/pango/pango-modules.h
index 97fb39e3..82230b6c 100644
--- a/pango/pango-modules.h
+++ b/pango/pango-modules.h
@@ -55,19 +55,19 @@ struct _PangoIncludedModule
PangoEngine *(*create) (const char *id);
};
-G_DEPRECATED
+PANGO_DEPRECATED_IN_1_38
PangoMap * pango_find_map (PangoLanguage *language,
guint engine_type_id,
guint render_type_id);
-G_DEPRECATED
+PANGO_DEPRECATED_IN_1_38
PangoEngine * pango_map_get_engine (PangoMap *map,
PangoScript script);
-G_DEPRECATED
+PANGO_DEPRECATED_IN_1_38
void pango_map_get_engines (PangoMap *map,
PangoScript script,
GSList **exact_engines,
GSList **fallback_engines);
-G_DEPRECATED
+PANGO_DEPRECATED_IN_1_38
void pango_module_register (PangoIncludedModule *module);
#endif /* PANGO_ENABLE_BACKEND */