Method

MsgDriveItemset_name

Declaration [src]

void
msg_drive_item_set_name (
  MsgDriveItem* self,
  const char* name
)

Description [src]

Sets name of drive item.

Parameters

name

Type: const char*

New name of drive item.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.