[pango] Add missing G_DEPRECATED annotation



commit 9a3c401c704e6be92a980f7f893b814c37b7ba7a
Author: Khaled Hosny <khaledhosny eglug org>
Date:   Mon Apr 13 23:30:11 2015 +0200

    Add missing G_DEPRECATED annotation

 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 ba8f988..1af5372 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 */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]