Cairo__FontOptions.st
changeset 63 054f0513ea65
parent 43 1006839761af
child 88 9d51db2ba641
--- a/Cairo__FontOptions.st	Sat Mar 05 20:22:21 2016 +0000
+++ b/Cairo__FontOptions.st	Mon Mar 21 22:28:05 2016 +0000
@@ -233,6 +233,18 @@
     CPrimitives cairo_font_options_destroy: self.
 
     "Modified: / 17-02-2016 / 20:29:13 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+reference
+    "Increases the reference count on the receiver by one. This prevents the
+     receiver from being destroyed until a matching call to #destroy is made.
+     
+     This method must be called whenever Cairo documentation says so,
+     check comment on return value for methods returning a Cairo object"
+
+    "/ Nothing, FontOptions are not refcounted
+
+    "Modified: / 05-03-2016 / 10:32:34 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !FontOptions class methodsFor:'documentation'!