Camel.FolderQuotaInfo – camel-1.2 Reference Manual
Packages
camel-1.2
Camel
FolderQuotaInfo
FolderQuotaInfo
clone
free
name
next
total
used
FolderQuotaInfo
Object Hierarchy:
Description:
[
CCode
( copy_function =
"g_boxed_copy"
, free_function =
"g_boxed_free"
, type_id =
"camel_folder_quota_info_get_type ()"
) ]
[
Compact
]
[
Version
( since =
"2.24"
) ]
public
class
FolderQuotaInfo
Namespace:
Camel
Package:
camel-1.2
Content:
Creation methods:
public
FolderQuotaInfo
(
string
name,
uint64
used,
uint64
total)
Methods:
public
FolderQuotaInfo
clone
()
Makes a copy of the given info and all next-s.
public
void
free
()
Frees this and all next objects.
Fields:
public
string
name
public
FolderQuotaInfo
?
next
public
uint64
total
public
uint64
used