summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2015-04-13 23:30:11 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2015-04-13 23:30:11 +0200
commit9a3c401c704e6be92a980f7f893b814c37b7ba7a (patch)
treefe3eef71a688051ddf8c90823c9c0c45a7b88394
parent487f0254ab31a71a79ff818e8d0afc85aeff7b9f (diff)
downloadpango-9a3c401c704e6be92a980f7f893b814c37b7ba7a.tar.gz
Add missing G_DEPRECATED annotation
-rw-r--r--pango/pango-utils.h2
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 */