Method

MsgDriveItemset_id

Declaration [src]

void
msg_drive_item_set_id (
  MsgDriveItem* self,
  const char* id
)

Description [src]

Sets id of drive item.

Parameters

id const char*
 

New id of drive item.

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