docs: Add paragraph about GdkRegion replacement in GTK3

https://bugzilla.gnome.org/show_bug.cgi?id=613284
This commit is contained in:
Benjamin Otte 2010-08-10 18:25:25 +02:00
parent e8915ae422
commit 9d2f8f5098

View File

@ -82,6 +82,11 @@ Defines the position and size of a rectangle.
<para>
A GdkRegion represents a set of pixels on the screen.
</para>
<para>
In GTK3, #GdkRegion will be replaced by #cairo_region_t. All the functions
listed in this section will go away and you will have to use the relevant
Cairo functions. The conversion can be done using simple serch and replace.
</para>
<!-- ##### FUNCTION gdk_region_new ##### -->