Cairo__FontFace.st
changeset 20 18a3e6b5f310
parent 12 e5f0c18af8a9
child 23 38ee47dbd976
--- a/Cairo__FontFace.st	Wed Jun 20 06:37:21 2012 +0000
+++ b/Cairo__FontFace.st	Sun Sep 21 00:44:10 2014 +0100
@@ -72,7 +72,7 @@
 
 primDestroy: font_face 
 
-	<cdecl: void "cairo_font_face_destroy" ( Cairo::FontFace ) >
+	<cdecl: const void "cairo_font_face_destroy" ( Cairo::FontFace ) >
 	self primitiveFailed
 
     "Modified: / 10-09-2008 / 18:19:54 / Jan Vrany <vranyj1@fel.cvut.cz>"
@@ -80,7 +80,7 @@
 
 primFtFontFaceCreateForFtFace: face loadFlags: load_flags 
 
-	<cdecl: Cairo::FontFace "cairo_ft_font_face_create_for_ft_face" ( pointer int32 ) >
+	<cdecl: const Cairo::FontFace "cairo_ft_font_face_create_for_ft_face" ( pointer int32 ) >
 	self primitiveFailed
 
     "Created: / 10-07-2008 / 23:05:54 / Jan Vrany <vranyj1@fel.cvut.cz>"
@@ -88,7 +88,7 @@
 
 primFtFontFaceCreateForPattern: pattern 
 
-	<cdecl: Cairo::FontFace "cairo_ft_font_face_create_for_pattern" ( pointer ) >
+	<cdecl: const Cairo::FontFace "cairo_ft_font_face_create_for_pattern" ( pointer ) >
 	self primitiveFailed
 
     "Created: / 10-07-2008 / 23:05:54 / Jan Vrany <vranyj1@fel.cvut.cz>"
@@ -96,7 +96,7 @@
 
 primGetReferenceCount: font_face 
 
-	<cdecl: uint32 "cairo_font_face_get_reference_count" ( Cairo::FontFace ) >
+	<cdecl: const uint32 "cairo_font_face_get_reference_count" ( Cairo::FontFace ) >
 	self primitiveFailed
 
     "Modified: / 10-09-2008 / 18:19:55 / Jan Vrany <vranyj1@fel.cvut.cz>"
@@ -104,7 +104,7 @@
 
 primGetType: font_face 
 
-	<cdecl: int32 "cairo_font_face_get_type" ( Cairo::FontFace ) >
+	<cdecl: const int32 "cairo_font_face_get_type" ( Cairo::FontFace ) >
 	self primitiveFailed
 
     "Modified: / 10-09-2008 / 18:19:55 / Jan Vrany <vranyj1@fel.cvut.cz>"
@@ -112,7 +112,7 @@
 
 primGetUserData: font_face key: key 
 
-	<cdecl: pointer "cairo_font_face_get_user_data" ( Cairo::FontFace Cairo::UserDataKey ) >
+	<cdecl: const pointer "cairo_font_face_get_user_data" ( Cairo::FontFace Cairo::UserDataKey ) >
 	self primitiveFailed
 
     "Modified: / 10-09-2008 / 18:19:55 / Jan Vrany <vranyj1@fel.cvut.cz>"
@@ -120,7 +120,7 @@
 
 primReference: font_face 
 
-	<cdecl: Cairo::FontFace "cairo_font_face_reference" ( Cairo::FontFace ) >
+	<cdecl: const Cairo::FontFace "cairo_font_face_reference" ( Cairo::FontFace ) >
 	self primitiveFailed
 
     "Modified: / 10-09-2008 / 18:19:54 / Jan Vrany <vranyj1@fel.cvut.cz>"
@@ -128,7 +128,7 @@
 
 primSetUserData: font_face key: key userData: user_data destroy: destroy 
 
-	<cdecl: int32 "cairo_font_face_set_user_data" ( Cairo::FontFace Cairo::UserDataKey pointer pointer ) >
+	<cdecl: const int32 "cairo_font_face_set_user_data" ( Cairo::FontFace Cairo::UserDataKey pointer pointer ) >
 	self primitiveFailed
 
     "Modified: / 10-09-2008 / 18:19:54 / Jan Vrany <vranyj1@fel.cvut.cz>"
@@ -136,7 +136,7 @@
 
 primStatus: font_face 
 
-	<cdecl: int32 "cairo_font_face_status" ( Cairo::FontFace ) >
+	<cdecl: const int32 "cairo_font_face_status" ( Cairo::FontFace ) >
 	self primitiveFailed
 
     "Modified: / 10-09-2008 / 18:19:55 / Jan Vrany <vranyj1@fel.cvut.cz>"