gi-webkit-3.0.9: WebKit bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit.Objects.SoupAuthDialog

Contents

Description

 

Synopsis

Exported types

newtype SoupAuthDialog Source #

Constructors

SoupAuthDialog (ManagedPtr SoupAuthDialog) 

Instances

GObject SoupAuthDialog Source # 
IsObject SoupAuthDialog Source # 
IsSessionFeature SoupAuthDialog Source # 
IsSoupAuthDialog SoupAuthDialog Source # 
((~) * info (ResolveSoupAuthDialogMethod t SoupAuthDialog), MethodInfo * info SoupAuthDialog p) => IsLabel t (SoupAuthDialog -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> SoupAuthDialog -> p #

((~) * info (ResolveSoupAuthDialogMethod t SoupAuthDialog), MethodInfo * info SoupAuthDialog p) => IsLabelProxy t (SoupAuthDialog -> p) Source # 
HasAttributeList * SoupAuthDialog Source # 
type SignalList SoupAuthDialog Source # 
type SignalList SoupAuthDialog
type AttributeList SoupAuthDialog Source # 
type AttributeList SoupAuthDialog

class GObject o => IsSoupAuthDialog o Source #

Instances

Signals

currentToplevel

type C_SoupAuthDialogCurrentToplevelCallback = Ptr () -> Ptr Message -> Ptr () -> IO (Ptr Widget) Source #

data SoupAuthDialogCurrentToplevelSignalInfo Source #

Instances

SignalInfo SoupAuthDialogCurrentToplevelSignalInfo Source # 

Associated Types

type HaskellCallbackType SoupAuthDialogCurrentToplevelSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o SoupAuthDialogCurrentToplevelSignalInfo -> o -> HaskellCallbackType SoupAuthDialogCurrentToplevelSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType SoupAuthDialogCurrentToplevelSignalInfo Source #