]> Pileus Git - ~andy/gtk/commitdiff
Remove references to deprecated functions. (#460207, Guillaume Cottenceau)
authorMatthias Clasen <mclasen@redhat.com>
Fri, 7 Sep 2007 03:18:53 +0000 (03:18 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 7 Sep 2007 03:18:53 +0000 (03:18 +0000)
2007-09-06  Matthias Clasen  <mclasen@redhat.com>

        * gdk-pixbuf/porting-from-imlib.sgml:
        * gdk/tmpl/rgb.sgml: Remove references to deprecated
        functions.  (#460207, Guillaume Cottenceau)

svn path=/trunk/; revision=18741

docs/reference/ChangeLog
docs/reference/gdk-pixbuf/porting-from-imlib.sgml
docs/reference/gdk/tmpl/rgb.sgml

index 20a321c843d53c007d3bd4485515a14fbb6730e0..d5065d2e6c7227e93ad2ae2a7620486fb394e29c 100644 (file)
@@ -1,3 +1,9 @@
+2007-09-06  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk-pixbuf/porting-from-imlib.sgml:
+       * gdk/tmpl/rgb.sgml: Remove references to deprecated
+       functions.  (#460207, Guillaume Cottenceau)
+
 2007-09-06  Matthias Clasen  <mclasen@redhat.com>
        
        * gdk/tmpl/windows.sgml: Correct the example widget for
index c3901533354d738d36aa59db3dbb086425dd93b7..2234a711abee42cf18d9d850ec42bf45a8381bd0 100644 (file)
          In contrast, &gdk-pixbuf; provides convenience functions to
          render arbitrary rectangular regions of an image onto a
          drawable that your application provides.  You can use
-         <function>gdk_pixbuf_render_to_drawable()</function> or
-         <function>gdk_pixbuf_render_to_drawable_alpha()</function>
-         to do this; having your application provide the destination
-         drawable and specify an arbitrary region means your
-         application has complete control over the way images are
-         rendered.
+         <function>gdk_draw_pixbuf()</function> to do this; having
+          your application provide the destination drawable and
+         specify an arbitrary region means your application has
+          complete control over the way images are rendered.
        </para>
 
        <para>
index d5c1fcdd8b610058b0119d8b31d58413df8b5d1a..000f2ce0274bd9fa4af2ddd2ebdeef8d57f9c5c0 100644 (file)
@@ -12,7 +12,7 @@ colormap images to a #GdkDrawable. It does this as efficiently as
 possible, handling issues such as colormaps, visuals, dithering,
 temporary buffers, and so on. Most code should use the higher-level
 #GdkPixbuf features in place of this module; for example,
-gdk_pixbuf_render_to_drawable() uses GdkRGB in its implementation.
+gdk_draw_pixbuf() uses GdkRGB in its implementation.
 </para>
 
 <para>
@@ -114,7 +114,7 @@ colors.</para></listitem>
 </varlistentry>
 
 <varlistentry>
-<term>#GdkPixbuf and gdk_pixbuf_render_to_drawable()</term>
+<term>#GdkPixbuf and gdk_draw_pixbuf()</term>
 <listitem><para>Higher-level image handling.</para></listitem>
 </varlistentry>