| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gdk.Objects.AppLaunchContext
Description
Documentation
newtype AppLaunchContext #
Constructors
| AppLaunchContext (ManagedPtr AppLaunchContext) |
Instances
data AppLaunchContextDisplayPropertyInfo #
Instances
data AppLaunchContextGetDisplayMethodInfo #
Instances
| (signature ~ m Display, MonadIO m, IsAppLaunchContext a) => OverloadedMethod AppLaunchContextGetDisplayMethodInfo a signature | |
Defined in GI.Gdk.Objects.AppLaunchContext Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo AppLaunchContextGetDisplayMethodInfo (a :: Type) | |
Defined in GI.Gdk.Objects.AppLaunchContext Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data AppLaunchContextSetDesktopMethodInfo #
Instances
| (signature ~ (Int32 -> m ()), MonadIO m, IsAppLaunchContext a) => OverloadedMethod AppLaunchContextSetDesktopMethodInfo a signature | |
Defined in GI.Gdk.Objects.AppLaunchContext Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo AppLaunchContextSetDesktopMethodInfo (a :: Type) | |
Defined in GI.Gdk.Objects.AppLaunchContext Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data AppLaunchContextSetIconMethodInfo #
Instances
| (signature ~ (Maybe b -> m ()), MonadIO m, IsAppLaunchContext a, IsIcon b) => OverloadedMethod AppLaunchContextSetIconMethodInfo a signature | |
Defined in GI.Gdk.Objects.AppLaunchContext Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo AppLaunchContextSetIconMethodInfo (a :: Type) | |
Defined in GI.Gdk.Objects.AppLaunchContext Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data AppLaunchContextSetIconNameMethodInfo #
Instances
| (signature ~ (Maybe Text -> m ()), MonadIO m, IsAppLaunchContext a) => OverloadedMethod AppLaunchContextSetIconNameMethodInfo a signature | |
Defined in GI.Gdk.Objects.AppLaunchContext Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo AppLaunchContextSetIconNameMethodInfo (a :: Type) | |
Defined in GI.Gdk.Objects.AppLaunchContext Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data AppLaunchContextSetTimestampMethodInfo #
Instances
| (signature ~ (Word32 -> m ()), MonadIO m, IsAppLaunchContext a) => OverloadedMethod AppLaunchContextSetTimestampMethodInfo a signature | |
Defined in GI.Gdk.Objects.AppLaunchContext Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo AppLaunchContextSetTimestampMethodInfo (a :: Type) | |
Defined in GI.Gdk.Objects.AppLaunchContext Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
class (GObject o, IsDescendantOf AppLaunchContext o) => IsAppLaunchContext o #
Instances
| (GObject o, IsDescendantOf AppLaunchContext o) => IsAppLaunchContext o | |
Defined in GI.Gdk.Objects.AppLaunchContext | |
type family ResolveAppLaunchContextMethod (t :: Symbol) o where ... #
Equations
| ResolveAppLaunchContextMethod "bindProperty" o = ObjectBindPropertyMethodInfo | |
| ResolveAppLaunchContextMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo | |
| ResolveAppLaunchContextMethod "forceFloating" o = ObjectForceFloatingMethodInfo | |
| ResolveAppLaunchContextMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo | |
| ResolveAppLaunchContextMethod "getv" o = ObjectGetvMethodInfo | |
| ResolveAppLaunchContextMethod "isFloating" o = ObjectIsFloatingMethodInfo | |
| ResolveAppLaunchContextMethod "launchFailed" o = AppLaunchContextLaunchFailedMethodInfo | |
| ResolveAppLaunchContextMethod "notify" o = ObjectNotifyMethodInfo | |
| ResolveAppLaunchContextMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo | |
| ResolveAppLaunchContextMethod "ref" o = ObjectRefMethodInfo | |
| ResolveAppLaunchContextMethod "refSink" o = ObjectRefSinkMethodInfo | |
| ResolveAppLaunchContextMethod "runDispose" o = ObjectRunDisposeMethodInfo | |
| ResolveAppLaunchContextMethod "setenv" o = AppLaunchContextSetenvMethodInfo | |
| ResolveAppLaunchContextMethod "stealData" o = ObjectStealDataMethodInfo | |
| ResolveAppLaunchContextMethod "stealQdata" o = ObjectStealQdataMethodInfo | |
| ResolveAppLaunchContextMethod "thawNotify" o = ObjectThawNotifyMethodInfo | |
| ResolveAppLaunchContextMethod "unref" o = ObjectUnrefMethodInfo | |
| ResolveAppLaunchContextMethod "unsetenv" o = AppLaunchContextUnsetenvMethodInfo | |
| ResolveAppLaunchContextMethod "watchClosure" o = ObjectWatchClosureMethodInfo | |
| ResolveAppLaunchContextMethod "getData" o = ObjectGetDataMethodInfo | |
| ResolveAppLaunchContextMethod "getDisplay" o = AppLaunchContextGetDisplayMethodInfo | |
| ResolveAppLaunchContextMethod "getEnvironment" o = AppLaunchContextGetEnvironmentMethodInfo | |
| ResolveAppLaunchContextMethod "getProperty" o = ObjectGetPropertyMethodInfo | |
| ResolveAppLaunchContextMethod "getQdata" o = ObjectGetQdataMethodInfo | |
| ResolveAppLaunchContextMethod "getStartupNotifyId" o = AppLaunchContextGetStartupNotifyIdMethodInfo | |
| ResolveAppLaunchContextMethod "setData" o = ObjectSetDataMethodInfo | |
| ResolveAppLaunchContextMethod "setDataFull" o = ObjectSetDataFullMethodInfo | |
| ResolveAppLaunchContextMethod "setDesktop" o = AppLaunchContextSetDesktopMethodInfo | |
| ResolveAppLaunchContextMethod "setIcon" o = AppLaunchContextSetIconMethodInfo | |
| ResolveAppLaunchContextMethod "setIconName" o = AppLaunchContextSetIconNameMethodInfo | |
| ResolveAppLaunchContextMethod "setProperty" o = ObjectSetPropertyMethodInfo | |
| ResolveAppLaunchContextMethod "setTimestamp" o = AppLaunchContextSetTimestampMethodInfo | |
| ResolveAppLaunchContextMethod l o = MethodResolutionFailed l o :: Type |
appLaunchContextDisplay :: AttrLabelProxy "display" #
appLaunchContextGetDisplay :: (HasCallStack, MonadIO m, IsAppLaunchContext a) => a -> m Display #
appLaunchContextSetDesktop :: (HasCallStack, MonadIO m, IsAppLaunchContext a) => a -> Int32 -> m () #
appLaunchContextSetIcon :: (HasCallStack, MonadIO m, IsAppLaunchContext a, IsIcon b) => a -> Maybe b -> m () #
appLaunchContextSetIconName :: (HasCallStack, MonadIO m, IsAppLaunchContext a) => a -> Maybe Text -> m () #
appLaunchContextSetTimestamp :: (HasCallStack, MonadIO m, IsAppLaunchContext a) => a -> Word32 -> m () #
constructAppLaunchContextDisplay :: (IsAppLaunchContext o, MonadIO m, IsDisplay a) => a -> m (GValueConstruct o) #
getAppLaunchContextDisplay :: (MonadIO m, IsAppLaunchContext o) => o -> m Display #
toAppLaunchContext :: (MonadIO m, IsAppLaunchContext o) => o -> m AppLaunchContext #