Class

MsgDriveItemFile

Description

final class Msg.DriveItemFile : Msg.DriveItem
{
  /* No available fields */
}
No description available.

Ancestors

Constructors

msg_drive_item_file_new

Creates a new MsgDriveItemFile.

msg_drive_item_file_new_from_json

Creates a new MsgDriveItemFile from json response object.

Instance methods

msg_drive_item_file_get_mime_type

Gets mime type of drive item file.

msg_drive_item_file_get_thumbnail_uri

Gets thumbnail uri of drive item file.

Methods inherited from MsgDriveItem (13)
msg_drive_item_get_created

Get created time of drive item.

msg_drive_item_get_drive_id

Gets drive id of drive item.

msg_drive_item_get_etag

Gets etag of drive item.

msg_drive_item_get_id

Get id of drive item.

msg_drive_item_get_modified

Gets modified time of drive item.

msg_drive_item_get_name

Gets name of drive item.

msg_drive_item_get_parent_id

Gets parent id of drive item.

msg_drive_item_get_size

Gets size of drive item.

msg_drive_item_get_user

Gets user of drive item.

msg_drive_item_is_shared

Gets whether item is shared.

msg_drive_item_set_id

Sets id of drive item.

msg_drive_item_set_name

Sets name of drive item.

msg_drive_item_set_parent_id

Set parent id of drive item.

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.

Class structure

struct MsgDriveItemFileClass {
  MsgDriveItemClass parent_class;
  
}
No description available.
Class members
parent_class: MsgDriveItemClass
No description available.