GdkPixbuf.Pixbuf_animationclass type pixbuf_animation_t = object ... endclass pixbuf_animation : [ `pixbuf_animation | `object_ ] Gobject.obj -> pixbuf_animation_tval new_from_file : string -> (pixbuf_animation_t, GError.t) resultval new_from_resource : string -> (pixbuf_animation_t, GError.t) resultval new_from_stream :
Ocgtk_gio.Gio.Input_stream.input_stream_t ->
Ocgtk_gio.Gio.Cancellable.cancellable_t option ->
(pixbuf_animation_t, GError.t) resultval new_from_stream_finish :
Ocgtk_gio.Gio.Async_result.async_result_t ->
(pixbuf_animation_t, GError.t) result