struct GdkPixbuf::PixbufLoader::ClosedSignal
- GdkPixbuf::PixbufLoader::ClosedSignal
- GObject::Signal
- Struct
- Value
- Object
Overview
This signal is emitted when gdk_pixbuf_loader_close() is called.
It can be used by different parts of an application to receive notification when an image loader is closed by the code that drives it.
Defined in:
lib/gi-crystal/src/auto/gdk_pixbuf-2.0/pixbuf_loader.crInstance Method Summary
- #connect(*, after : Bool = false, &block : Proc(Nil)) : GObject::SignalConnection
- #connect(handler : Proc(Nil), *, after : Bool = false) : GObject::SignalConnection
- #connect(handler : Proc(GdkPixbuf::PixbufLoader, Nil), *, after : Bool = false) : GObject::SignalConnection
- #emit : Nil
-
#name : String
The signal name
Instance methods inherited from struct GObject::Signal
[](detail : String) : self
[],
name : String
name
Constructor methods inherited from struct GObject::Signal
new(source : GObject::Object, detail : Nil | String = nil)
new
Instance Method Detail
def connect(handler : Proc(GdkPixbuf::PixbufLoader, Nil), *, after : Bool = false) : GObject::SignalConnection
#