get_drive_info


Description:

[ Version ( deprecated = true , deprecated_since = "2.1" ) ]
public void get_drive_info (Drive drive, out string out_name, out string out_description, out Icon out_drive_icon, out string out_media_description, out Icon out_media_icon)

Warning: get_drive_info is deprecated since 2.1.

Gets information about a Drive object that is suitable to present in an user interface.

Note:

Use get_object_info instead.

The returned strings are localized.

Parameters:

this

A Client.

drive

A Drive.

out_name

Return location for name or null.

out_description

Return location for description or null.

out_drive_icon

Return location for icon representing the drive or null.

out_media_description

Return location for description of the media or null.

out_media_icon

Return location for icon representing the media or null.