]> git.wh0rd.org - fontconfig.git/blobdiff - fontconfig/fontconfig.h
Add FcResultOutOfMemory to provide an accurate error when FcFontSetMatch
[fontconfig.git] / fontconfig / fontconfig.h
index 7ff6e97775f59c3af90168c94e7761da40ed733e..225ce7588e89540ba8ad7cd67fb07c3e5d630170 100644 (file)
@@ -185,7 +185,8 @@ typedef struct _FcConstant {
 } FcConstant;
 
 typedef enum _FcResult {
-    FcResultMatch, FcResultNoMatch, FcResultTypeMismatch, FcResultNoId
+    FcResultMatch, FcResultNoMatch, FcResultTypeMismatch, FcResultNoId,
+    FcResultOutOfMemory,
 } FcResult;
 
 typedef struct _FcPattern   FcPattern;