gio.FileIcon

gio.FileIcon — Icons pointing to an image file.

Synopsis

class gio.FileIcon(gobject.GObject, gio.Icon, gio.LoadableIcon):
    gio.FileIcon(file)
def get_file()

Ancestry

+-- gobject.GObject
  +-- gio.FileIcon

Description

The gio.FileIcon specifies an icon by pointing to an image file to be used as icon.

Constructor

    gio.FileIcon(file)

file :

a gio.File

Returns :

a new gio.FileIcon for the given file, or None on error.

Creates a new icon for a file.

Methods

gio.FileIcon.get_file

    def get_file()

Returns :

a gio.File or None.

The get_file() method gets the gio.File associated with the given icon.