diff -r 475e93b10c8f -r 1006839761af Cairo__FontFace.st --- a/Cairo__FontFace.st Tue Feb 23 10:36:57 2016 +0000 +++ b/Cairo__FontFace.st Tue Feb 23 16:58:27 2016 +0000 @@ -77,11 +77,21 @@ !FontFace methodsFor:'accessing'! referenceCount - "Return value or reference counter" + "Return value of reference counter" ^ CPrimitives cairo_font_face_get_reference_count: self "Modified: / 17-02-2016 / 19:54:07 / Jan Vrany " + "Modified (comment): / 23-02-2016 / 10:49:38 / Jan Vrany " +! + +status + "Checks whether an error has previously occurred for this object. + See Cairo::Status pool for possible values." + + ^ CPrimitives cairo_font_face_status: self + + "Modified: / 23-02-2016 / 10:50:05 / Jan Vrany " ! type