Class

MsgDrive

since: 0

Description [src]

final class Msg.Drive : GObject.Object
{
  /* No available fields */
}

MsgDriveService is a subclass of MsgService for communicating with the MS Graph API.

Details: https://learn.microsoft.com/en-us/graph/api/resources/drive?view=graph-rest-1.0

Available since: 0

Ancestors

Constructors

msg_drive_new

Creates a new MsgDrive.

since: 0

msg_drive_new_from_json

Creates a new MsgDrive from json response object.

since: 0

Instance methods

msg_drive_get_created

Get created time of drive.

since: 0

msg_drive_get_drive_type

Gets the drive type of the drive.

since: 0

msg_drive_get_id

Gets the ID of the drive.

since: 0

msg_drive_get_modified

Gets the modified time of the drive.

since: 0

msg_drive_get_name

Gets tthe name of the drive.

since: 0

msg_drive_get_remaining

Gets the remaining size of the drive.

since: 0

msg_drive_get_total

Gets the total size of the drive.

since: 0

msg_drive_get_used

Gets the used size of the drive.

since: 0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

unstable since: 2.0

Class structure

struct MsgDriveClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.