module Gio::LoadableIcon
Overview
Extends the #GIcon interface and adds the ability to load icons from streams.
Direct including types
Defined in:
lib/gi-crystal/src/auto/gio-2.0/loadable_icon.crClass Method Summary
Instance Method Summary
- #load(size : Int32, cancellable : Gio::Cancellable?) : Gio::InputStream
- #load_async(size : Int32, cancellable : Gio::Cancellable?, callback : Gio::AsyncReadyCallback?, user_data : Pointer(Void)?) : Nil
- #load_finish(res : Gio::AsyncResult) : Gio::InputStream
- #to_unsafe
Class Method Detail
Instance Method Detail
def load_async(size : Int32, cancellable : Gio::Cancellable?, callback : Gio::AsyncReadyCallback?, user_data : Pointer(Void)?) : Nil
#