Method

Gtk.Video.set_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 GFile*
 

the file to play

 Can be NULL
 Ownership is not transferred to the callee