packages feed

gi-webkit2 4.0.14 → 4.0.15

raw patch · 4 files changed

+16/−18 lines, 4 filesdep ~haskell-gidep ~haskell-gi-basedep ~haskell-gi-overloadingPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: haskell-gi, haskell-gi-base, haskell-gi-overloading

API changes (from Hackage documentation)

- GI.WebKit2.PkgInfo: flags :: [(String, Bool)]
- GI.WebKit2.PkgInfo: pkgConfigVersions :: [(String, String)]
+ GI.WebKit2.Objects.AutomationSession: AutomationSession :: (ManagedPtr AutomationSession) -> AutomationSession
+ GI.WebKit2.Objects.AutomationSession: afterAutomationSessionCreateWebView :: (IsAutomationSession a, MonadIO m) => a -> AutomationSessionCreateWebViewCallback -> m SignalHandlerId
+ GI.WebKit2.Objects.AutomationSession: automationSessionGetApplicationInfo :: (HasCallStack, MonadIO m, IsAutomationSession a) => a -> m ApplicationInfo
+ GI.WebKit2.Objects.AutomationSession: automationSessionGetId :: (HasCallStack, MonadIO m, IsAutomationSession a) => a -> m Text
+ GI.WebKit2.Objects.AutomationSession: automationSessionSetApplicationInfo :: (HasCallStack, MonadIO m, IsAutomationSession a) => a -> ApplicationInfo -> m ()
+ GI.WebKit2.Objects.AutomationSession: class GObject o => IsAutomationSession o
+ GI.WebKit2.Objects.AutomationSession: constructAutomationSessionId :: (IsAutomationSession o) => Text -> IO (GValueConstruct o)
+ GI.WebKit2.Objects.AutomationSession: genClosure_AutomationSessionCreateWebView :: AutomationSessionCreateWebViewCallback -> IO Closure
+ GI.WebKit2.Objects.AutomationSession: getAutomationSessionId :: (MonadIO m, IsAutomationSession o) => o -> m Text
+ GI.WebKit2.Objects.AutomationSession: instance (Data.GI.Base.BasicTypes.GObject a, Data.GI.Base.Overloading.UnknownAncestorError GI.WebKit2.Objects.AutomationSession.AutomationSession a) => GI.WebKit2.Objects.AutomationSession.IsAutomationSession a
+ GI.WebKit2.Objects.AutomationSession: instance Data.GI.Base.BasicTypes.GObject GI.WebKit2.Objects.AutomationSession.AutomationSession
+ GI.WebKit2.Objects.AutomationSession: instance GI.GObject.Objects.Object.IsObject GI.WebKit2.Objects.AutomationSession.AutomationSession
+ GI.WebKit2.Objects.AutomationSession: instance GI.WebKit2.Objects.AutomationSession.IsAutomationSession GI.WebKit2.Objects.AutomationSession.AutomationSession
+ GI.WebKit2.Objects.AutomationSession: mk_AutomationSessionCreateWebViewCallback :: C_AutomationSessionCreateWebViewCallback -> IO (FunPtr C_AutomationSessionCreateWebViewCallback)
+ GI.WebKit2.Objects.AutomationSession: newtype AutomationSession
+ GI.WebKit2.Objects.AutomationSession: noAutomationSession :: Maybe AutomationSession
+ GI.WebKit2.Objects.AutomationSession: noAutomationSessionCreateWebViewCallback :: Maybe AutomationSessionCreateWebViewCallback
+ GI.WebKit2.Objects.AutomationSession: onAutomationSessionCreateWebView :: (IsAutomationSession a, MonadIO m) => a -> AutomationSessionCreateWebViewCallback -> m SignalHandlerId
+ GI.WebKit2.Objects.AutomationSession: toAutomationSession :: (MonadIO m, IsAutomationSession o) => o -> m AutomationSession
+ GI.WebKit2.Objects.AutomationSession: type AutomationSessionCreateWebViewCallback = IO WebView __Returns:__ a 'GI.WebKit2.Objects.WebView.WebView' widget.
+ GI.WebKit2.Objects.AutomationSession: type C_AutomationSessionCreateWebViewCallback = Ptr () -> Ptr () -> IO (Ptr WebView)
+ GI.WebKit2.Objects.AutomationSession: wrap_AutomationSessionCreateWebViewCallback :: AutomationSessionCreateWebViewCallback -> C_AutomationSessionCreateWebViewCallback
+ GI.WebKit2.Objects.ContextMenuItem: contextMenuItemGetGaction :: (HasCallStack, MonadIO m, IsContextMenuItem a) => a -> m Action
+ GI.WebKit2.Objects.ContextMenuItem: contextMenuItemNewFromGaction :: (HasCallStack, MonadIO m, IsAction a) => a -> Text -> Maybe (GVariant) -> m ContextMenuItem
+ GI.WebKit2.Objects.OptionMenu: OptionMenu :: (ManagedPtr OptionMenu) -> OptionMenu
+ GI.WebKit2.Objects.OptionMenu: afterOptionMenuClose :: (IsOptionMenu a, MonadIO m) => a -> OptionMenuCloseCallback -> m SignalHandlerId
+ GI.WebKit2.Objects.OptionMenu: class GObject o => IsOptionMenu o
+ GI.WebKit2.Objects.OptionMenu: genClosure_OptionMenuClose :: OptionMenuCloseCallback -> IO Closure
+ GI.WebKit2.Objects.OptionMenu: instance (Data.GI.Base.BasicTypes.GObject a, Data.GI.Base.Overloading.UnknownAncestorError GI.WebKit2.Objects.OptionMenu.OptionMenu a) => GI.WebKit2.Objects.OptionMenu.IsOptionMenu a
+ GI.WebKit2.Objects.OptionMenu: instance Data.GI.Base.BasicTypes.GObject GI.WebKit2.Objects.OptionMenu.OptionMenu
+ GI.WebKit2.Objects.OptionMenu: instance GI.GObject.Objects.Object.IsObject GI.WebKit2.Objects.OptionMenu.OptionMenu
+ GI.WebKit2.Objects.OptionMenu: instance GI.WebKit2.Objects.OptionMenu.IsOptionMenu GI.WebKit2.Objects.OptionMenu.OptionMenu
+ GI.WebKit2.Objects.OptionMenu: mk_OptionMenuCloseCallback :: C_OptionMenuCloseCallback -> IO (FunPtr C_OptionMenuCloseCallback)
+ GI.WebKit2.Objects.OptionMenu: newtype OptionMenu
+ GI.WebKit2.Objects.OptionMenu: noOptionMenu :: Maybe OptionMenu
+ GI.WebKit2.Objects.OptionMenu: noOptionMenuCloseCallback :: Maybe OptionMenuCloseCallback
+ GI.WebKit2.Objects.OptionMenu: onOptionMenuClose :: (IsOptionMenu a, MonadIO m) => a -> OptionMenuCloseCallback -> m SignalHandlerId
+ GI.WebKit2.Objects.OptionMenu: optionMenuActivateItem :: (HasCallStack, MonadIO m, IsOptionMenu a) => a -> Word32 -> m ()
+ GI.WebKit2.Objects.OptionMenu: optionMenuClose :: (HasCallStack, MonadIO m, IsOptionMenu a) => a -> m ()
+ GI.WebKit2.Objects.OptionMenu: optionMenuGetItem :: (HasCallStack, MonadIO m, IsOptionMenu a) => a -> Word32 -> m OptionMenuItem
+ GI.WebKit2.Objects.OptionMenu: optionMenuGetNItems :: (HasCallStack, MonadIO m, IsOptionMenu a) => a -> m Word32
+ GI.WebKit2.Objects.OptionMenu: optionMenuSelectItem :: (HasCallStack, MonadIO m, IsOptionMenu a) => a -> Word32 -> m ()
+ GI.WebKit2.Objects.OptionMenu: toOptionMenu :: (MonadIO m, IsOptionMenu o) => o -> m OptionMenu
+ GI.WebKit2.Objects.OptionMenu: type C_OptionMenuCloseCallback = Ptr () -> Ptr () -> IO ()
+ GI.WebKit2.Objects.OptionMenu: type OptionMenuCloseCallback = IO ()
+ GI.WebKit2.Objects.OptionMenu: wrap_OptionMenuCloseCallback :: OptionMenuCloseCallback -> C_OptionMenuCloseCallback
+ GI.WebKit2.Objects.WebContext: afterWebContextAutomationStarted :: (IsWebContext a, MonadIO m) => a -> WebContextAutomationStartedCallback -> m SignalHandlerId
+ GI.WebKit2.Objects.WebContext: genClosure_WebContextAutomationStarted :: WebContextAutomationStartedCallback -> IO Closure
+ GI.WebKit2.Objects.WebContext: mk_WebContextAutomationStartedCallback :: C_WebContextAutomationStartedCallback -> IO (FunPtr C_WebContextAutomationStartedCallback)
+ GI.WebKit2.Objects.WebContext: noWebContextAutomationStartedCallback :: Maybe WebContextAutomationStartedCallback
+ GI.WebKit2.Objects.WebContext: onWebContextAutomationStarted :: (IsWebContext a, MonadIO m) => a -> WebContextAutomationStartedCallback -> m SignalHandlerId
+ GI.WebKit2.Objects.WebContext: type C_WebContextAutomationStartedCallback = Ptr () -> Ptr AutomationSession -> Ptr () -> IO ()
+ GI.WebKit2.Objects.WebContext: type WebContextAutomationStartedCallback = AutomationSession /@session@/: the 'GI.WebKit2.Objects.AutomationSession.AutomationSession' associated with this event -> IO ()
+ GI.WebKit2.Objects.WebContext: webContextIsAutomationAllowed :: (HasCallStack, MonadIO m, IsWebContext a) => a -> m Bool
+ GI.WebKit2.Objects.WebContext: webContextSetAutomationAllowed :: (HasCallStack, MonadIO m, IsWebContext a) => a -> Bool -> m ()
+ GI.WebKit2.Objects.WebContext: wrap_WebContextAutomationStartedCallback :: WebContextAutomationStartedCallback -> C_WebContextAutomationStartedCallback
+ GI.WebKit2.Objects.WebView: afterWebViewShowOptionMenu :: (IsWebView a, MonadIO m) => a -> WebViewShowOptionMenuCallback -> m SignalHandlerId
+ GI.WebKit2.Objects.WebView: constructWebViewIsControlledByAutomation :: (IsWebView o) => Bool -> IO (GValueConstruct o)
+ GI.WebKit2.Objects.WebView: genClosure_WebViewShowOptionMenu :: WebViewShowOptionMenuCallback -> IO Closure
+ GI.WebKit2.Objects.WebView: getWebViewIsControlledByAutomation :: (MonadIO m, IsWebView o) => o -> m Bool
+ GI.WebKit2.Objects.WebView: mk_WebViewShowOptionMenuCallback :: C_WebViewShowOptionMenuCallback -> IO (FunPtr C_WebViewShowOptionMenuCallback)
+ GI.WebKit2.Objects.WebView: noWebViewShowOptionMenuCallback :: Maybe WebViewShowOptionMenuCallback
+ GI.WebKit2.Objects.WebView: onWebViewShowOptionMenu :: (IsWebView a, MonadIO m) => a -> WebViewShowOptionMenuCallback -> m SignalHandlerId
+ GI.WebKit2.Objects.WebView: type C_WebViewShowOptionMenuCallback = Ptr () -> Ptr OptionMenu -> Ptr Event -> Ptr Rectangle -> Ptr () -> IO CInt
+ GI.WebKit2.Objects.WebView: type WebViewShowOptionMenuCallback = OptionMenu /@menu@/: the 'GI.WebKit2.Objects.OptionMenu.OptionMenu' -> Event /@event@/: the 'GI.Gdk.Unions.Event.Event' that triggered the menu, or 'Nothing' -> Rectangle /@rectangle@/: the option element area -> IO Bool __Returns:__ 'True' to stop other handlers from being invoked for the event. 'False' to propagate the event further.
+ GI.WebKit2.Objects.WebView: webViewIsControlledByAutomation :: (HasCallStack, MonadIO m, IsWebView a) => a -> m Bool
+ GI.WebKit2.Objects.WebView: wrap_WebViewShowOptionMenuCallback :: WebViewShowOptionMenuCallback -> C_WebViewShowOptionMenuCallback
+ GI.WebKit2.Structs.ApplicationInfo: ApplicationInfo :: (ManagedPtr ApplicationInfo) -> ApplicationInfo
+ GI.WebKit2.Structs.ApplicationInfo: applicationInfoGetName :: (HasCallStack, MonadIO m) => ApplicationInfo -> m Text
+ GI.WebKit2.Structs.ApplicationInfo: applicationInfoGetVersion :: (HasCallStack, MonadIO m) => ApplicationInfo -> m ((Word64, Word64, Word64))
+ GI.WebKit2.Structs.ApplicationInfo: applicationInfoNew :: (HasCallStack, MonadIO m) => m ApplicationInfo
+ GI.WebKit2.Structs.ApplicationInfo: applicationInfoRef :: (HasCallStack, MonadIO m) => ApplicationInfo -> m ApplicationInfo
+ GI.WebKit2.Structs.ApplicationInfo: applicationInfoSetName :: (HasCallStack, MonadIO m) => ApplicationInfo -> Text -> m ()
+ GI.WebKit2.Structs.ApplicationInfo: applicationInfoSetVersion :: (HasCallStack, MonadIO m) => ApplicationInfo -> Word64 -> Word64 -> Word64 -> m ()
+ GI.WebKit2.Structs.ApplicationInfo: applicationInfoUnref :: (HasCallStack, MonadIO m) => ApplicationInfo -> m ()
+ GI.WebKit2.Structs.ApplicationInfo: instance Data.GI.Base.BasicTypes.BoxedObject GI.WebKit2.Structs.ApplicationInfo.ApplicationInfo
+ GI.WebKit2.Structs.ApplicationInfo: newtype ApplicationInfo
+ GI.WebKit2.Structs.ApplicationInfo: noApplicationInfo :: Maybe ApplicationInfo
+ GI.WebKit2.Structs.OptionMenuItem: OptionMenuItem :: (ManagedPtr OptionMenuItem) -> OptionMenuItem
+ GI.WebKit2.Structs.OptionMenuItem: instance Data.GI.Base.BasicTypes.BoxedObject GI.WebKit2.Structs.OptionMenuItem.OptionMenuItem
+ GI.WebKit2.Structs.OptionMenuItem: newtype OptionMenuItem
+ GI.WebKit2.Structs.OptionMenuItem: noOptionMenuItem :: Maybe OptionMenuItem
+ GI.WebKit2.Structs.OptionMenuItem: optionMenuItemCopy :: (HasCallStack, MonadIO m) => OptionMenuItem -> m OptionMenuItem
+ GI.WebKit2.Structs.OptionMenuItem: optionMenuItemFree :: (HasCallStack, MonadIO m) => OptionMenuItem -> m ()
+ GI.WebKit2.Structs.OptionMenuItem: optionMenuItemGetLabel :: (HasCallStack, MonadIO m) => OptionMenuItem -> m Text
+ GI.WebKit2.Structs.OptionMenuItem: optionMenuItemGetTooltip :: (HasCallStack, MonadIO m) => OptionMenuItem -> m Text
+ GI.WebKit2.Structs.OptionMenuItem: optionMenuItemIsEnabled :: (HasCallStack, MonadIO m) => OptionMenuItem -> m Bool
+ GI.WebKit2.Structs.OptionMenuItem: optionMenuItemIsGroupChild :: (HasCallStack, MonadIO m) => OptionMenuItem -> m Bool
+ GI.WebKit2.Structs.OptionMenuItem: optionMenuItemIsGroupLabel :: (HasCallStack, MonadIO m) => OptionMenuItem -> m Bool
+ GI.WebKit2.Structs.OptionMenuItem: optionMenuItemIsSelected :: (HasCallStack, MonadIO m) => OptionMenuItem -> m Bool
- GI.WebKit2.Callbacks: type URISchemeRequestCallback = URISchemeRequest -> IO ()
+ GI.WebKit2.Callbacks: type URISchemeRequestCallback = URISchemeRequest /@request@/: the 'GI.WebKit2.Objects.URISchemeRequest.URISchemeRequest' -> IO ()
- GI.WebKit2.Callbacks: type URISchemeRequestCallback_WithClosures = URISchemeRequest -> Ptr () -> IO ()
+ GI.WebKit2.Callbacks: type URISchemeRequestCallback_WithClosures = URISchemeRequest /@request@/: the 'GI.WebKit2.Objects.URISchemeRequest.URISchemeRequest' -> Ptr () /@userData@/: user data passed to the callback -> IO ()
- GI.WebKit2.Callbacks: wrap_URISchemeRequestCallback :: Maybe (Ptr (FunPtr C_URISchemeRequestCallback)) -> URISchemeRequestCallback_WithClosures -> Ptr URISchemeRequest -> Ptr () -> IO ()
+ GI.WebKit2.Callbacks: wrap_URISchemeRequestCallback :: Maybe (Ptr (FunPtr C_URISchemeRequestCallback)) -> URISchemeRequestCallback_WithClosures -> C_URISchemeRequestCallback
- GI.WebKit2.Objects.AuthenticationRequest: wrap_AuthenticationRequestCancelledCallback :: AuthenticationRequestCancelledCallback -> Ptr () -> Ptr () -> IO ()
+ GI.WebKit2.Objects.AuthenticationRequest: wrap_AuthenticationRequestCancelledCallback :: AuthenticationRequestCancelledCallback -> C_AuthenticationRequestCancelledCallback
- GI.WebKit2.Objects.BackForwardList: type BackForwardListChangedCallback = Maybe BackForwardListItem -> Ptr () -> IO ()
+ GI.WebKit2.Objects.BackForwardList: type BackForwardListChangedCallback = Maybe BackForwardListItem /@itemAdded@/: the 'GI.WebKit2.Objects.BackForwardListItem.BackForwardListItem' added or 'Nothing' -> Ptr () /@itemsRemoved@/: a 'GI.GLib.Structs.List.List' of 'GI.WebKit2.Objects.BackForwardListItem.BackForwardListItem'\<!-- -->s -> IO ()
- GI.WebKit2.Objects.BackForwardList: wrap_BackForwardListChangedCallback :: BackForwardListChangedCallback -> Ptr () -> Ptr BackForwardListItem -> Ptr () -> Ptr () -> IO ()
+ GI.WebKit2.Objects.BackForwardList: wrap_BackForwardListChangedCallback :: BackForwardListChangedCallback -> C_BackForwardListChangedCallback
- GI.WebKit2.Objects.ColorChooserRequest: wrap_ColorChooserRequestFinishedCallback :: ColorChooserRequestFinishedCallback -> Ptr () -> Ptr () -> IO ()
+ GI.WebKit2.Objects.ColorChooserRequest: wrap_ColorChooserRequestFinishedCallback :: ColorChooserRequestFinishedCallback -> C_ColorChooserRequestFinishedCallback
- GI.WebKit2.Objects.CookieManager: wrap_CookieManagerChangedCallback :: CookieManagerChangedCallback -> Ptr () -> Ptr () -> IO ()
+ GI.WebKit2.Objects.CookieManager: wrap_CookieManagerChangedCallback :: CookieManagerChangedCallback -> C_CookieManagerChangedCallback
- GI.WebKit2.Objects.Download: type DownloadCreatedDestinationCallback = Text -> IO ()
+ GI.WebKit2.Objects.Download: type DownloadCreatedDestinationCallback = Text /@destination@/: the destination URI -> IO ()
- GI.WebKit2.Objects.Download: type DownloadDecideDestinationCallback = Text -> IO Bool
+ GI.WebKit2.Objects.Download: type DownloadDecideDestinationCallback = Text /@suggestedFilename@/: the filename suggested for the download -> IO Bool __Returns:__ 'True' to stop other handlers from being invoked for the event. 'False' to propagate the event further.
- GI.WebKit2.Objects.Download: type DownloadFailedCallback = GError -> IO ()
+ GI.WebKit2.Objects.Download: type DownloadFailedCallback = GError /@error@/: the 'GError' that was triggered -> IO ()
- GI.WebKit2.Objects.Download: type DownloadReceivedDataCallback = Word64 -> IO ()
+ GI.WebKit2.Objects.Download: type DownloadReceivedDataCallback = Word64 /@dataLength@/: the length of data received in bytes -> IO ()
- GI.WebKit2.Objects.Download: wrap_DownloadCreatedDestinationCallback :: DownloadCreatedDestinationCallback -> Ptr () -> CString -> Ptr () -> IO ()
+ GI.WebKit2.Objects.Download: wrap_DownloadCreatedDestinationCallback :: DownloadCreatedDestinationCallback -> C_DownloadCreatedDestinationCallback
- GI.WebKit2.Objects.Download: wrap_DownloadDecideDestinationCallback :: DownloadDecideDestinationCallback -> Ptr () -> CString -> Ptr () -> IO CInt
+ GI.WebKit2.Objects.Download: wrap_DownloadDecideDestinationCallback :: DownloadDecideDestinationCallback -> C_DownloadDecideDestinationCallback
- GI.WebKit2.Objects.Download: wrap_DownloadFailedCallback :: DownloadFailedCallback -> Ptr () -> Ptr GError -> Ptr () -> IO ()
+ GI.WebKit2.Objects.Download: wrap_DownloadFailedCallback :: DownloadFailedCallback -> C_DownloadFailedCallback
- GI.WebKit2.Objects.Download: wrap_DownloadFinishedCallback :: DownloadFinishedCallback -> Ptr () -> Ptr () -> IO ()
+ GI.WebKit2.Objects.Download: wrap_DownloadFinishedCallback :: DownloadFinishedCallback -> C_DownloadFinishedCallback
- GI.WebKit2.Objects.Download: wrap_DownloadReceivedDataCallback :: DownloadReceivedDataCallback -> Ptr () -> Word64 -> Ptr () -> IO ()
+ GI.WebKit2.Objects.Download: wrap_DownloadReceivedDataCallback :: DownloadReceivedDataCallback -> C_DownloadReceivedDataCallback
- GI.WebKit2.Objects.FaviconDatabase: type FaviconDatabaseFaviconChangedCallback = Text -> Text -> IO ()
+ GI.WebKit2.Objects.FaviconDatabase: type FaviconDatabaseFaviconChangedCallback = Text /@pageUri@/: the URI of the Web page containing the icon -> Text /@faviconUri@/: the URI of the favicon -> IO ()
- GI.WebKit2.Objects.FaviconDatabase: wrap_FaviconDatabaseFaviconChangedCallback :: FaviconDatabaseFaviconChangedCallback -> Ptr () -> CString -> CString -> Ptr () -> IO ()
+ GI.WebKit2.Objects.FaviconDatabase: wrap_FaviconDatabaseFaviconChangedCallback :: FaviconDatabaseFaviconChangedCallback -> C_FaviconDatabaseFaviconChangedCallback
- GI.WebKit2.Objects.FindController: type FindControllerCountedMatchesCallback = Word32 -> IO ()
+ GI.WebKit2.Objects.FindController: type FindControllerCountedMatchesCallback = Word32 /@matchCount@/: the number of matches of the search text -> IO ()
- GI.WebKit2.Objects.FindController: type FindControllerFoundTextCallback = Word32 -> IO ()
+ GI.WebKit2.Objects.FindController: type FindControllerFoundTextCallback = Word32 /@matchCount@/: the number of matches found of the search text -> IO ()
- GI.WebKit2.Objects.FindController: wrap_FindControllerCountedMatchesCallback :: FindControllerCountedMatchesCallback -> Ptr () -> Word32 -> Ptr () -> IO ()
+ GI.WebKit2.Objects.FindController: wrap_FindControllerCountedMatchesCallback :: FindControllerCountedMatchesCallback -> C_FindControllerCountedMatchesCallback
- GI.WebKit2.Objects.FindController: wrap_FindControllerFailedToFindTextCallback :: FindControllerFailedToFindTextCallback -> Ptr () -> Ptr () -> IO ()
+ GI.WebKit2.Objects.FindController: wrap_FindControllerFailedToFindTextCallback :: FindControllerFailedToFindTextCallback -> C_FindControllerFailedToFindTextCallback
- GI.WebKit2.Objects.FindController: wrap_FindControllerFoundTextCallback :: FindControllerFoundTextCallback -> Ptr () -> Word32 -> Ptr () -> IO ()
+ GI.WebKit2.Objects.FindController: wrap_FindControllerFoundTextCallback :: FindControllerFoundTextCallback -> C_FindControllerFoundTextCallback
- GI.WebKit2.Objects.Notification: wrap_NotificationClickedCallback :: NotificationClickedCallback -> Ptr () -> Ptr () -> IO ()
+ GI.WebKit2.Objects.Notification: wrap_NotificationClickedCallback :: NotificationClickedCallback -> C_NotificationClickedCallback
- GI.WebKit2.Objects.Notification: wrap_NotificationClosedCallback :: NotificationClosedCallback -> Ptr () -> Ptr () -> IO ()
+ GI.WebKit2.Objects.Notification: wrap_NotificationClosedCallback :: NotificationClosedCallback -> C_NotificationClosedCallback
- GI.WebKit2.Objects.PrintCustomWidget: type PrintCustomWidgetUpdateCallback = PageSetup -> PrintSettings -> IO ()
+ GI.WebKit2.Objects.PrintCustomWidget: type PrintCustomWidgetUpdateCallback = PageSetup /@pageSetup@/: actual page setup -> PrintSettings /@printSettings@/: actual print settings -> IO ()
- GI.WebKit2.Objects.PrintCustomWidget: wrap_PrintCustomWidgetApplyCallback :: PrintCustomWidgetApplyCallback -> Ptr () -> Ptr () -> IO ()
+ GI.WebKit2.Objects.PrintCustomWidget: wrap_PrintCustomWidgetApplyCallback :: PrintCustomWidgetApplyCallback -> C_PrintCustomWidgetApplyCallback
- GI.WebKit2.Objects.PrintCustomWidget: wrap_PrintCustomWidgetUpdateCallback :: PrintCustomWidgetUpdateCallback -> Ptr () -> Ptr PageSetup -> Ptr PrintSettings -> Ptr () -> IO ()
+ GI.WebKit2.Objects.PrintCustomWidget: wrap_PrintCustomWidgetUpdateCallback :: PrintCustomWidgetUpdateCallback -> C_PrintCustomWidgetUpdateCallback
- GI.WebKit2.Objects.PrintOperation: type PrintOperationCreateCustomWidgetCallback = IO PrintCustomWidget
+ GI.WebKit2.Objects.PrintOperation: type PrintOperationCreateCustomWidgetCallback = IO PrintCustomWidget __Returns:__ A 'GI.WebKit2.Objects.PrintCustomWidget.PrintCustomWidget' that will be embedded in the dialog.
- GI.WebKit2.Objects.PrintOperation: type PrintOperationFailedCallback = GError -> IO ()
+ GI.WebKit2.Objects.PrintOperation: type PrintOperationFailedCallback = GError /@error@/: the 'GError' that was triggered -> IO ()
- GI.WebKit2.Objects.PrintOperation: wrap_PrintOperationCreateCustomWidgetCallback :: PrintOperationCreateCustomWidgetCallback -> Ptr () -> Ptr () -> IO (Ptr PrintCustomWidget)
+ GI.WebKit2.Objects.PrintOperation: wrap_PrintOperationCreateCustomWidgetCallback :: PrintOperationCreateCustomWidgetCallback -> C_PrintOperationCreateCustomWidgetCallback
- GI.WebKit2.Objects.PrintOperation: wrap_PrintOperationFailedCallback :: PrintOperationFailedCallback -> Ptr () -> Ptr GError -> Ptr () -> IO ()
+ GI.WebKit2.Objects.PrintOperation: wrap_PrintOperationFailedCallback :: PrintOperationFailedCallback -> C_PrintOperationFailedCallback
- GI.WebKit2.Objects.PrintOperation: wrap_PrintOperationFinishedCallback :: PrintOperationFinishedCallback -> Ptr () -> Ptr () -> IO ()
+ GI.WebKit2.Objects.PrintOperation: wrap_PrintOperationFinishedCallback :: PrintOperationFinishedCallback -> C_PrintOperationFinishedCallback
- GI.WebKit2.Objects.UserContentManager: type UserContentManagerScriptMessageReceivedCallback = JavascriptResult -> IO ()
+ GI.WebKit2.Objects.UserContentManager: type UserContentManagerScriptMessageReceivedCallback = JavascriptResult /@jsResult@/: the 'GI.WebKit2.Structs.JavascriptResult.JavascriptResult' holding the value received from the JavaScript world. -> IO ()
- GI.WebKit2.Objects.UserContentManager: wrap_UserContentManagerScriptMessageReceivedCallback :: UserContentManagerScriptMessageReceivedCallback -> Ptr () -> Ptr JavascriptResult -> Ptr () -> IO ()
+ GI.WebKit2.Objects.UserContentManager: wrap_UserContentManagerScriptMessageReceivedCallback :: UserContentManagerScriptMessageReceivedCallback -> C_UserContentManagerScriptMessageReceivedCallback
- GI.WebKit2.Objects.WebContext: type WebContextDownloadStartedCallback = Download -> IO ()
+ GI.WebKit2.Objects.WebContext: type WebContextDownloadStartedCallback = Download /@download@/: the 'GI.WebKit2.Objects.Download.Download' associated with this event -> IO ()
- GI.WebKit2.Objects.WebContext: wrap_WebContextDownloadStartedCallback :: WebContextDownloadStartedCallback -> Ptr () -> Ptr Download -> Ptr () -> IO ()
+ GI.WebKit2.Objects.WebContext: wrap_WebContextDownloadStartedCallback :: WebContextDownloadStartedCallback -> C_WebContextDownloadStartedCallback
- GI.WebKit2.Objects.WebContext: wrap_WebContextInitializeNotificationPermissionsCallback :: WebContextInitializeNotificationPermissionsCallback -> Ptr () -> Ptr () -> IO ()
+ GI.WebKit2.Objects.WebContext: wrap_WebContextInitializeNotificationPermissionsCallback :: WebContextInitializeNotificationPermissionsCallback -> C_WebContextInitializeNotificationPermissionsCallback
- GI.WebKit2.Objects.WebContext: wrap_WebContextInitializeWebExtensionsCallback :: WebContextInitializeWebExtensionsCallback -> Ptr () -> Ptr () -> IO ()
+ GI.WebKit2.Objects.WebContext: wrap_WebContextInitializeWebExtensionsCallback :: WebContextInitializeWebExtensionsCallback -> C_WebContextInitializeWebExtensionsCallback
- GI.WebKit2.Objects.WebInspector: type WebInspectorAttachCallback = IO Bool
+ GI.WebKit2.Objects.WebInspector: type WebInspectorAttachCallback = IO Bool __Returns:__ 'True' to stop other handlers from being invoked for the event. 'False' to propagate the event further.
- GI.WebKit2.Objects.WebInspector: type WebInspectorBringToFrontCallback = IO Bool
+ GI.WebKit2.Objects.WebInspector: type WebInspectorBringToFrontCallback = IO Bool __Returns:__ 'True' to stop other handlers from being invoked for the event. 'False' to propagate the event further.
- GI.WebKit2.Objects.WebInspector: type WebInspectorDetachCallback = IO Bool
+ GI.WebKit2.Objects.WebInspector: type WebInspectorDetachCallback = IO Bool __Returns:__ 'True' to stop other handlers from being invoked for the event. 'False' to propagate the event further.
- GI.WebKit2.Objects.WebInspector: type WebInspectorOpenWindowCallback = IO Bool
+ GI.WebKit2.Objects.WebInspector: type WebInspectorOpenWindowCallback = IO Bool __Returns:__ 'True' to stop other handlers from being invoked for the event. 'False' to propagate the event further.
- GI.WebKit2.Objects.WebInspector: wrap_WebInspectorAttachCallback :: WebInspectorAttachCallback -> Ptr () -> Ptr () -> IO CInt
+ GI.WebKit2.Objects.WebInspector: wrap_WebInspectorAttachCallback :: WebInspectorAttachCallback -> C_WebInspectorAttachCallback
- GI.WebKit2.Objects.WebInspector: wrap_WebInspectorBringToFrontCallback :: WebInspectorBringToFrontCallback -> Ptr () -> Ptr () -> IO CInt
+ GI.WebKit2.Objects.WebInspector: wrap_WebInspectorBringToFrontCallback :: WebInspectorBringToFrontCallback -> C_WebInspectorBringToFrontCallback
- GI.WebKit2.Objects.WebInspector: wrap_WebInspectorClosedCallback :: WebInspectorClosedCallback -> Ptr () -> Ptr () -> IO ()
+ GI.WebKit2.Objects.WebInspector: wrap_WebInspectorClosedCallback :: WebInspectorClosedCallback -> C_WebInspectorClosedCallback
- GI.WebKit2.Objects.WebInspector: wrap_WebInspectorDetachCallback :: WebInspectorDetachCallback -> Ptr () -> Ptr () -> IO CInt
+ GI.WebKit2.Objects.WebInspector: wrap_WebInspectorDetachCallback :: WebInspectorDetachCallback -> C_WebInspectorDetachCallback
- GI.WebKit2.Objects.WebInspector: wrap_WebInspectorOpenWindowCallback :: WebInspectorOpenWindowCallback -> Ptr () -> Ptr () -> IO CInt
+ GI.WebKit2.Objects.WebInspector: wrap_WebInspectorOpenWindowCallback :: WebInspectorOpenWindowCallback -> C_WebInspectorOpenWindowCallback
- GI.WebKit2.Objects.WebResource: type WebResourceFailedCallback = GError -> IO ()
+ GI.WebKit2.Objects.WebResource: type WebResourceFailedCallback = GError /@error@/: the 'GError' that was triggered -> IO ()
- GI.WebKit2.Objects.WebResource: type WebResourceFailedWithTlsErrorsCallback = TlsCertificate -> [TlsCertificateFlags] -> IO ()
+ GI.WebKit2.Objects.WebResource: type WebResourceFailedWithTlsErrorsCallback = TlsCertificate /@certificate@/: a 'GI.Gio.Objects.TlsCertificate.TlsCertificate' -> [TlsCertificateFlags] /@errors@/: a 'GI.Gio.Flags.TlsCertificateFlags' with the verification status of /@certificate@/ -> IO ()
- GI.WebKit2.Objects.WebResource: type WebResourceReceivedDataCallback = Word64 -> IO ()
+ GI.WebKit2.Objects.WebResource: type WebResourceReceivedDataCallback = Word64 /@dataLength@/: the length of data received in bytes -> IO ()
- GI.WebKit2.Objects.WebResource: type WebResourceSentRequestCallback = URIRequest -> URIResponse -> IO ()
+ GI.WebKit2.Objects.WebResource: type WebResourceSentRequestCallback = URIRequest /@request@/: a 'GI.WebKit2.Objects.URIRequest.URIRequest' -> URIResponse /@redirectedResponse@/: a 'GI.WebKit2.Objects.URIResponse.URIResponse', or 'Nothing' -> IO ()
- GI.WebKit2.Objects.WebResource: wrap_WebResourceFailedCallback :: WebResourceFailedCallback -> Ptr () -> Ptr GError -> Ptr () -> IO ()
+ GI.WebKit2.Objects.WebResource: wrap_WebResourceFailedCallback :: WebResourceFailedCallback -> C_WebResourceFailedCallback
- GI.WebKit2.Objects.WebResource: wrap_WebResourceFailedWithTlsErrorsCallback :: WebResourceFailedWithTlsErrorsCallback -> Ptr () -> Ptr TlsCertificate -> CUInt -> Ptr () -> IO ()
+ GI.WebKit2.Objects.WebResource: wrap_WebResourceFailedWithTlsErrorsCallback :: WebResourceFailedWithTlsErrorsCallback -> C_WebResourceFailedWithTlsErrorsCallback
- GI.WebKit2.Objects.WebResource: wrap_WebResourceFinishedCallback :: WebResourceFinishedCallback -> Ptr () -> Ptr () -> IO ()
+ GI.WebKit2.Objects.WebResource: wrap_WebResourceFinishedCallback :: WebResourceFinishedCallback -> C_WebResourceFinishedCallback
- GI.WebKit2.Objects.WebResource: wrap_WebResourceReceivedDataCallback :: WebResourceReceivedDataCallback -> Ptr () -> Word64 -> Ptr () -> IO ()
+ GI.WebKit2.Objects.WebResource: wrap_WebResourceReceivedDataCallback :: WebResourceReceivedDataCallback -> C_WebResourceReceivedDataCallback
- GI.WebKit2.Objects.WebResource: wrap_WebResourceSentRequestCallback :: WebResourceSentRequestCallback -> Ptr () -> Ptr URIRequest -> Ptr URIResponse -> Ptr () -> IO ()
+ GI.WebKit2.Objects.WebResource: wrap_WebResourceSentRequestCallback :: WebResourceSentRequestCallback -> C_WebResourceSentRequestCallback
- GI.WebKit2.Objects.WebView: type WebViewAuthenticateCallback = AuthenticationRequest -> IO Bool
+ GI.WebKit2.Objects.WebView: type WebViewAuthenticateCallback = AuthenticationRequest /@request@/: a 'GI.WebKit2.Objects.AuthenticationRequest.AuthenticationRequest' -> IO Bool __Returns:__ 'True' to stop other handlers from being invoked for the event. 'False' to propagate the event further.
- GI.WebKit2.Objects.WebView: type WebViewContextMenuCallback = ContextMenu -> Event -> HitTestResult -> IO Bool
+ GI.WebKit2.Objects.WebView: type WebViewContextMenuCallback = ContextMenu /@contextMenu@/: the proposed 'GI.WebKit2.Objects.ContextMenu.ContextMenu' -> Event /@event@/: the 'GI.Gdk.Unions.Event.Event' that triggered the context menu -> HitTestResult /@hitTestResult@/: a 'GI.WebKit2.Objects.HitTestResult.HitTestResult' -> IO Bool __Returns:__ 'True' to stop other handlers from being invoked for the event. 'False' to propagate the event further.
- GI.WebKit2.Objects.WebView: type WebViewCreateCallback = NavigationAction -> IO Widget
+ GI.WebKit2.Objects.WebView: type WebViewCreateCallback = NavigationAction /@navigationAction@/: a 'GI.WebKit2.Structs.NavigationAction.NavigationAction' -> IO Widget __Returns:__ a newly allocated 'GI.WebKit2.Objects.WebView.WebView' widget or 'Nothing' to propagate the event further.
- GI.WebKit2.Objects.WebView: type WebViewDecidePolicyCallback = PolicyDecision -> PolicyDecisionType -> IO Bool
+ GI.WebKit2.Objects.WebView: type WebViewDecidePolicyCallback = PolicyDecision /@decision@/: the 'GI.WebKit2.Objects.PolicyDecision.PolicyDecision' -> PolicyDecisionType /@decisionType@/: a 'GI.WebKit2.Enums.PolicyDecisionType' denoting the type of /@decision@/ -> IO Bool __Returns:__ 'True' to stop other handlers from being invoked for the event. 'False' to propagate the event further.
- GI.WebKit2.Objects.WebView: type WebViewEnterFullscreenCallback = IO Bool
+ GI.WebKit2.Objects.WebView: type WebViewEnterFullscreenCallback = IO Bool __Returns:__ 'True' to stop other handlers from being invoked for the event. 'False' to continue emission of the event.
- GI.WebKit2.Objects.WebView: type WebViewInsecureContentDetectedCallback = InsecureContentEvent -> IO ()
+ GI.WebKit2.Objects.WebView: type WebViewInsecureContentDetectedCallback = InsecureContentEvent /@event@/: the 'GI.WebKit2.Enums.InsecureContentEvent' -> IO ()
- GI.WebKit2.Objects.WebView: type WebViewLeaveFullscreenCallback = IO Bool
+ GI.WebKit2.Objects.WebView: type WebViewLeaveFullscreenCallback = IO Bool __Returns:__ 'True' to stop other handlers from being invoked for the event. 'False' to continue emission of the event.
- GI.WebKit2.Objects.WebView: type WebViewLoadChangedCallback = LoadEvent -> IO ()
+ GI.WebKit2.Objects.WebView: type WebViewLoadChangedCallback = LoadEvent /@loadEvent@/: the 'GI.WebKit2.Enums.LoadEvent' -> IO ()
- GI.WebKit2.Objects.WebView: type WebViewLoadFailedCallback = LoadEvent -> Text -> GError -> IO Bool
+ GI.WebKit2.Objects.WebView: type WebViewLoadFailedCallback = LoadEvent /@loadEvent@/: the 'GI.WebKit2.Enums.LoadEvent' of the load operation -> Text /@failingUri@/: the URI that failed to load -> GError /@error@/: the 'GError' that was triggered -> IO Bool __Returns:__ 'True' to stop other handlers from being invoked for the event. 'False' to propagate the event further.
- GI.WebKit2.Objects.WebView: type WebViewLoadFailedWithTlsErrorsCallback = Text -> TlsCertificate -> [TlsCertificateFlags] -> IO Bool
+ GI.WebKit2.Objects.WebView: type WebViewLoadFailedWithTlsErrorsCallback = Text /@failingUri@/: the URI that failed to load -> TlsCertificate /@certificate@/: a 'GI.Gio.Objects.TlsCertificate.TlsCertificate' -> [TlsCertificateFlags] /@errors@/: a 'GI.Gio.Flags.TlsCertificateFlags' with the verification status of /@certificate@/ -> IO Bool __Returns:__ 'True' to stop other handlers from being invoked for the event. 'False' to propagate the event further.
- GI.WebKit2.Objects.WebView: type WebViewMouseTargetChangedCallback = HitTestResult -> Word32 -> IO ()
+ GI.WebKit2.Objects.WebView: type WebViewMouseTargetChangedCallback = HitTestResult /@hitTestResult@/: a 'GI.WebKit2.Objects.HitTestResult.HitTestResult' -> Word32 /@modifiers@/: a bitmask of 'GI.Gdk.Flags.ModifierType' -> IO ()
- GI.WebKit2.Objects.WebView: type WebViewPermissionRequestCallback = PermissionRequest -> IO Bool
+ GI.WebKit2.Objects.WebView: type WebViewPermissionRequestCallback = PermissionRequest /@request@/: the 'GI.WebKit2.Interfaces.PermissionRequest.PermissionRequest' -> IO Bool __Returns:__ 'True' to stop other handlers from being invoked for the event. 'False' to propagate the event further.
- GI.WebKit2.Objects.WebView: type WebViewPrintCallback = PrintOperation -> IO Bool
+ GI.WebKit2.Objects.WebView: type WebViewPrintCallback = PrintOperation /@printOperation@/: the 'GI.WebKit2.Objects.PrintOperation.PrintOperation' that will handle the print request -> IO Bool __Returns:__ 'True' to stop other handlers from being invoked for the event. 'False' to propagate the event further.
- GI.WebKit2.Objects.WebView: type WebViewResourceLoadStartedCallback = WebResource -> URIRequest -> IO ()
+ GI.WebKit2.Objects.WebView: type WebViewResourceLoadStartedCallback = WebResource /@resource@/: a 'GI.WebKit2.Objects.WebResource.WebResource' -> URIRequest /@request@/: a 'GI.WebKit2.Objects.URIRequest.URIRequest' -> IO ()
- GI.WebKit2.Objects.WebView: type WebViewRunColorChooserCallback = ColorChooserRequest -> IO Bool
+ GI.WebKit2.Objects.WebView: type WebViewRunColorChooserCallback = ColorChooserRequest /@request@/: a 'GI.WebKit2.Objects.ColorChooserRequest.ColorChooserRequest' -> IO Bool __Returns:__ 'True' to stop other handlers from being invoked for the event. 'False' to propagate the event further.
- GI.WebKit2.Objects.WebView: type WebViewRunFileChooserCallback = FileChooserRequest -> IO Bool
+ GI.WebKit2.Objects.WebView: type WebViewRunFileChooserCallback = FileChooserRequest /@request@/: a 'GI.WebKit2.Objects.FileChooserRequest.FileChooserRequest' -> IO Bool __Returns:__ 'True' to stop other handlers from being invoked for the event. 'False' to propagate the event further.
- GI.WebKit2.Objects.WebView: type WebViewScriptDialogCallback = ScriptDialog -> IO Bool
+ GI.WebKit2.Objects.WebView: type WebViewScriptDialogCallback = ScriptDialog /@dialog@/: the 'GI.WebKit2.Structs.ScriptDialog.ScriptDialog' to show -> IO Bool __Returns:__ 'True' to stop other handlers from being invoked for the event. 'False' to propagate the event further.
- GI.WebKit2.Objects.WebView: type WebViewShowNotificationCallback = Notification -> IO Bool
+ GI.WebKit2.Objects.WebView: type WebViewShowNotificationCallback = Notification /@notification@/: a 'GI.WebKit2.Objects.Notification.Notification' -> IO Bool __Returns:__ 'True' to stop other handlers from being invoked. 'False' otherwise.
- GI.WebKit2.Objects.WebView: type WebViewSubmitFormCallback = FormSubmissionRequest -> IO ()
+ GI.WebKit2.Objects.WebView: type WebViewSubmitFormCallback = FormSubmissionRequest /@request@/: a 'GI.WebKit2.Objects.FormSubmissionRequest.FormSubmissionRequest' -> IO ()
- GI.WebKit2.Objects.WebView: type WebViewWebProcessCrashedCallback = IO Bool
+ GI.WebKit2.Objects.WebView: type WebViewWebProcessCrashedCallback = IO Bool __Returns:__ 'True' to stop other handlers from being invoked for the event. 'False' to propagate the event further.
- GI.WebKit2.Objects.WebView: webViewNewWithRelatedView :: (HasCallStack, MonadIO m, IsWebView a) => a -> m Widget
+ GI.WebKit2.Objects.WebView: webViewNewWithRelatedView :: (HasCallStack, MonadIO m, IsWebView a) => a -> m WebView
- GI.WebKit2.Objects.WebView: wrap_WebViewAuthenticateCallback :: WebViewAuthenticateCallback -> Ptr () -> Ptr AuthenticationRequest -> Ptr () -> IO CInt
+ GI.WebKit2.Objects.WebView: wrap_WebViewAuthenticateCallback :: WebViewAuthenticateCallback -> C_WebViewAuthenticateCallback
- GI.WebKit2.Objects.WebView: wrap_WebViewCloseCallback :: WebViewCloseCallback -> Ptr () -> Ptr () -> IO ()
+ GI.WebKit2.Objects.WebView: wrap_WebViewCloseCallback :: WebViewCloseCallback -> C_WebViewCloseCallback
- GI.WebKit2.Objects.WebView: wrap_WebViewContextMenuCallback :: WebViewContextMenuCallback -> Ptr () -> Ptr ContextMenu -> Ptr Event -> Ptr HitTestResult -> Ptr () -> IO CInt
+ GI.WebKit2.Objects.WebView: wrap_WebViewContextMenuCallback :: WebViewContextMenuCallback -> C_WebViewContextMenuCallback
- GI.WebKit2.Objects.WebView: wrap_WebViewContextMenuDismissedCallback :: WebViewContextMenuDismissedCallback -> Ptr () -> Ptr () -> IO ()
+ GI.WebKit2.Objects.WebView: wrap_WebViewContextMenuDismissedCallback :: WebViewContextMenuDismissedCallback -> C_WebViewContextMenuDismissedCallback
- GI.WebKit2.Objects.WebView: wrap_WebViewCreateCallback :: WebViewCreateCallback -> Ptr () -> Ptr NavigationAction -> Ptr () -> IO (Ptr Widget)
+ GI.WebKit2.Objects.WebView: wrap_WebViewCreateCallback :: WebViewCreateCallback -> C_WebViewCreateCallback
- GI.WebKit2.Objects.WebView: wrap_WebViewDecidePolicyCallback :: WebViewDecidePolicyCallback -> Ptr () -> Ptr PolicyDecision -> CUInt -> Ptr () -> IO CInt
+ GI.WebKit2.Objects.WebView: wrap_WebViewDecidePolicyCallback :: WebViewDecidePolicyCallback -> C_WebViewDecidePolicyCallback
- GI.WebKit2.Objects.WebView: wrap_WebViewEnterFullscreenCallback :: WebViewEnterFullscreenCallback -> Ptr () -> Ptr () -> IO CInt
+ GI.WebKit2.Objects.WebView: wrap_WebViewEnterFullscreenCallback :: WebViewEnterFullscreenCallback -> C_WebViewEnterFullscreenCallback
- GI.WebKit2.Objects.WebView: wrap_WebViewInsecureContentDetectedCallback :: WebViewInsecureContentDetectedCallback -> Ptr () -> CUInt -> Ptr () -> IO ()
+ GI.WebKit2.Objects.WebView: wrap_WebViewInsecureContentDetectedCallback :: WebViewInsecureContentDetectedCallback -> C_WebViewInsecureContentDetectedCallback
- GI.WebKit2.Objects.WebView: wrap_WebViewLeaveFullscreenCallback :: WebViewLeaveFullscreenCallback -> Ptr () -> Ptr () -> IO CInt
+ GI.WebKit2.Objects.WebView: wrap_WebViewLeaveFullscreenCallback :: WebViewLeaveFullscreenCallback -> C_WebViewLeaveFullscreenCallback
- GI.WebKit2.Objects.WebView: wrap_WebViewLoadChangedCallback :: WebViewLoadChangedCallback -> Ptr () -> CUInt -> Ptr () -> IO ()
+ GI.WebKit2.Objects.WebView: wrap_WebViewLoadChangedCallback :: WebViewLoadChangedCallback -> C_WebViewLoadChangedCallback
- GI.WebKit2.Objects.WebView: wrap_WebViewLoadFailedCallback :: WebViewLoadFailedCallback -> Ptr () -> CUInt -> CString -> Ptr GError -> Ptr () -> IO CInt
+ GI.WebKit2.Objects.WebView: wrap_WebViewLoadFailedCallback :: WebViewLoadFailedCallback -> C_WebViewLoadFailedCallback
- GI.WebKit2.Objects.WebView: wrap_WebViewLoadFailedWithTlsErrorsCallback :: WebViewLoadFailedWithTlsErrorsCallback -> Ptr () -> CString -> Ptr TlsCertificate -> CUInt -> Ptr () -> IO CInt
+ GI.WebKit2.Objects.WebView: wrap_WebViewLoadFailedWithTlsErrorsCallback :: WebViewLoadFailedWithTlsErrorsCallback -> C_WebViewLoadFailedWithTlsErrorsCallback
- GI.WebKit2.Objects.WebView: wrap_WebViewMouseTargetChangedCallback :: WebViewMouseTargetChangedCallback -> Ptr () -> Ptr HitTestResult -> Word32 -> Ptr () -> IO ()
+ GI.WebKit2.Objects.WebView: wrap_WebViewMouseTargetChangedCallback :: WebViewMouseTargetChangedCallback -> C_WebViewMouseTargetChangedCallback
- GI.WebKit2.Objects.WebView: wrap_WebViewPermissionRequestCallback :: WebViewPermissionRequestCallback -> Ptr () -> Ptr PermissionRequest -> Ptr () -> IO CInt
+ GI.WebKit2.Objects.WebView: wrap_WebViewPermissionRequestCallback :: WebViewPermissionRequestCallback -> C_WebViewPermissionRequestCallback
- GI.WebKit2.Objects.WebView: wrap_WebViewPrintCallback :: WebViewPrintCallback -> Ptr () -> Ptr PrintOperation -> Ptr () -> IO CInt
+ GI.WebKit2.Objects.WebView: wrap_WebViewPrintCallback :: WebViewPrintCallback -> C_WebViewPrintCallback
- GI.WebKit2.Objects.WebView: wrap_WebViewReadyToShowCallback :: WebViewReadyToShowCallback -> Ptr () -> Ptr () -> IO ()
+ GI.WebKit2.Objects.WebView: wrap_WebViewReadyToShowCallback :: WebViewReadyToShowCallback -> C_WebViewReadyToShowCallback
- GI.WebKit2.Objects.WebView: wrap_WebViewResourceLoadStartedCallback :: WebViewResourceLoadStartedCallback -> Ptr () -> Ptr WebResource -> Ptr URIRequest -> Ptr () -> IO ()
+ GI.WebKit2.Objects.WebView: wrap_WebViewResourceLoadStartedCallback :: WebViewResourceLoadStartedCallback -> C_WebViewResourceLoadStartedCallback
- GI.WebKit2.Objects.WebView: wrap_WebViewRunAsModalCallback :: WebViewRunAsModalCallback -> Ptr () -> Ptr () -> IO ()
+ GI.WebKit2.Objects.WebView: wrap_WebViewRunAsModalCallback :: WebViewRunAsModalCallback -> C_WebViewRunAsModalCallback
- GI.WebKit2.Objects.WebView: wrap_WebViewRunColorChooserCallback :: WebViewRunColorChooserCallback -> Ptr () -> Ptr ColorChooserRequest -> Ptr () -> IO CInt
+ GI.WebKit2.Objects.WebView: wrap_WebViewRunColorChooserCallback :: WebViewRunColorChooserCallback -> C_WebViewRunColorChooserCallback
- GI.WebKit2.Objects.WebView: wrap_WebViewRunFileChooserCallback :: WebViewRunFileChooserCallback -> Ptr () -> Ptr FileChooserRequest -> Ptr () -> IO CInt
+ GI.WebKit2.Objects.WebView: wrap_WebViewRunFileChooserCallback :: WebViewRunFileChooserCallback -> C_WebViewRunFileChooserCallback
- GI.WebKit2.Objects.WebView: wrap_WebViewScriptDialogCallback :: WebViewScriptDialogCallback -> Ptr () -> Ptr ScriptDialog -> Ptr () -> IO CInt
+ GI.WebKit2.Objects.WebView: wrap_WebViewScriptDialogCallback :: WebViewScriptDialogCallback -> C_WebViewScriptDialogCallback
- GI.WebKit2.Objects.WebView: wrap_WebViewShowNotificationCallback :: WebViewShowNotificationCallback -> Ptr () -> Ptr Notification -> Ptr () -> IO CInt
+ GI.WebKit2.Objects.WebView: wrap_WebViewShowNotificationCallback :: WebViewShowNotificationCallback -> C_WebViewShowNotificationCallback
- GI.WebKit2.Objects.WebView: wrap_WebViewSubmitFormCallback :: WebViewSubmitFormCallback -> Ptr () -> Ptr FormSubmissionRequest -> Ptr () -> IO ()
+ GI.WebKit2.Objects.WebView: wrap_WebViewSubmitFormCallback :: WebViewSubmitFormCallback -> C_WebViewSubmitFormCallback
- GI.WebKit2.Objects.WebView: wrap_WebViewWebProcessCrashedCallback :: WebViewWebProcessCrashedCallback -> Ptr () -> Ptr () -> IO CInt
+ GI.WebKit2.Objects.WebView: wrap_WebViewWebProcessCrashedCallback :: WebViewWebProcessCrashedCallback -> C_WebViewWebProcessCrashedCallback

Files

ChangeLog.md view
@@ -0,0 +1,4 @@+### 4.0.15+++ Remove enable-overloading flags, and use instead explicit CPP checks for 'haskell-gi-overloading-1.0', see [how to disable overloading](https://github.com/haskell-gi/haskell-gi/wiki/Overloading\#disabling-overloading).+
README.md view
@@ -1,6 +1,6 @@ # Documentation Autogenerated documentation for this package can be found at -[https://hackage.haskell.org/package/gi-webkit2-4.0.14/docs/GI-WebKit2.html](https://hackage.haskell.org/package/gi-webkit2-4.0.14/docs/GI-WebKit2.html)+[https://hackage.haskell.org/package/gi-webkit2-4.0.15/docs/GI-WebKit2.html](https://hackage.haskell.org/package/gi-webkit2-4.0.15/docs/GI-WebKit2.html)  For general documentation on using [haskell-gi](https://github.com/haskell-gi/haskell-gi) based bindings, see [the project page](https://github.com/haskell-gi/haskell-gi) or [the Wiki](https://github.com/haskell-gi/haskell-gi/wiki).
gi-webkit2.cabal view
@@ -1,5 +1,5 @@ name:                 gi-webkit2-version:              4.0.14+version:              4.0.15 synopsis:             WebKit2 bindings description:          Bindings for WebKit2, autogenerated by haskell-gi. homepage:             https://github.com/haskell-gi/haskell-gi@@ -16,11 +16,7 @@ custom-setup       setup-depends: base >= 4.7 && < 5,                      Cabal >= 1.24,-                     haskell-gi >= 0.20.1 && < 1--Flag enable-overloading-      Description: Enable support for overloaded labels.-      Default: True+                     haskell-gi == 0.21.*  library       default-language: Haskell2010@@ -28,16 +24,11 @@       other-extensions: PatternSynonyms, ViewPatterns       ghc-options: -fno-warn-unused-imports -fno-warn-warnings-deprecations -      if flag(enable-overloading)-         cpp-options: -DENABLE_OVERLOADING-         build-depends: haskell-gi-overloading == 1.0.*-      else-         build-depends: haskell-gi-overloading == 0.0-       pkgconfig-depends: webkit2gtk-4.0       build-depends: base >= 4.7 && <5,-                     haskell-gi-base >= 0.20 && < 1,-                     haskell-gi >= 0.20.1 && < 1,+                     haskell-gi-base == 0.21.*,+                     haskell-gi == 0.21.*,+                     haskell-gi-overloading < 1.1,                      gi-cairo == 1.0.*,                      gi-soup == 2.4.*,                      gi-javascriptcore == 4.0.*,@@ -51,3 +42,8 @@                      containers >= 0.5 && < 1,                      text >= 1.0 && < 2,                      transformers >= 0.4 && < 1++      -- Disable overloading when compiling under GHC 8.2.x+      -- see https://ghc.haskell.org/trac/ghc/ticket/14382+      if impl(ghc == 8.2.*)+              build-depends: haskell-gi-overloading == 0.0
stack.yaml view
@@ -1,5 +1,3 @@ packages: - '.'-explicit-setup-deps:-  ! '*': true-resolver: nightly-2016-12-05+resolver: lts-9.21