-- Generated code. {-# OPTIONS_GHC -fno-warn-orphans #-} {-# LANGUAGE DataKinds, FlexibleInstances, TypeFamilies, MultiParamTypeClasses, TypeOperators #-} module GI.GObjectSignals where import Data.GI.Base.Properties (GObjectNotifySignalInfo) import Data.GI.Base.Signals import Data.GI.Base.Overloading import GI.GObject type instance SignalList Binding = '[ '("notify", ObjectNotifySignalInfo), '("notify::[property]", GObjectNotifySignalInfo)] type instance SignalList InitiallyUnowned = '[ '("notify", ObjectNotifySignalInfo), '("notify::[property]", GObjectNotifySignalInfo)] data ObjectNotifySignalInfo instance SignalInfo ObjectNotifySignalInfo where type HaskellCallbackType ObjectNotifySignalInfo = ObjectNotifyCallback connectSignal _ = connectObjectNotify type instance SignalList Object = '[ '("notify", ObjectNotifySignalInfo), '("notify::[property]", GObjectNotifySignalInfo)] type instance SignalList TypeModule = '[ '("notify", ObjectNotifySignalInfo), '("notify::[property]", GObjectNotifySignalInfo)] type instance SignalList TypePlugin = '[ ]