Method

GtkVideoset_file

Declaration [src]

void
gtk_video_set_file (
  GtkVideo* self,
  GFile* file
)

Description [src]

Makes self play the given file.

Sets propertyGtk.Video:file

Parameters

file

Type: GFile

The file to play.

The argument can be NULL.
The data is owned by the caller of the method.