FolderQuotaInfo
Description:
[ CCode ( has_construct_function = false ) ]
public FolderQuotaInfo (string name, uint64 used, uint64 total)
public FolderQuotaInfo (string name, uint64 used, uint64 total)
Parameters:
| name |
Name of the quota. |
| used |
Current usage of the quota. |
| total |
Total available size of the quota. |
Returns:
|
newly allocated FolderQuotaInfo structure with initialized values based on the parameters, with next member set to NULL. |