pub trait ImageSourceExt: IsA<ImageSource> + Sealed + 'static {
    // Provided method
    fn uri(&self) -> Option<GString> { ... }
}
👎Deprecated: Since 1.18
Expand description

Trait containing all ImageSource methods.

§Implementors

ImageSource

Provided Methods§

source

fn uri(&self) -> Option<GString>

👎Deprecated: Since 1.18

The location of the file/resource to use.

Object Safety§

This trait is not object safe.

Implementors§