Top | ![]() |
![]() |
![]() |
![]() |
goffset | gdata_documents_metadata_get_quota_total () |
goffset | gdata_documents_metadata_get_quota_used () |
GDataDocumentsMetadata is a subclass of GDataParsable to represent Google Drive service metadata.
For more details of Google Documents' GData API, see the
online documentation.goffset
gdata_documents_metadata_get_quota_total
(GDataDocumentsMetadata *self
);
Gets the “quota-total” property.
Since: 0.17.9
goffset
gdata_documents_metadata_get_quota_used
(GDataDocumentsMetadata *self
);
Gets the “quota-used” property.
Since: 0.17.9
typedef struct _GDataDocumentsMetadata GDataDocumentsMetadata;
All the fields in the GDataDocumentsMetadata structure are private and should never be accessed directly.
Since: 0.17.9
typedef struct { } GDataDocumentsMetadataClass;
All the fields in the GDataDocumentsMetadataClass structure are private and should never be accessed directly.
Since: 0.17.9
“quota-total”
property “quota-total” gint64
The user quota limit across all services. Measured in bytes.
Flags: Read
Allowed values: >= -1
Default value: 0
Since: 0.17.9
“quota-used”
property “quota-used” gint64
The amount of user quota used up across all services. Measured in bytes.
Flags: Read
Allowed values: >= 0
Default value: 0
Since: 0.17.9