Method

GtkVideoget_file

Declaration [src]

GFile*
gtk_video_get_file (
  GtkVideo* self
)

Description [src]

Gets the file played by self or NULL if not playing back a file.

Gets propertyGtk.Video:file

Return value

Type: GFile

The file played by self.

The returned data is owned by the instance.
The return value can be NULL.