aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checkAPIs.pl
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-07-24 16:50:55 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-07-24 16:50:55 +0000
commit1c09e4a6945499a9038f58915c0a796bb71185c5 (patch)
treee9c240790e51f78fac07bd8b79ed3aa01c657b44 /tools/checkAPIs.pl
parentf34ec598897cd071ed9d1d9952a8cb1edf6ff669 (diff)
Replace deprecated functions.
Udate comments in CheckAPIs svn path=/trunk/; revision=38185
Diffstat (limited to 'tools/checkAPIs.pl')
-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', #