Fix doc typos.

2007-06-01  Alp Toker  <alp.toker@collabora.co.uk>

	* gdk/gdkcairo.c (gdk_cairo_set_source_pixmap): Fix doc typos.


svn path=/trunk/; revision=17999
This commit is contained in:
Alp Toker 2007-06-01 05:10:50 +00:00 committed by Alp Toker
parent 405df7f7db
commit 5ffdc33df0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-06-01 Alp Toker <alp.toker@collabora.co.uk>
* gdk/gdkcairo.c (gdk_cairo_set_source_pixmap): Fix doc typos.
2007-05-31 Yevgen Muntyan <muntyan@tamu.edu>
* gtk/gtkstyle.c (get_insertion_cursor_gc): use text colors from

View File

@ -233,7 +233,7 @@ gdk_cairo_set_source_pixbuf (cairo_t *cr,
*
* Sets the given pixmap as the source pattern for the Cairo context.
* The pattern has an extend mode of %CAIRO_EXTEND_NONE and is aligned
* so that the origin of @pixbuf is @pixbuf_x, @pixbuf_y
* so that the origin of @pixmap is @pixmap_x, @pixmap_y
*
* Since: 2.10
**/