-- Generated code. {-# OPTIONS_GHC -fno-warn-orphans #-} {-# LANGUAGE DataKinds, FlexibleInstances, TypeFamilies, MultiParamTypeClasses, TypeOperators #-} module GI.GdkPixbufSignals where import Data.GI.Base.Properties (GObjectNotifySignalInfo) import Data.GI.Base.Signals import Data.GI.Base.Overloading import qualified GI.GObjectSignals as GObject import GI.GdkPixbuf type instance SignalList Pixbuf = '[ '("notify", GObject.ObjectNotifySignalInfo), '("notify::[property]", GObjectNotifySignalInfo)] type instance SignalList PixbufAnimation = '[ '("notify", GObject.ObjectNotifySignalInfo), '("notify::[property]", GObjectNotifySignalInfo)] type instance SignalList PixbufAnimationIter = '[ '("notify", GObject.ObjectNotifySignalInfo), '("notify::[property]", GObjectNotifySignalInfo)] data PixbufLoaderAreaPreparedSignalInfo instance SignalInfo PixbufLoaderAreaPreparedSignalInfo where type HaskellCallbackType PixbufLoaderAreaPreparedSignalInfo = PixbufLoaderAreaPreparedCallback connectSignal _ = connectPixbufLoaderAreaPrepared data PixbufLoaderAreaUpdatedSignalInfo instance SignalInfo PixbufLoaderAreaUpdatedSignalInfo where type HaskellCallbackType PixbufLoaderAreaUpdatedSignalInfo = PixbufLoaderAreaUpdatedCallback connectSignal _ = connectPixbufLoaderAreaUpdated data PixbufLoaderClosedSignalInfo instance SignalInfo PixbufLoaderClosedSignalInfo where type HaskellCallbackType PixbufLoaderClosedSignalInfo = PixbufLoaderClosedCallback connectSignal _ = connectPixbufLoaderClosed data PixbufLoaderSizePreparedSignalInfo instance SignalInfo PixbufLoaderSizePreparedSignalInfo where type HaskellCallbackType PixbufLoaderSizePreparedSignalInfo = PixbufLoaderSizePreparedCallback connectSignal _ = connectPixbufLoaderSizePrepared type instance SignalList PixbufLoader = '[ '("area-prepared", PixbufLoaderAreaPreparedSignalInfo), '("area-updated", PixbufLoaderAreaUpdatedSignalInfo), '("closed", PixbufLoaderClosedSignalInfo), '("notify", GObject.ObjectNotifySignalInfo), '("size-prepared", PixbufLoaderSizePreparedSignalInfo), '("notify::[property]", GObjectNotifySignalInfo)] type instance SignalList PixbufSimpleAnim = '[ '("notify", GObject.ObjectNotifySignalInfo), '("notify::[property]", GObjectNotifySignalInfo)] type instance SignalList PixbufSimpleAnimIter = '[ '("notify", GObject.ObjectNotifySignalInfo), '("notify::[property]", GObjectNotifySignalInfo)]