aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-07-24 16:50:55 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-07-24 16:50:55 +0000
commitdb630be26eb656bb0f12b7d63a3fefc7de636712 (patch)
treee9c240790e51f78fac07bd8b79ed3aa01c657b44 /tools
parentfbc58e738c5d21fd35385fdfb256086c4ca2f332 (diff)
Replace deprecated functions.
Udate comments in CheckAPIs git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38185 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tools')
-rwxr-xr-xtools/checkAPIs.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/checkAPIs.pl b/tools/checkAPIs.pl
index ab6baae7ad..7a101e548e 100755
--- a/tools/checkAPIs.pl
+++ b/tools/checkAPIs.pl
@@ -966,7 +966,7 @@ my %deprecatedGtkFunctions = (
'gdk_bitmap_create_from_data', 'W', #
'gdk_bitmap_ref', 'W', #
'gdk_bitmap_unref', 'W', #
- 'gdk_cairo_set_source_pixmap', 'W', #
+ 'gdk_cairo_set_source_pixmap', 'W', # deprecated since version 2.24. Use gdk_cairo_set_source_window() where appropriate(Since 2.24).
'gdk_char_height', 'W', #
'gdk_char_measure', 'W', #
'gdk_char_width', 'W', #
@@ -1014,7 +1014,7 @@ my %deprecatedGtkFunctions = (
'gdk_draw_layout_line_with_colors', 'W', #
'gdk_draw_layout_with_colors', 'W', #
'gdk_draw_line', 'W', #
- 'gdk_draw_lines', 'W', #
+ 'gdk_draw_lines', 'W', # deprecated since version 2.22. Use cairo_line_to() and cairo_stroke() instead.
'gdk_draw_pixbuf', 'W', # gdk_cairo_set_source_pixbuf() and cairo_paint() or cairo_rectangle() and cairo_fill() instead.
'gdk_draw_pixmap', 'W', # gdk_draw_drawable() (gdk_draw_drawable has been deprecated since version 2.22 )
'gdk_draw_point', 'W', #