summaryrefslogtreecommitdiff
path: root/src/cairo_ps.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/cairo_ps.mli')
-rw-r--r--src/cairo_ps.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cairo_ps.mli b/src/cairo_ps.mli
index 7a8eac2..da8b0f0 100644
--- a/src/cairo_ps.mli
+++ b/src/cairo_ps.mli
@@ -10,10 +10,10 @@
type surface = [`Any|`PS] Cairo.surface
-external surface_create :
- string ->
+val surface_create_for_channel :
+ out_channel ->
width_in_points:float ->
- height_in_points:float -> surface = "ml_cairo_ps_surface_create"
+ height_in_points:float -> surface
external surface_create_for_stream :
(string -> unit) ->