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.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.g_type : UInt64 #

Instance Method Detail

def load(size : Int32, cancellable : Gio::Cancellable?) : Gio::InputStream #

def load_async(size : Int32, cancellable : Gio::Cancellable?, callback : Gio::AsyncReadyCallback?, user_data : Pointer(Void)?) : Nil #

def load_finish(res : Gio::AsyncResult) : Gio::InputStream #

abstract def to_unsafe #