Struct
CamelFolderQuotaInfo
since: 2.24
Description
struct CamelFolderQuotaInfo {
gchar* name;
guint64 used;
guint64 total;
_CamelFolderQuotaInfo* next;
}
No description available.
Structure members
name:gchar*Name, aka identification, of the quota type.
used:guint64How many bytes is currently in use.
total:guint64What is the maximum quota to use.
next:_CamelFolderQuotaInfo*A reference to a follwing
CamelFolderQuotaInfo.
Available since: 2.24