summaryrefslogtreecommitdiff
path: root/src/cairo-xcb.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-05-24 16:08:39 +0000
committerCarl Worth <cworth@cworth.org>2005-05-24 16:08:39 +0000
commit17a5c3a3daef92ee1702edd4ca007590d5606ae6 (patch)
tree3913db84a61b504d2cf1d5f2008aa3b10aeb3aa2 /src/cairo-xcb.h
parentd41465d89a4df689d56d4a6cf06d6615ddf1b3ce (diff)
downloadcairo-17a5c3a3daef92ee1702edd4ca007590d5606ae6.tar.gz
Re-synch with latest from gtk-doc CVS tree.
Add --only-section-tmpl option so that changes to inline documentation does not lead to churn in the .sgml template files. Commit new templates now that gtk-doc has ripped all the inline portions out. New template files added for new sections. Update to match current API. Make parameter names match those in the .c file and its documentation.
Diffstat (limited to 'src/cairo-xcb.h')
-rw-r--r--src/cairo-xcb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-xcb.h b/src/cairo-xcb.h
index 57a7aebd1..17dfafa02 100644
--- a/src/cairo-xcb.h
+++ b/src/cairo-xcb.h
@@ -47,7 +47,7 @@ CAIRO_BEGIN_DECLS
cairo_surface_t *
cairo_xcb_surface_create (XCBConnection *c,
- XCBDRAWABLE pixmap,
+ XCBDRAWABLE drawable,
XCBVISUALTYPE *visual,
int width,
int height);