| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gtk.Objects.AnyFilter
Description
Documentation
Constructors
| AnyFilter (ManagedPtr AnyFilter) |
Instances
class (GObject o, IsDescendantOf AnyFilter o) => IsAnyFilter o #
Instances
| (GObject o, IsDescendantOf AnyFilter o) => IsAnyFilter o | |
Defined in GI.Gtk.Objects.AnyFilter | |
type family ResolveAnyFilterMethod (t :: Symbol) o where ... #
Equations
| ResolveAnyFilterMethod "append" o = MultiFilterAppendMethodInfo | |
| ResolveAnyFilterMethod "bindProperty" o = ObjectBindPropertyMethodInfo | |
| ResolveAnyFilterMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo | |
| ResolveAnyFilterMethod "changed" o = FilterChangedMethodInfo | |
| ResolveAnyFilterMethod "forceFloating" o = ObjectForceFloatingMethodInfo | |
| ResolveAnyFilterMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo | |
| ResolveAnyFilterMethod "getv" o = ObjectGetvMethodInfo | |
| ResolveAnyFilterMethod "isFloating" o = ObjectIsFloatingMethodInfo | |
| ResolveAnyFilterMethod "itemsChanged" o = ListModelItemsChangedMethodInfo | |
| ResolveAnyFilterMethod "match" o = FilterMatchMethodInfo | |
| ResolveAnyFilterMethod "notify" o = ObjectNotifyMethodInfo | |
| ResolveAnyFilterMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo | |
| ResolveAnyFilterMethod "ref" o = ObjectRefMethodInfo | |
| ResolveAnyFilterMethod "refSink" o = ObjectRefSinkMethodInfo | |
| ResolveAnyFilterMethod "remove" o = MultiFilterRemoveMethodInfo | |
| ResolveAnyFilterMethod "runDispose" o = ObjectRunDisposeMethodInfo | |
| ResolveAnyFilterMethod "stealData" o = ObjectStealDataMethodInfo | |
| ResolveAnyFilterMethod "stealQdata" o = ObjectStealQdataMethodInfo | |
| ResolveAnyFilterMethod "thawNotify" o = ObjectThawNotifyMethodInfo | |
| ResolveAnyFilterMethod "unref" o = ObjectUnrefMethodInfo | |
| ResolveAnyFilterMethod "watchClosure" o = ObjectWatchClosureMethodInfo | |
| ResolveAnyFilterMethod "getBuildableId" o = BuildableGetBuildableIdMethodInfo | |
| ResolveAnyFilterMethod "getData" o = ObjectGetDataMethodInfo | |
| ResolveAnyFilterMethod "getItem" o = ListModelGetItemMethodInfo | |
| ResolveAnyFilterMethod "getItemType" o = ListModelGetItemTypeMethodInfo | |
| ResolveAnyFilterMethod "getNItems" o = ListModelGetNItemsMethodInfo | |
| ResolveAnyFilterMethod "getProperty" o = ObjectGetPropertyMethodInfo | |
| ResolveAnyFilterMethod "getQdata" o = ObjectGetQdataMethodInfo | |
| ResolveAnyFilterMethod "getStrictness" o = FilterGetStrictnessMethodInfo | |
| ResolveAnyFilterMethod "setData" o = ObjectSetDataMethodInfo | |
| ResolveAnyFilterMethod "setDataFull" o = ObjectSetDataFullMethodInfo | |
| ResolveAnyFilterMethod "setProperty" o = ObjectSetPropertyMethodInfo | |
| ResolveAnyFilterMethod l o = MethodResolutionFailed l o :: Type |
anyFilterNew :: (HasCallStack, MonadIO m) => m AnyFilter #
toAnyFilter :: (MonadIO m, IsAnyFilter o) => o -> m AnyFilter #