[gtk+] tests: Add deprecation guards
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] tests: Add deprecation guards
- Date: Thu, 10 Jul 2014 17:05:21 +0000 (UTC)
commit 46462ee7c4b82dab7662eb14d55aa318ac6eba31
Author: Benjamin Otte <otte redhat com>
Date: Thu Jul 10 14:23:54 2014 +0200
tests: Add deprecation guards
... for newly deprecated gtk_icon_info_get_builtin_pixbuf()
tests/testicontheme.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tests/testicontheme.c b/tests/testicontheme.c
index 47c0e4b..216a398 100644
--- a/tests/testicontheme.c
+++ b/tests/testicontheme.c
@@ -202,8 +202,10 @@ main (int argc, char *argv[])
scale = atoi (argv[5]);
icon_info = gtk_icon_theme_lookup_icon_for_scale (icon_theme, argv[3], size, scale,
GTK_ICON_LOOKUP_USE_BUILTIN);
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
g_print ("icon for %s at %dx%d %dx is %s\n", argv[3], size, size, scale,
icon_info ? (gtk_icon_info_get_builtin_pixbuf (icon_info) ? "<builtin>" :
gtk_icon_info_get_filename (icon_info)) : "<none>");
+G_GNUC_END_IGNORE_DEPRECATIONS
if (icon_info)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]