[cairo-commit] cairo-ocaml/src cairo_lablgtk.mli,1.7,1.8

Olivier Andrieu commit at pdx.freedesktop.org
Tue Dec 13 14:44:16 PST 2005


Committed by: oandrieu

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

Modified Files:
	cairo_lablgtk.mli 
Log Message:
ocamldoc fix


Index: cairo_lablgtk.mli
===================================================================
RCS file: /cvs/cairo/cairo-ocaml/src/cairo_lablgtk.mli,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- cairo_lablgtk.mli	13 Dec 2005 22:42:02 -0000	1.7
+++ cairo_lablgtk.mli	13 Dec 2005 22:44:14 -0000	1.8
@@ -11,7 +11,7 @@
 (** These functions are available with GTK+ 2.8. 
     For older versions of GTK+, an implementation is provided, except for [region].
 
-    cf. {{:"http://developer.gnome.org/doc/API/2.0/gdk/gdk-Cairo-Interaction.html"}Cairo Interaction} in the GDK Reference Manual. *)
+    cf. {{:http://developer.gnome.org/doc/API/2.0/gdk/gdk-Cairo-Interaction.html}Cairo Interaction} in the GDK Reference Manual. *)
 
 external create           : [> `drawable] Gobject.obj -> Cairo.t = "ml_gdk_cairo_create"
 external set_source_color : Cairo.t -> Gdk.color -> unit = "ml_gdk_cairo_set_source_color"



More information about the cairo-commit mailing list