summaryrefslogtreecommitdiff
path: root/src/cairo-pdf.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-09-07 16:31:22 +0000
committerCarl Worth <cworth@cworth.org>2005-09-07 16:31:22 +0000
commit63c208d83d4a6e66ee2b15af8e1cd92ed67626b9 (patch)
tree067c66d5e427e2f46cf764743d5e824f2e9cbab4 /src/cairo-pdf.h
parent05c0c98aee3c67f7a708ad9bfb248ae5c4066312 (diff)
downloadcairo-63c208d83d4a6e66ee2b15af8e1cd92ed67626b9.tar.gz
Give cairo_public an empty definition by default.
Add new cairo_public macro before every public function call prototype.
Diffstat (limited to 'src/cairo-pdf.h')
-rw-r--r--src/cairo-pdf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cairo-pdf.h b/src/cairo-pdf.h
index 61bf7a841..d611fb2ca 100644
--- a/src/cairo-pdf.h
+++ b/src/cairo-pdf.h
@@ -43,18 +43,18 @@
CAIRO_BEGIN_DECLS
-cairo_surface_t *
+cairo_public cairo_surface_t *
cairo_pdf_surface_create (const char *filename,
double width_in_points,
double height_in_points);
-cairo_surface_t *
+cairo_public cairo_surface_t *
cairo_pdf_surface_create_for_stream (cairo_write_func_t write_func,
void *closure,
double width_in_points,
double height_in_points);
-void
+cairo_public void
cairo_pdf_surface_set_dpi (cairo_surface_t *surface,
double x_dpi,
double y_dpi);