Struct gtk_icon_cache::GtkIconCache [] [src]

pub struct GtkIconCache<R: Read> { /* fields omitted */ }

GtkIconCache

Methods

impl GtkIconCache<File>
[src]

[src]

Create with a cache file.

  • path - Cache file path.

impl<R: Read + Seek> GtkIconCache<R>
[src]

[src]

Look up an icon.

  • name - icon name.

Trait Implementations

Auto Trait Implementations

impl<R> Send for GtkIconCache<R> where
    R: Send

impl<R> Sync for GtkIconCache<R> where
    R: Sync