package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Class Pixbuf_loader.pixbuf_loader

method on_area_prepared : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_area_updated : ?after:bool -> callback:(x:int -> y:int -> width:int -> height:int -> unit) -> unit -> Gobject.Signal.handler_id
method on_closed : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_size_prepared : ?after:bool -> callback:(width:int -> height:int -> unit) -> unit -> Gobject.Signal.handler_id
method close : unit -> (bool, GError.t) result
method get_animation : unit -> Ocgtk_gdkpixbuf__.GPixbuf_animation.pixbuf_animation_t option
method get_format : unit -> Ocgtk_gdkpixbuf__.Pixbuf_format.t option
method get_pixbuf : unit -> Ocgtk_gdkpixbuf__.GPixbuf.pixbuf_t option
method set_size : int -> int -> unit
method write_bytes : Glib_bytes.t -> (bool, GError.t) result
method as_pixbuf_loader : Ocgtk_gdkpixbuf__.Pixbuf_loader.t