ObjFW  Diff

Differences From Artifact [c5306f3b5d]:

To Artifact [942505065c]:


934
935
936
937
938
939
940
941

942
943
944

945
946
947
948
949
950
951
934
935
936
937
938
939
940

941
942
943

944
945
946
947
948
949
950
951







-
+


-
+







- (unsigned int)retainCount
{
	return OF_RETAIN_COUNT_MAX;
}
@end

@implementation OFDictionary (FileAttributes)
- (uintmax_t)fileSize
- (unsigned long long)fileSize
{
	return [attributeForKeyOrException(self, of_file_attribute_key_size)
	    uIntMaxValue];
	    unsignedLongLongValue];
}

- (of_file_type_t)fileType
{
	return attributeForKeyOrException(self, of_file_attribute_key_type);
}