diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2015-04-13 23:30:11 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2015-04-13 23:30:11 +0200 |
commit | 9a3c401c704e6be92a980f7f893b814c37b7ba7a (patch) | |
tree | fe3eef71a688051ddf8c90823c9c0c45a7b88394 /pango/pango-utils.h | |
parent | 487f0254ab31a71a79ff818e8d0afc85aeff7b9f (diff) | |
download | pango-9a3c401c704e6be92a980f7f893b814c37b7ba7a.tar.gz |
Add missing G_DEPRECATED annotation
Diffstat (limited to 'pango/pango-utils.h')
-rw-r--r-- | pango/pango-utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/pango-utils.h b/pango/pango-utils.h index ba8f9887..1af5372b 100644 --- a/pango/pango-utils.h +++ b/pango/pango-utils.h @@ -86,12 +86,14 @@ gboolean pango_parse_stretch (const char *str, * stored in the registry). The returned string should not be * g_free'd. */ +G_DEPRECATED const char * pango_get_sysconf_subdirectory (void) G_GNUC_PURE; /* Ditto for LIBDIR/pango. On Win32, use the same Pango * installation directory. This returned string should not be * g_free'd either. */ +G_DEPRECATED const char * pango_get_lib_subdirectory (void) G_GNUC_PURE; #endif /* PANGO_ENABLE_BACKEND */ |