diff options
author | Benjamin Otte <otte@redhat.com> | 2015-05-28 16:54:03 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2015-05-28 16:54:03 +0200 |
commit | 9df707da223f081475737829b2fadc253fead9ee (patch) | |
tree | 21dc42bf71a8bb8b18552835d79da8828cf50f1f /gtk/queryimmodules.c | |
parent | d921a4fe84eb81d2ef8014fa21bc8f7c8cf2a6fd (diff) | |
download | gtk+-9df707da223f081475737829b2fadc253fead9ee.tar.gz |
gtk: Add deprecation guards for newest pango deprecations
Diffstat (limited to 'gtk/queryimmodules.c')
-rw-r--r-- | gtk/queryimmodules.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/queryimmodules.c b/gtk/queryimmodules.c index 58ebe5c2f8..155be81a38 100644 --- a/gtk/queryimmodules.c +++ b/gtk/queryimmodules.c @@ -190,7 +190,9 @@ G_GNUC_END_IGNORE_DEPRECATIONS g_string_append_printf (contents, "# ModulesPath = %s\n#\n", path); +G_GNUC_BEGIN_IGNORE_DEPRECATIONS dirs = pango_split_file_list (path); +G_GNUC_END_IGNORE_DEPRECATIONS dirs_done = g_hash_table_new_full (g_str_hash, g_str_equal, NULL, NULL); for (i = 0; dirs[i]; i++) |