[cairo-commit] cairo/src cairo-font.c, 1.75, 1.76 cairo-xlib-surface.c, 1.115, 1.116

Billy Biggs commit at pdx.freedesktop.org
Tue Aug 23 21:36:11 PDT 2005


Committed by: vektor

Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv2465/src

Modified Files:
	cairo-font.c cairo-xlib-surface.c 
Log Message:
	* doc/public/tmpl/cairo-image.sgml: Add a long description.
	* doc/public/tmpl/cairo.sgml: Fix a typo.
	* src/cairo-font.c: Document the return value of
	cairo_scaled_font_reference().
	* src/cairo-xlib-surface.c: Document the width and height
	parameters of cairo_xlib_surface_set_drawable().



Index: cairo-font.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-font.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- cairo-font.c	23 Aug 2005 21:51:57 -0000	1.75
+++ cairo-font.c	24 Aug 2005 04:36:08 -0000	1.76
@@ -756,6 +756,8 @@
  * Increases the reference count on @scaled_font by one. This prevents
  * @scaled_font from being destroyed until a matching call to
  * cairo_scaled_font_destroy() is made.
+ *
+ * Returns: the referenced #cairo_scaled_font_t
  **/
 cairo_scaled_font_t *
 cairo_scaled_font_reference (cairo_scaled_font_t *scaled_font)

Index: cairo-xlib-surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-xlib-surface.c,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- cairo-xlib-surface.c	23 Aug 2005 03:43:23 -0000	1.115
+++ cairo-xlib-surface.c	24 Aug 2005 04:36:08 -0000	1.116
@@ -1830,6 +1830,8 @@
  * cairo_xlib_surface_set_drawable:
  * @surface: a #cairo_surface_t for the XLib backend
  * @drawable: the new drawable for the surface
+ * @width: the width of the new drawable
+ * @height: the height of the new drawable
  * 
  * Informs cairo of a new X Drawable underlying the
  * surface. The drawable must match the display, screen



More information about the cairo-commit mailing list