Method

GrlMediaset_last_played

since: 0.3.0

Declaration [src]

void
grl_media_set_last_played (
  GrlMedia* media,
  const GDateTime* last_played
)

Description [src]

Set the media last played date.

Available since: 0.3.0

Parameters

last_played

Type: GDateTime

Date when the media was last played.

The data is owned by the caller of the method.