diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2016-06-06 23:44:26 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2016-06-29 17:32:00 +0800 |
commit | ce097c062ea079bf7888d2b2f1f7b17d34f976b6 (patch) | |
tree | 7727f8b7d82acd0c4e2f09ef911bbb4bc8805a11 /pango/pango-modules.h | |
parent | 57964efb280369db2731bfc070f3e73c9a860d18 (diff) | |
download | pango-ce097c062ea079bf7888d2b2f1f7b17d34f976b6.tar.gz |
Decorate the symbols in the headers with version macros
From the last commit, decorate all the symbols with the version
macros. Also add the version macros in the docs.
https://bugzilla.gnome.org/show_bug.cgi?id=767587
Diffstat (limited to 'pango/pango-modules.h')
-rw-r--r-- | pango/pango-modules.h | 8 |
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 */ |