Documentation ¶
Index ¶
- Constants
- func DownloadErrorQuark() glib.Quark
- func FaviconDatabaseErrorQuark() glib.Quark
- func GetMajorVersion() uint32
- func GetMicroVersion() uint32
- func GetMinorVersion() uint32
- func JavascriptErrorQuark() glib.Quark
- func NetworkErrorQuark() glib.Quark
- func PluginErrorQuark() glib.Quark
- func PolicyErrorQuark() glib.Quark
- func PrintErrorQuark() glib.Quark
- func SnapshotErrorQuark() glib.Quark
- type ApplicationInfo
- type AuthenticationRequest
- type AuthenticationRequestClass
- type AuthenticationRequestPrivate
- type AutomationSession
- type AutomationSessionClass
- type AutomationSessionPrivate
- type BackForwardList
- func (recv *BackForwardList) Equals(other *BackForwardList) bool
- func (recv *BackForwardList) GetBackItem() *BackForwardListItem
- func (recv *BackForwardList) GetBackList() *glib.List
- func (recv *BackForwardList) GetBackListWithLimit(limit uint32) *glib.List
- func (recv *BackForwardList) GetCurrentItem() *BackForwardListItem
- func (recv *BackForwardList) GetForwardItem() *BackForwardListItem
- func (recv *BackForwardList) GetForwardList() *glib.List
- func (recv *BackForwardList) GetForwardListWithLimit(limit uint32) *glib.List
- func (recv *BackForwardList) GetLength() uint32
- func (recv *BackForwardList) GetNthItem(index int32) *BackForwardListItem
- func (recv *BackForwardList) Object() *gobject.Object
- func (recv *BackForwardList) ToC() unsafe.Pointer
- type BackForwardListClass
- type BackForwardListItem
- func (recv *BackForwardListItem) Equals(other *BackForwardListItem) bool
- func (recv *BackForwardListItem) GetOriginalUri() string
- func (recv *BackForwardListItem) GetTitle() string
- func (recv *BackForwardListItem) GetUri() string
- func (recv *BackForwardListItem) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *BackForwardListItem) Object() *gobject.Object
- func (recv *BackForwardListItem) ToC() unsafe.Pointer
- type BackForwardListItemClass
- type BackForwardListItemPrivate
- type BackForwardListPrivate
- type CacheModel
- type ColorChooserRequest
- type ColorChooserRequestClass
- type ColorChooserRequestPrivate
- type ContextMenu
- func (recv *ContextMenu) Append(item *ContextMenuItem)
- func (recv *ContextMenu) Equals(other *ContextMenu) bool
- func (recv *ContextMenu) First() *ContextMenuItem
- func (recv *ContextMenu) GetItemAtPosition(position uint32) *ContextMenuItem
- func (recv *ContextMenu) GetItems() *glib.List
- func (recv *ContextMenu) GetNItems() uint32
- func (recv *ContextMenu) Insert(item *ContextMenuItem, position int32)
- func (recv *ContextMenu) Last() *ContextMenuItem
- func (recv *ContextMenu) MoveItem(item *ContextMenuItem, position int32)
- func (recv *ContextMenu) Object() *gobject.Object
- func (recv *ContextMenu) Prepend(item *ContextMenuItem)
- func (recv *ContextMenu) Remove(item *ContextMenuItem)
- func (recv *ContextMenu) RemoveAll()
- func (recv *ContextMenu) ToC() unsafe.Pointer
- type ContextMenuAction
- type ContextMenuClass
- type ContextMenuItem
- func CastToContextMenuItem(object *gobject.Object) *ContextMenuItem
- func ContextMenuItemNew(action *gtk.Action) *ContextMenuItem
- func ContextMenuItemNewFromC(u unsafe.Pointer) *ContextMenuItem
- func ContextMenuItemNewFromStockAction(action ContextMenuAction) *ContextMenuItem
- func ContextMenuItemNewFromStockActionWithLabel(action ContextMenuAction, label string) *ContextMenuItem
- func ContextMenuItemNewSeparator() *ContextMenuItem
- func ContextMenuItemNewWithSubmenu(label string, submenu *ContextMenu) *ContextMenuItem
- func (recv *ContextMenuItem) Equals(other *ContextMenuItem) bool
- func (recv *ContextMenuItem) GetAction() *gtk.Action
- func (recv *ContextMenuItem) GetStockAction() ContextMenuAction
- func (recv *ContextMenuItem) GetSubmenu() *ContextMenu
- func (recv *ContextMenuItem) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *ContextMenuItem) IsSeparator() bool
- func (recv *ContextMenuItem) Object() *gobject.Object
- func (recv *ContextMenuItem) SetSubmenu(submenu *ContextMenu)
- func (recv *ContextMenuItem) ToC() unsafe.Pointer
- type ContextMenuItemClass
- type ContextMenuItemPrivate
- type ContextMenuPrivate
- type CookieAcceptPolicy
- type CookieManager
- func (recv *CookieManager) ConnectChanged(callback CookieManagerSignalChangedCallback) int
- func (recv *CookieManager) DeleteAllCookies()
- func (recv *CookieManager) DeleteCookiesForDomain(domain string)
- func (recv *CookieManager) DisconnectChanged(connectionID int)
- func (recv *CookieManager) Equals(other *CookieManager) bool
- func (recv *CookieManager) GetAcceptPolicyFinish(result *gio.AsyncResult) (CookieAcceptPolicy, error)
- func (recv *CookieManager) GetDomainsWithCookiesFinish(result *gio.AsyncResult) ([]string, error)
- func (recv *CookieManager) Object() *gobject.Object
- func (recv *CookieManager) SetAcceptPolicy(policy CookieAcceptPolicy)
- func (recv *CookieManager) SetPersistentStorage(filename string, storage CookiePersistentStorage)
- func (recv *CookieManager) ToC() unsafe.Pointer
- type CookieManagerClass
- type CookieManagerPrivate
- type CookieManagerSignalChangedCallback
- type CookiePersistentStorage
- type Credential
- type DeviceInfoPermissionRequest
- type DeviceInfoPermissionRequestClass
- type DeviceInfoPermissionRequestPrivate
- type Download
- func (recv *Download) Cancel()
- func (recv *Download) ConnectCreatedDestination(callback DownloadSignalCreatedDestinationCallback) int
- func (recv *Download) ConnectDecideDestination(callback DownloadSignalDecideDestinationCallback) int
- func (recv *Download) ConnectFailed(callback DownloadSignalFailedCallback) int
- func (recv *Download) ConnectFinished(callback DownloadSignalFinishedCallback) int
- func (recv *Download) ConnectReceivedData(callback DownloadSignalReceivedDataCallback) int
- func (recv *Download) DisconnectCreatedDestination(connectionID int)
- func (recv *Download) DisconnectDecideDestination(connectionID int)
- func (recv *Download) DisconnectFailed(connectionID int)
- func (recv *Download) DisconnectFinished(connectionID int)
- func (recv *Download) DisconnectReceivedData(connectionID int)
- func (recv *Download) Equals(other *Download) bool
- func (recv *Download) GetDestination() string
- func (recv *Download) GetElapsedTime() float64
- func (recv *Download) GetEstimatedProgress() float64
- func (recv *Download) GetReceivedDataLength() uint64
- func (recv *Download) GetRequest() *URIRequest
- func (recv *Download) GetResponse() *URIResponse
- func (recv *Download) GetWebView() *WebView
- func (recv *Download) Object() *gobject.Object
- func (recv *Download) SetDestination(uri string)
- func (recv *Download) ToC() unsafe.Pointer
- type DownloadClass
- type DownloadError
- type DownloadPrivate
- type DownloadSignalCreatedDestinationCallback
- type DownloadSignalDecideDestinationCallback
- type DownloadSignalFailedCallback
- type DownloadSignalFinishedCallback
- type DownloadSignalReceivedDataCallback
- type EditorState
- type EditorStateClass
- type EditorStatePrivate
- type FaviconDatabase
- func (recv *FaviconDatabase) Clear()
- func (recv *FaviconDatabase) ConnectFaviconChanged(callback FaviconDatabaseSignalFaviconChangedCallback) int
- func (recv *FaviconDatabase) DisconnectFaviconChanged(connectionID int)
- func (recv *FaviconDatabase) Equals(other *FaviconDatabase) bool
- func (recv *FaviconDatabase) GetFaviconFinish(result *gio.AsyncResult) (*cairo.Surface, error)
- func (recv *FaviconDatabase) GetFaviconUri(pageUri string) string
- func (recv *FaviconDatabase) Object() *gobject.Object
- func (recv *FaviconDatabase) ToC() unsafe.Pointer
- type FaviconDatabaseClass
- type FaviconDatabaseError
- type FaviconDatabasePrivate
- type FaviconDatabaseSignalFaviconChangedCallback
- type FileChooserRequest
- func (recv *FileChooserRequest) Cancel()
- func (recv *FileChooserRequest) Equals(other *FileChooserRequest) bool
- func (recv *FileChooserRequest) GetMimeTypes() []string
- func (recv *FileChooserRequest) GetMimeTypesFilter() *gtk.FileFilter
- func (recv *FileChooserRequest) GetSelectMultiple() bool
- func (recv *FileChooserRequest) GetSelectedFiles() []string
- func (recv *FileChooserRequest) Object() *gobject.Object
- func (recv *FileChooserRequest) SelectFiles(files []string)
- func (recv *FileChooserRequest) ToC() unsafe.Pointer
- type FileChooserRequestClass
- type FileChooserRequestPrivate
- type FindController
- func (recv *FindController) ConnectCountedMatches(callback FindControllerSignalCountedMatchesCallback) int
- func (recv *FindController) ConnectFailedToFindText(callback FindControllerSignalFailedToFindTextCallback) int
- func (recv *FindController) ConnectFoundText(callback FindControllerSignalFoundTextCallback) int
- func (recv *FindController) CountMatches(searchText string, findOptions uint32, maxMatchCount uint32)
- func (recv *FindController) DisconnectCountedMatches(connectionID int)
- func (recv *FindController) DisconnectFailedToFindText(connectionID int)
- func (recv *FindController) DisconnectFoundText(connectionID int)
- func (recv *FindController) Equals(other *FindController) bool
- func (recv *FindController) GetMaxMatchCount() uint32
- func (recv *FindController) GetOptions() uint32
- func (recv *FindController) GetSearchText() string
- func (recv *FindController) GetWebView() *WebView
- func (recv *FindController) Object() *gobject.Object
- func (recv *FindController) Search(searchText string, findOptions uint32, maxMatchCount uint32)
- func (recv *FindController) SearchFinish()
- func (recv *FindController) SearchNext()
- func (recv *FindController) SearchPrevious()
- func (recv *FindController) ToC() unsafe.Pointer
- type FindControllerClass
- type FindControllerPrivate
- type FindControllerSignalCountedMatchesCallback
- type FindControllerSignalFailedToFindTextCallback
- type FindControllerSignalFoundTextCallback
- type FindOptions
- type FormSubmissionRequest
- func (recv *FormSubmissionRequest) Equals(other *FormSubmissionRequest) bool
- func (recv *FormSubmissionRequest) GetTextFields() *glib.HashTable
- func (recv *FormSubmissionRequest) Object() *gobject.Object
- func (recv *FormSubmissionRequest) Submit()
- func (recv *FormSubmissionRequest) ToC() unsafe.Pointer
- type FormSubmissionRequestClass
- type FormSubmissionRequestPrivate
- type GeolocationManager
- type GeolocationManagerClass
- type GeolocationManagerPrivate
- type GeolocationPermissionRequest
- func (recv *GeolocationPermissionRequest) Equals(other *GeolocationPermissionRequest) bool
- func (recv *GeolocationPermissionRequest) Object() *gobject.Object
- func (recv *GeolocationPermissionRequest) PermissionRequest() *PermissionRequest
- func (recv *GeolocationPermissionRequest) ToC() unsafe.Pointer
- type GeolocationPermissionRequestClass
- type GeolocationPermissionRequestPrivate
- type HitTestResult
- func (recv *HitTestResult) ContextIsEditable() bool
- func (recv *HitTestResult) ContextIsImage() bool
- func (recv *HitTestResult) ContextIsLink() bool
- func (recv *HitTestResult) ContextIsMedia() bool
- func (recv *HitTestResult) ContextIsScrollbar() bool
- func (recv *HitTestResult) Equals(other *HitTestResult) bool
- func (recv *HitTestResult) GetContext() uint32
- func (recv *HitTestResult) GetImageUri() string
- func (recv *HitTestResult) GetLinkLabel() string
- func (recv *HitTestResult) GetLinkTitle() string
- func (recv *HitTestResult) GetLinkUri() string
- func (recv *HitTestResult) GetMediaUri() string
- func (recv *HitTestResult) Object() *gobject.Object
- func (recv *HitTestResult) ToC() unsafe.Pointer
- type HitTestResultClass
- type HitTestResultContext
- type HitTestResultPrivate
- type InsecureContentEvent
- type InstallMissingMediaPluginsPermissionRequest
- func (recv *InstallMissingMediaPluginsPermissionRequest) Equals(other *InstallMissingMediaPluginsPermissionRequest) bool
- func (recv *InstallMissingMediaPluginsPermissionRequest) Object() *gobject.Object
- func (recv *InstallMissingMediaPluginsPermissionRequest) PermissionRequest() *PermissionRequest
- func (recv *InstallMissingMediaPluginsPermissionRequest) ToC() unsafe.Pointer
- type InstallMissingMediaPluginsPermissionRequestClass
- type InstallMissingMediaPluginsPermissionRequestPrivate
- type JavascriptError
- type JavascriptResult
- type LoadEvent
- type MimeInfo
- type NavigationAction
- type NavigationPolicyDecision
- func (recv *NavigationPolicyDecision) Equals(other *NavigationPolicyDecision) bool
- func (recv *NavigationPolicyDecision) GetFrameName() string
- func (recv *NavigationPolicyDecision) GetModifiers() uint32
- func (recv *NavigationPolicyDecision) GetMouseButton() uint32
- func (recv *NavigationPolicyDecision) GetNavigationType() NavigationType
- func (recv *NavigationPolicyDecision) GetRequest() *URIRequest
- func (recv *NavigationPolicyDecision) Object() *gobject.Object
- func (recv *NavigationPolicyDecision) PolicyDecision() *PolicyDecision
- func (recv *NavigationPolicyDecision) ToC() unsafe.Pointer
- type NavigationPolicyDecisionClass
- type NavigationPolicyDecisionPrivate
- type NavigationType
- type NetworkError
- type NetworkProxySettings
- type Notification
- type NotificationClass
- type NotificationPermissionRequest
- func (recv *NotificationPermissionRequest) Equals(other *NotificationPermissionRequest) bool
- func (recv *NotificationPermissionRequest) Object() *gobject.Object
- func (recv *NotificationPermissionRequest) PermissionRequest() *PermissionRequest
- func (recv *NotificationPermissionRequest) ToC() unsafe.Pointer
- type NotificationPermissionRequestClass
- type NotificationPermissionRequestPrivate
- type NotificationPrivate
- type OptionMenu
- type OptionMenuClass
- type OptionMenuItem
- type OptionMenuPrivate
- type PermissionRequest
- type PermissionRequestIface
- type Plugin
- type PluginClass
- type PluginError
- type PluginPrivate
- type PolicyDecision
- type PolicyDecisionClass
- type PolicyDecisionPrivate
- type PolicyDecisionType
- type PolicyError
- type PrintCustomWidget
- type PrintCustomWidgetClass
- type PrintCustomWidgetPrivate
- type PrintError
- type PrintOperation
- func (recv *PrintOperation) ConnectFailed(callback PrintOperationSignalFailedCallback) int
- func (recv *PrintOperation) ConnectFinished(callback PrintOperationSignalFinishedCallback) int
- func (recv *PrintOperation) DisconnectFailed(connectionID int)
- func (recv *PrintOperation) DisconnectFinished(connectionID int)
- func (recv *PrintOperation) Equals(other *PrintOperation) bool
- func (recv *PrintOperation) GetPageSetup() *gtk.PageSetup
- func (recv *PrintOperation) GetPrintSettings() *gtk.PrintSettings
- func (recv *PrintOperation) Object() *gobject.Object
- func (recv *PrintOperation) Print()
- func (recv *PrintOperation) RunDialog(parent *gtk.Window) PrintOperationResponse
- func (recv *PrintOperation) SetPageSetup(pageSetup *gtk.PageSetup)
- func (recv *PrintOperation) SetPrintSettings(printSettings *gtk.PrintSettings)
- func (recv *PrintOperation) ToC() unsafe.Pointer
- type PrintOperationClass
- type PrintOperationPrivate
- type PrintOperationResponse
- type PrintOperationSignalFailedCallback
- type PrintOperationSignalFinishedCallback
- type ResponsePolicyDecision
- func (recv *ResponsePolicyDecision) Equals(other *ResponsePolicyDecision) bool
- func (recv *ResponsePolicyDecision) GetRequest() *URIRequest
- func (recv *ResponsePolicyDecision) GetResponse() *URIResponse
- func (recv *ResponsePolicyDecision) Object() *gobject.Object
- func (recv *ResponsePolicyDecision) PolicyDecision() *PolicyDecision
- func (recv *ResponsePolicyDecision) ToC() unsafe.Pointer
- type ResponsePolicyDecisionClass
- type ResponsePolicyDecisionPrivate
- type SaveMode
- type ScriptDialog
- func (recv *ScriptDialog) ConfirmSetConfirmed(confirmed bool)
- func (recv *ScriptDialog) Equals(other *ScriptDialog) bool
- func (recv *ScriptDialog) GetDialogType() ScriptDialogType
- func (recv *ScriptDialog) GetMessage() string
- func (recv *ScriptDialog) PromptGetDefaultText() string
- func (recv *ScriptDialog) PromptSetText(text string)
- func (recv *ScriptDialog) ToC() unsafe.Pointer
- type ScriptDialogType
- type SecurityManager
- func (recv *SecurityManager) Equals(other *SecurityManager) bool
- func (recv *SecurityManager) Object() *gobject.Object
- func (recv *SecurityManager) RegisterUriSchemeAsCorsEnabled(scheme string)
- func (recv *SecurityManager) RegisterUriSchemeAsDisplayIsolated(scheme string)
- func (recv *SecurityManager) RegisterUriSchemeAsEmptyDocument(scheme string)
- func (recv *SecurityManager) RegisterUriSchemeAsLocal(scheme string)
- func (recv *SecurityManager) RegisterUriSchemeAsNoAccess(scheme string)
- func (recv *SecurityManager) RegisterUriSchemeAsSecure(scheme string)
- func (recv *SecurityManager) ToC() unsafe.Pointer
- func (recv *SecurityManager) UriSchemeIsCorsEnabled(scheme string) bool
- func (recv *SecurityManager) UriSchemeIsDisplayIsolated(scheme string) bool
- func (recv *SecurityManager) UriSchemeIsEmptyDocument(scheme string) bool
- func (recv *SecurityManager) UriSchemeIsLocal(scheme string) bool
- func (recv *SecurityManager) UriSchemeIsNoAccess(scheme string) bool
- func (recv *SecurityManager) UriSchemeIsSecure(scheme string) bool
- type SecurityManagerClass
- type SecurityManagerPrivate
- type SecurityOrigin
- type Settings
- func (recv *Settings) Equals(other *Settings) bool
- func (recv *Settings) GetAllowModalDialogs() bool
- func (recv *Settings) GetAutoLoadImages() bool
- func (recv *Settings) GetCursiveFontFamily() string
- func (recv *Settings) GetDefaultCharset() string
- func (recv *Settings) GetDefaultFontFamily() string
- func (recv *Settings) GetDefaultFontSize() uint32
- func (recv *Settings) GetDefaultMonospaceFontSize() uint32
- func (recv *Settings) GetDrawCompositingIndicators() bool
- func (recv *Settings) GetEnableCaretBrowsing() bool
- func (recv *Settings) GetEnableDeveloperExtras() bool
- func (recv *Settings) GetEnableDnsPrefetching() bool
- func (recv *Settings) GetEnableFrameFlattening() bool
- func (recv *Settings) GetEnableFullscreen() bool
- func (recv *Settings) GetEnableHtml5Database() bool
- func (recv *Settings) GetEnableHtml5LocalStorage() bool
- func (recv *Settings) GetEnableHyperlinkAuditing() bool
- func (recv *Settings) GetEnableJava() bool
- func (recv *Settings) GetEnableJavascript() bool
- func (recv *Settings) GetEnableOfflineWebApplicationCache() bool
- func (recv *Settings) GetEnablePageCache() bool
- func (recv *Settings) GetEnablePlugins() bool
- func (recv *Settings) GetEnablePrivateBrowsing() bool
- func (recv *Settings) GetEnableResizableTextAreas() bool
- func (recv *Settings) GetEnableSiteSpecificQuirks() bool
- func (recv *Settings) GetEnableSmoothScrolling() bool
- func (recv *Settings) GetEnableTabsToLinks() bool
- func (recv *Settings) GetEnableWebaudio() bool
- func (recv *Settings) GetEnableWebgl() bool
- func (recv *Settings) GetEnableXssAuditor() bool
- func (recv *Settings) GetFantasyFontFamily() string
- func (recv *Settings) GetJavascriptCanAccessClipboard() bool
- func (recv *Settings) GetJavascriptCanOpenWindowsAutomatically() bool
- func (recv *Settings) GetLoadIconsIgnoringImageLoadSetting() bool
- func (recv *Settings) GetMediaPlaybackAllowsInline() bool
- func (recv *Settings) GetMediaPlaybackRequiresUserGesture() bool
- func (recv *Settings) GetMinimumFontSize() uint32
- func (recv *Settings) GetMonospaceFontFamily() string
- func (recv *Settings) GetPictographFontFamily() string
- func (recv *Settings) GetPrintBackgrounds() bool
- func (recv *Settings) GetSansSerifFontFamily() string
- func (recv *Settings) GetSerifFontFamily() string
- func (recv *Settings) GetUserAgent() string
- func (recv *Settings) GetZoomTextOnly() bool
- func (recv *Settings) Object() *gobject.Object
- func (recv *Settings) SetAllowModalDialogs(allowed bool)
- func (recv *Settings) SetAutoLoadImages(enabled bool)
- func (recv *Settings) SetCursiveFontFamily(cursiveFontFamily string)
- func (recv *Settings) SetDefaultCharset(defaultCharset string)
- func (recv *Settings) SetDefaultFontFamily(defaultFontFamily string)
- func (recv *Settings) SetDefaultFontSize(fontSize uint32)
- func (recv *Settings) SetDefaultMonospaceFontSize(fontSize uint32)
- func (recv *Settings) SetDrawCompositingIndicators(enabled bool)
- func (recv *Settings) SetEnableCaretBrowsing(enabled bool)
- func (recv *Settings) SetEnableDeveloperExtras(enabled bool)
- func (recv *Settings) SetEnableDnsPrefetching(enabled bool)
- func (recv *Settings) SetEnableFrameFlattening(enabled bool)
- func (recv *Settings) SetEnableFullscreen(enabled bool)
- func (recv *Settings) SetEnableHtml5Database(enabled bool)
- func (recv *Settings) SetEnableHtml5LocalStorage(enabled bool)
- func (recv *Settings) SetEnableHyperlinkAuditing(enabled bool)
- func (recv *Settings) SetEnableJava(enabled bool)
- func (recv *Settings) SetEnableJavascript(enabled bool)
- func (recv *Settings) SetEnableOfflineWebApplicationCache(enabled bool)
- func (recv *Settings) SetEnablePageCache(enabled bool)
- func (recv *Settings) SetEnablePlugins(enabled bool)
- func (recv *Settings) SetEnablePrivateBrowsing(enabled bool)
- func (recv *Settings) SetEnableResizableTextAreas(enabled bool)
- func (recv *Settings) SetEnableSiteSpecificQuirks(enabled bool)
- func (recv *Settings) SetEnableSmoothScrolling(enabled bool)
- func (recv *Settings) SetEnableTabsToLinks(enabled bool)
- func (recv *Settings) SetEnableWebaudio(enabled bool)
- func (recv *Settings) SetEnableWebgl(enabled bool)
- func (recv *Settings) SetEnableXssAuditor(enabled bool)
- func (recv *Settings) SetFantasyFontFamily(fantasyFontFamily string)
- func (recv *Settings) SetJavascriptCanAccessClipboard(enabled bool)
- func (recv *Settings) SetJavascriptCanOpenWindowsAutomatically(enabled bool)
- func (recv *Settings) SetLoadIconsIgnoringImageLoadSetting(enabled bool)
- func (recv *Settings) SetMediaPlaybackAllowsInline(enabled bool)
- func (recv *Settings) SetMediaPlaybackRequiresUserGesture(enabled bool)
- func (recv *Settings) SetMinimumFontSize(fontSize uint32)
- func (recv *Settings) SetMonospaceFontFamily(monospaceFontFamily string)
- func (recv *Settings) SetPictographFontFamily(pictographFontFamily string)
- func (recv *Settings) SetPrintBackgrounds(printBackgrounds bool)
- func (recv *Settings) SetSansSerifFontFamily(sansSerifFontFamily string)
- func (recv *Settings) SetSerifFontFamily(serifFontFamily string)
- func (recv *Settings) SetUserAgent(userAgent string)
- func (recv *Settings) SetUserAgentWithApplicationDetails(applicationName string, applicationVersion string)
- func (recv *Settings) SetZoomTextOnly(zoomTextOnly bool)
- func (recv *Settings) ToC() unsafe.Pointer
- type SettingsClass
- type SettingsPrivate
- type SnapshotError
- type SnapshotOptions
- type SnapshotRegion
- type TLSErrorsPolicy
- type URIRequest
- type URIRequestClass
- type URIRequestPrivate
- type URIResponse
- func (recv *URIResponse) Equals(other *URIResponse) bool
- func (recv *URIResponse) GetContentLength() uint64
- func (recv *URIResponse) GetMimeType() string
- func (recv *URIResponse) GetStatusCode() uint32
- func (recv *URIResponse) GetSuggestedFilename() string
- func (recv *URIResponse) GetUri() string
- func (recv *URIResponse) Object() *gobject.Object
- func (recv *URIResponse) ToC() unsafe.Pointer
- type URIResponseClass
- type URIResponsePrivate
- type URISchemeRequest
- func (recv *URISchemeRequest) Equals(other *URISchemeRequest) bool
- func (recv *URISchemeRequest) Finish(stream *gio.InputStream, streamLength int64, mimeType string)
- func (recv *URISchemeRequest) GetPath() string
- func (recv *URISchemeRequest) GetScheme() string
- func (recv *URISchemeRequest) GetUri() string
- func (recv *URISchemeRequest) GetWebView() *WebView
- func (recv *URISchemeRequest) Object() *gobject.Object
- func (recv *URISchemeRequest) ToC() unsafe.Pointer
- type URISchemeRequestClass
- type URISchemeRequestPrivate
- type UserContentFilter
- type UserContentFilterStore
- type UserContentFilterStoreClass
- type UserContentFilterStorePrivate
- type UserContentManager
- type UserContentManagerClass
- type UserContentManagerPrivate
- type UserMediaPermissionRequest
- type UserMediaPermissionRequestClass
- type UserMediaPermissionRequestPrivate
- type UserScript
- type UserStyleSheet
- type WebContext
- func (recv *WebContext) ClearCache()
- func (recv *WebContext) ConnectDownloadStarted(callback WebContextSignalDownloadStartedCallback) int
- func (recv *WebContext) DisconnectDownloadStarted(connectionID int)
- func (recv *WebContext) DownloadUri(uri string) *Download
- func (recv *WebContext) Equals(other *WebContext) bool
- func (recv *WebContext) GetCacheModel() CacheModel
- func (recv *WebContext) GetCookieManager() *CookieManager
- func (recv *WebContext) GetFaviconDatabase() *FaviconDatabase
- func (recv *WebContext) GetFaviconDatabaseDirectory() string
- func (recv *WebContext) GetPluginsFinish(result *gio.AsyncResult) (*glib.List, error)
- func (recv *WebContext) GetSecurityManager() *SecurityManager
- func (recv *WebContext) GetSpellCheckingEnabled() bool
- func (recv *WebContext) GetSpellCheckingLanguages() []string
- func (recv *WebContext) GetTlsErrorsPolicy() TLSErrorsPolicy
- func (recv *WebContext) Object() *gobject.Object
- func (recv *WebContext) PrefetchDns(hostname string)
- func (recv *WebContext) SetAdditionalPluginsDirectory(directory string)
- func (recv *WebContext) SetCacheModel(cacheModel CacheModel)
- func (recv *WebContext) SetDiskCacheDirectory(directory string)
- func (recv *WebContext) SetFaviconDatabaseDirectory(path string)
- func (recv *WebContext) SetPreferredLanguages(languages []string)
- func (recv *WebContext) SetSpellCheckingEnabled(enabled bool)
- func (recv *WebContext) SetSpellCheckingLanguages(languages []string)
- func (recv *WebContext) SetTlsErrorsPolicy(policy TLSErrorsPolicy)
- func (recv *WebContext) SetWebExtensionsDirectory(directory string)
- func (recv *WebContext) ToC() unsafe.Pointer
- type WebContextClass
- type WebContextPrivate
- type WebContextSignalDownloadStartedCallback
- type WebInspector
- func (recv *WebInspector) Attach()
- func (recv *WebInspector) Close()
- func (recv *WebInspector) ConnectAttach(callback WebInspectorSignalAttachCallback) int
- func (recv *WebInspector) ConnectBringToFront(callback WebInspectorSignalBringToFrontCallback) int
- func (recv *WebInspector) ConnectClosed(callback WebInspectorSignalClosedCallback) int
- func (recv *WebInspector) ConnectDetach(callback WebInspectorSignalDetachCallback) int
- func (recv *WebInspector) ConnectOpenWindow(callback WebInspectorSignalOpenWindowCallback) int
- func (recv *WebInspector) Detach()
- func (recv *WebInspector) DisconnectAttach(connectionID int)
- func (recv *WebInspector) DisconnectBringToFront(connectionID int)
- func (recv *WebInspector) DisconnectClosed(connectionID int)
- func (recv *WebInspector) DisconnectDetach(connectionID int)
- func (recv *WebInspector) DisconnectOpenWindow(connectionID int)
- func (recv *WebInspector) Equals(other *WebInspector) bool
- func (recv *WebInspector) GetAttachedHeight() uint32
- func (recv *WebInspector) GetInspectedUri() string
- func (recv *WebInspector) GetWebView() *WebViewBase
- func (recv *WebInspector) IsAttached() bool
- func (recv *WebInspector) Object() *gobject.Object
- func (recv *WebInspector) Show()
- func (recv *WebInspector) ToC() unsafe.Pointer
- type WebInspectorClass
- type WebInspectorPrivate
- type WebInspectorSignalAttachCallback
- type WebInspectorSignalBringToFrontCallback
- type WebInspectorSignalClosedCallback
- type WebInspectorSignalDetachCallback
- type WebInspectorSignalOpenWindowCallback
- type WebResource
- func (recv *WebResource) ConnectFailed(callback WebResourceSignalFailedCallback) int
- func (recv *WebResource) ConnectFinished(callback WebResourceSignalFinishedCallback) int
- func (recv *WebResource) ConnectReceivedData(callback WebResourceSignalReceivedDataCallback) int
- func (recv *WebResource) ConnectSentRequest(callback WebResourceSignalSentRequestCallback) int
- func (recv *WebResource) DisconnectFailed(connectionID int)
- func (recv *WebResource) DisconnectFinished(connectionID int)
- func (recv *WebResource) DisconnectReceivedData(connectionID int)
- func (recv *WebResource) DisconnectSentRequest(connectionID int)
- func (recv *WebResource) Equals(other *WebResource) bool
- func (recv *WebResource) GetResponse() *URIResponse
- func (recv *WebResource) GetUri() string
- func (recv *WebResource) Object() *gobject.Object
- func (recv *WebResource) ToC() unsafe.Pointer
- type WebResourceClass
- type WebResourcePrivate
- type WebResourceSignalFailedCallback
- type WebResourceSignalFinishedCallback
- type WebResourceSignalReceivedDataCallback
- type WebResourceSignalSentRequestCallback
- type WebView
- func (recv *WebView) Buildable() *gtk.Buildable
- func (recv *WebView) CanExecuteEditingCommandFinish(result *gio.AsyncResult) (bool, error)
- func (recv *WebView) CanGoBack() bool
- func (recv *WebView) CanGoForward() bool
- func (recv *WebView) CanShowMimeType(mimeType string) bool
- func (recv *WebView) ConnectClose(callback WebViewSignalCloseCallback) int
- func (recv *WebView) ConnectContextMenuDismissed(callback WebViewSignalContextMenuDismissedCallback) int
- func (recv *WebView) ConnectCreate(callback WebViewSignalCreateCallback) int
- func (recv *WebView) ConnectDecidePolicy(callback WebViewSignalDecidePolicyCallback) int
- func (recv *WebView) ConnectEnterFullscreen(callback WebViewSignalEnterFullscreenCallback) int
- func (recv *WebView) ConnectInsecureContentDetected(callback WebViewSignalInsecureContentDetectedCallback) int
- func (recv *WebView) ConnectLeaveFullscreen(callback WebViewSignalLeaveFullscreenCallback) int
- func (recv *WebView) ConnectLoadChanged(callback WebViewSignalLoadChangedCallback) int
- func (recv *WebView) ConnectLoadFailed(callback WebViewSignalLoadFailedCallback) int
- func (recv *WebView) ConnectMouseTargetChanged(callback WebViewSignalMouseTargetChangedCallback) int
- func (recv *WebView) ConnectPermissionRequest(callback WebViewSignalPermissionRequestCallback) int
- func (recv *WebView) ConnectPrint(callback WebViewSignalPrintCallback) int
- func (recv *WebView) ConnectReadyToShow(callback WebViewSignalReadyToShowCallback) int
- func (recv *WebView) ConnectResourceLoadStarted(callback WebViewSignalResourceLoadStartedCallback) int
- func (recv *WebView) ConnectRunAsModal(callback WebViewSignalRunAsModalCallback) int
- func (recv *WebView) ConnectRunFileChooser(callback WebViewSignalRunFileChooserCallback) int
- func (recv *WebView) ConnectScriptDialog(callback WebViewSignalScriptDialogCallback) int
- func (recv *WebView) ConnectSubmitForm(callback WebViewSignalSubmitFormCallback) int
- func (recv *WebView) ConnectWebProcessCrashed(callback WebViewSignalWebProcessCrashedCallback) int
- func (recv *WebView) Container() *gtk.Container
- func (recv *WebView) DisconnectClose(connectionID int)
- func (recv *WebView) DisconnectContextMenuDismissed(connectionID int)
- func (recv *WebView) DisconnectCreate(connectionID int)
- func (recv *WebView) DisconnectDecidePolicy(connectionID int)
- func (recv *WebView) DisconnectEnterFullscreen(connectionID int)
- func (recv *WebView) DisconnectInsecureContentDetected(connectionID int)
- func (recv *WebView) DisconnectLeaveFullscreen(connectionID int)
- func (recv *WebView) DisconnectLoadChanged(connectionID int)
- func (recv *WebView) DisconnectLoadFailed(connectionID int)
- func (recv *WebView) DisconnectMouseTargetChanged(connectionID int)
- func (recv *WebView) DisconnectPermissionRequest(connectionID int)
- func (recv *WebView) DisconnectPrint(connectionID int)
- func (recv *WebView) DisconnectReadyToShow(connectionID int)
- func (recv *WebView) DisconnectResourceLoadStarted(connectionID int)
- func (recv *WebView) DisconnectRunAsModal(connectionID int)
- func (recv *WebView) DisconnectRunFileChooser(connectionID int)
- func (recv *WebView) DisconnectScriptDialog(connectionID int)
- func (recv *WebView) DisconnectSubmitForm(connectionID int)
- func (recv *WebView) DisconnectWebProcessCrashed(connectionID int)
- func (recv *WebView) DownloadUri(uri string) *Download
- func (recv *WebView) Equals(other *WebView) bool
- func (recv *WebView) ExecuteEditingCommand(command string)
- func (recv *WebView) GetBackForwardList() *BackForwardList
- func (recv *WebView) GetContext() *WebContext
- func (recv *WebView) GetCustomCharset() string
- func (recv *WebView) GetEstimatedLoadProgress() float64
- func (recv *WebView) GetFavicon() *cairo.Surface
- func (recv *WebView) GetFindController() *FindController
- func (recv *WebView) GetInspector() *WebInspector
- func (recv *WebView) GetMainResource() *WebResource
- func (recv *WebView) GetPageId() uint64
- func (recv *WebView) GetSettings() *Settings
- func (recv *WebView) GetSnapshotFinish(result *gio.AsyncResult) (*cairo.Surface, error)
- func (recv *WebView) GetTitle() string
- func (recv *WebView) GetTlsInfo() (bool, *gio.TlsCertificate, gio.TlsCertificateFlags)
- func (recv *WebView) GetUri() string
- func (recv *WebView) GetWindowProperties() *WindowProperties
- func (recv *WebView) GetZoomLevel() float64
- func (recv *WebView) GoBack()
- func (recv *WebView) GoForward()
- func (recv *WebView) GoToBackForwardListItem(listItem *BackForwardListItem)
- func (recv *WebView) ImplementorIface() *atk.ImplementorIface
- func (recv *WebView) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *WebView) IsEditable() bool
- func (recv *WebView) IsLoading() bool
- func (recv *WebView) LoadAlternateHtml(content string, contentUri string, baseUri string)
- func (recv *WebView) LoadHtml(content string, baseUri string)
- func (recv *WebView) LoadPlainText(plainText string)
- func (recv *WebView) LoadRequest(request *URIRequest)
- func (recv *WebView) LoadUri(uri string)
- func (recv *WebView) Object() *gobject.Object
- func (recv *WebView) Reload()
- func (recv *WebView) ReloadBypassCache()
- func (recv *WebView) RunJavascriptFinish(result *gio.AsyncResult) (*JavascriptResult, error)
- func (recv *WebView) RunJavascriptFromGresourceFinish(result *gio.AsyncResult) (*JavascriptResult, error)
- func (recv *WebView) SaveFinish(result *gio.AsyncResult) (*gio.InputStream, error)
- func (recv *WebView) SaveToFileFinish(result *gio.AsyncResult) (bool, error)
- func (recv *WebView) SetCustomCharset(charset string)
- func (recv *WebView) SetSettings(settings *Settings)
- func (recv *WebView) SetZoomLevel(zoomLevel float64)
- func (recv *WebView) StopLoading()
- func (recv *WebView) ToC() unsafe.Pointer
- func (recv *WebView) WebViewBase() *WebViewBase
- func (recv *WebView) Widget() *gtk.Widget
- type WebViewBase
- func (recv *WebViewBase) Buildable() *gtk.Buildable
- func (recv *WebViewBase) Container() *gtk.Container
- func (recv *WebViewBase) Equals(other *WebViewBase) bool
- func (recv *WebViewBase) ImplementorIface() *atk.ImplementorIface
- func (recv *WebViewBase) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *WebViewBase) Object() *gobject.Object
- func (recv *WebViewBase) ToC() unsafe.Pointer
- func (recv *WebViewBase) Widget() *gtk.Widget
- type WebViewBaseClass
- type WebViewBasePrivate
- type WebViewClass
- type WebViewPrivate
- type WebViewSessionState
- type WebViewSignalCloseCallback
- type WebViewSignalContextMenuDismissedCallback
- type WebViewSignalCreateCallback
- type WebViewSignalDecidePolicyCallback
- type WebViewSignalEnterFullscreenCallback
- type WebViewSignalInsecureContentDetectedCallback
- type WebViewSignalLeaveFullscreenCallback
- type WebViewSignalLoadChangedCallback
- type WebViewSignalLoadFailedCallback
- type WebViewSignalMouseTargetChangedCallback
- type WebViewSignalPermissionRequestCallback
- type WebViewSignalPrintCallback
- type WebViewSignalReadyToShowCallback
- type WebViewSignalResourceLoadStartedCallback
- type WebViewSignalRunAsModalCallback
- type WebViewSignalRunFileChooserCallback
- type WebViewSignalScriptDialogCallback
- type WebViewSignalSubmitFormCallback
- type WebViewSignalWebProcessCrashedCallback
- type WebsiteData
- type WebsiteDataManager
- type WebsiteDataManagerClass
- type WebsiteDataManagerPrivate
- type WindowProperties
- func (recv *WindowProperties) Equals(other *WindowProperties) bool
- func (recv *WindowProperties) GetFullscreen() bool
- func (recv *WindowProperties) GetGeometry() *gdk.Rectangle
- func (recv *WindowProperties) GetLocationbarVisible() bool
- func (recv *WindowProperties) GetMenubarVisible() bool
- func (recv *WindowProperties) GetResizable() bool
- func (recv *WindowProperties) GetScrollbarsVisible() bool
- func (recv *WindowProperties) GetStatusbarVisible() bool
- func (recv *WindowProperties) GetToolbarVisible() bool
- func (recv *WindowProperties) Object() *gobject.Object
- func (recv *WindowProperties) ToC() unsafe.Pointer
- type WindowPropertiesClass
- type WindowPropertiesPrivate
Constants ¶
const EDITING_COMMAND_COPY string = C.WEBKIT_EDITING_COMMAND_COPY
const EDITING_COMMAND_CUT string = C.WEBKIT_EDITING_COMMAND_CUT
const EDITING_COMMAND_PASTE string = C.WEBKIT_EDITING_COMMAND_PASTE
const EDITING_COMMAND_REDO string = C.WEBKIT_EDITING_COMMAND_REDO
const EDITING_COMMAND_SELECT_ALL string = C.WEBKIT_EDITING_COMMAND_SELECT_ALL
const EDITING_COMMAND_UNDO string = C.WEBKIT_EDITING_COMMAND_UNDO
const MAJOR_VERSION int32 = C.WEBKIT_MAJOR_VERSION
const MICRO_VERSION int32 = C.WEBKIT_MICRO_VERSION
const MINOR_VERSION int32 = C.WEBKIT_MINOR_VERSION
Variables ¶
This section is empty.
Functions ¶
func DownloadErrorQuark ¶
DownloadErrorQuark is a wrapper around the C function webkit_download_error_quark.
func FaviconDatabaseErrorQuark ¶
FaviconDatabaseErrorQuark is a wrapper around the C function webkit_favicon_database_error_quark.
func GetMajorVersion ¶
func GetMajorVersion() uint32
GetMajorVersion is a wrapper around the C function webkit_get_major_version.
func GetMicroVersion ¶
func GetMicroVersion() uint32
GetMicroVersion is a wrapper around the C function webkit_get_micro_version.
func GetMinorVersion ¶
func GetMinorVersion() uint32
GetMinorVersion is a wrapper around the C function webkit_get_minor_version.
func JavascriptErrorQuark ¶
JavascriptErrorQuark is a wrapper around the C function webkit_javascript_error_quark.
func NetworkErrorQuark ¶
NetworkErrorQuark is a wrapper around the C function webkit_network_error_quark.
func PluginErrorQuark ¶
PluginErrorQuark is a wrapper around the C function webkit_plugin_error_quark.
func PolicyErrorQuark ¶
PolicyErrorQuark is a wrapper around the C function webkit_policy_error_quark.
func PrintErrorQuark ¶
PrintErrorQuark is a wrapper around the C function webkit_print_error_quark.
func SnapshotErrorQuark ¶
SnapshotErrorQuark is a wrapper around the C function webkit_snapshot_error_quark.
Types ¶
type ApplicationInfo ¶
type ApplicationInfo struct {
// contains filtered or unexported fields
}
ApplicationInfo is a wrapper around the C record WebKitApplicationInfo.
func ApplicationInfoNewFromC ¶
func ApplicationInfoNewFromC(u unsafe.Pointer) *ApplicationInfo
func (*ApplicationInfo) Equals ¶
func (recv *ApplicationInfo) Equals(other *ApplicationInfo) bool
Equals compares this ApplicationInfo with another ApplicationInfo, and returns true if they represent the same GObject.
func (*ApplicationInfo) ToC ¶
func (recv *ApplicationInfo) ToC() unsafe.Pointer
type AuthenticationRequest ¶
type AuthenticationRequest struct {
// contains filtered or unexported fields
}
AuthenticationRequest is a wrapper around the C record WebKitAuthenticationRequest.
func AuthenticationRequestNewFromC ¶
func AuthenticationRequestNewFromC(u unsafe.Pointer) *AuthenticationRequest
func CastToAuthenticationRequest ¶
func CastToAuthenticationRequest(object *gobject.Object) *AuthenticationRequest
CastToWidget down casts any arbitrary Object to AuthenticationRequest. Exercise care, as this is a potentially dangerous function if the Object is not a AuthenticationRequest.
func (*AuthenticationRequest) Equals ¶
func (recv *AuthenticationRequest) Equals(other *AuthenticationRequest) bool
Equals compares this AuthenticationRequest with another AuthenticationRequest, and returns true if they represent the same GObject.
func (*AuthenticationRequest) Object ¶
func (recv *AuthenticationRequest) Object() *gobject.Object
Object upcasts to *Object
func (*AuthenticationRequest) ToC ¶
func (recv *AuthenticationRequest) ToC() unsafe.Pointer
type AuthenticationRequestClass ¶
type AuthenticationRequestClass struct {
// contains filtered or unexported fields
}
AuthenticationRequestClass is a wrapper around the C record WebKitAuthenticationRequestClass.
func AuthenticationRequestClassNewFromC ¶
func AuthenticationRequestClassNewFromC(u unsafe.Pointer) *AuthenticationRequestClass
func (*AuthenticationRequestClass) Equals ¶
func (recv *AuthenticationRequestClass) Equals(other *AuthenticationRequestClass) bool
Equals compares this AuthenticationRequestClass with another AuthenticationRequestClass, and returns true if they represent the same GObject.
func (*AuthenticationRequestClass) ToC ¶
func (recv *AuthenticationRequestClass) ToC() unsafe.Pointer
type AuthenticationRequestPrivate ¶
type AuthenticationRequestPrivate struct {
// contains filtered or unexported fields
}
AuthenticationRequestPrivate is a wrapper around the C record WebKitAuthenticationRequestPrivate.
func AuthenticationRequestPrivateNewFromC ¶
func AuthenticationRequestPrivateNewFromC(u unsafe.Pointer) *AuthenticationRequestPrivate
func (*AuthenticationRequestPrivate) Equals ¶
func (recv *AuthenticationRequestPrivate) Equals(other *AuthenticationRequestPrivate) bool
Equals compares this AuthenticationRequestPrivate with another AuthenticationRequestPrivate, and returns true if they represent the same GObject.
func (*AuthenticationRequestPrivate) ToC ¶
func (recv *AuthenticationRequestPrivate) ToC() unsafe.Pointer
type AutomationSession ¶
type AutomationSession struct {
// contains filtered or unexported fields
}
AutomationSession is a wrapper around the C record WebKitAutomationSession.
func AutomationSessionNewFromC ¶
func AutomationSessionNewFromC(u unsafe.Pointer) *AutomationSession
func CastToAutomationSession ¶
func CastToAutomationSession(object *gobject.Object) *AutomationSession
CastToWidget down casts any arbitrary Object to AutomationSession. Exercise care, as this is a potentially dangerous function if the Object is not a AutomationSession.
func (*AutomationSession) Equals ¶
func (recv *AutomationSession) Equals(other *AutomationSession) bool
Equals compares this AutomationSession with another AutomationSession, and returns true if they represent the same GObject.
func (*AutomationSession) Object ¶
func (recv *AutomationSession) Object() *gobject.Object
Object upcasts to *Object
func (*AutomationSession) ToC ¶
func (recv *AutomationSession) ToC() unsafe.Pointer
type AutomationSessionClass ¶
type AutomationSessionClass struct {
// contains filtered or unexported fields
}
AutomationSessionClass is a wrapper around the C record WebKitAutomationSessionClass.
func AutomationSessionClassNewFromC ¶
func AutomationSessionClassNewFromC(u unsafe.Pointer) *AutomationSessionClass
func (*AutomationSessionClass) Equals ¶
func (recv *AutomationSessionClass) Equals(other *AutomationSessionClass) bool
Equals compares this AutomationSessionClass with another AutomationSessionClass, and returns true if they represent the same GObject.
func (*AutomationSessionClass) ToC ¶
func (recv *AutomationSessionClass) ToC() unsafe.Pointer
type AutomationSessionPrivate ¶
type AutomationSessionPrivate struct {
// contains filtered or unexported fields
}
AutomationSessionPrivate is a wrapper around the C record WebKitAutomationSessionPrivate.
func AutomationSessionPrivateNewFromC ¶
func AutomationSessionPrivateNewFromC(u unsafe.Pointer) *AutomationSessionPrivate
func (*AutomationSessionPrivate) Equals ¶
func (recv *AutomationSessionPrivate) Equals(other *AutomationSessionPrivate) bool
Equals compares this AutomationSessionPrivate with another AutomationSessionPrivate, and returns true if they represent the same GObject.
func (*AutomationSessionPrivate) ToC ¶
func (recv *AutomationSessionPrivate) ToC() unsafe.Pointer
type BackForwardList ¶
type BackForwardList struct {
// contains filtered or unexported fields
}
BackForwardList is a wrapper around the C record WebKitBackForwardList.
func BackForwardListNewFromC ¶
func BackForwardListNewFromC(u unsafe.Pointer) *BackForwardList
func CastToBackForwardList ¶
func CastToBackForwardList(object *gobject.Object) *BackForwardList
CastToWidget down casts any arbitrary Object to BackForwardList. Exercise care, as this is a potentially dangerous function if the Object is not a BackForwardList.
func (*BackForwardList) Equals ¶
func (recv *BackForwardList) Equals(other *BackForwardList) bool
Equals compares this BackForwardList with another BackForwardList, and returns true if they represent the same GObject.
func (*BackForwardList) GetBackItem ¶
func (recv *BackForwardList) GetBackItem() *BackForwardListItem
GetBackItem is a wrapper around the C function webkit_back_forward_list_get_back_item.
func (*BackForwardList) GetBackList ¶
func (recv *BackForwardList) GetBackList() *glib.List
GetBackList is a wrapper around the C function webkit_back_forward_list_get_back_list.
func (*BackForwardList) GetBackListWithLimit ¶
func (recv *BackForwardList) GetBackListWithLimit(limit uint32) *glib.List
GetBackListWithLimit is a wrapper around the C function webkit_back_forward_list_get_back_list_with_limit.
func (*BackForwardList) GetCurrentItem ¶
func (recv *BackForwardList) GetCurrentItem() *BackForwardListItem
GetCurrentItem is a wrapper around the C function webkit_back_forward_list_get_current_item.
func (*BackForwardList) GetForwardItem ¶
func (recv *BackForwardList) GetForwardItem() *BackForwardListItem
GetForwardItem is a wrapper around the C function webkit_back_forward_list_get_forward_item.
func (*BackForwardList) GetForwardList ¶
func (recv *BackForwardList) GetForwardList() *glib.List
GetForwardList is a wrapper around the C function webkit_back_forward_list_get_forward_list.
func (*BackForwardList) GetForwardListWithLimit ¶
func (recv *BackForwardList) GetForwardListWithLimit(limit uint32) *glib.List
GetForwardListWithLimit is a wrapper around the C function webkit_back_forward_list_get_forward_list_with_limit.
func (*BackForwardList) GetLength ¶
func (recv *BackForwardList) GetLength() uint32
GetLength is a wrapper around the C function webkit_back_forward_list_get_length.
func (*BackForwardList) GetNthItem ¶
func (recv *BackForwardList) GetNthItem(index int32) *BackForwardListItem
GetNthItem is a wrapper around the C function webkit_back_forward_list_get_nth_item.
func (*BackForwardList) Object ¶
func (recv *BackForwardList) Object() *gobject.Object
Object upcasts to *Object
func (*BackForwardList) ToC ¶
func (recv *BackForwardList) ToC() unsafe.Pointer
type BackForwardListClass ¶
type BackForwardListClass struct {
// contains filtered or unexported fields
}
BackForwardListClass is a wrapper around the C record WebKitBackForwardListClass.
func BackForwardListClassNewFromC ¶
func BackForwardListClassNewFromC(u unsafe.Pointer) *BackForwardListClass
func (*BackForwardListClass) Equals ¶
func (recv *BackForwardListClass) Equals(other *BackForwardListClass) bool
Equals compares this BackForwardListClass with another BackForwardListClass, and returns true if they represent the same GObject.
func (*BackForwardListClass) ToC ¶
func (recv *BackForwardListClass) ToC() unsafe.Pointer
type BackForwardListItem ¶
type BackForwardListItem struct {
// contains filtered or unexported fields
}
BackForwardListItem is a wrapper around the C record WebKitBackForwardListItem.
func BackForwardListItemNewFromC ¶
func BackForwardListItemNewFromC(u unsafe.Pointer) *BackForwardListItem
func CastToBackForwardListItem ¶
func CastToBackForwardListItem(object *gobject.Object) *BackForwardListItem
CastToWidget down casts any arbitrary Object to BackForwardListItem. Exercise care, as this is a potentially dangerous function if the Object is not a BackForwardListItem.
func (*BackForwardListItem) Equals ¶
func (recv *BackForwardListItem) Equals(other *BackForwardListItem) bool
Equals compares this BackForwardListItem with another BackForwardListItem, and returns true if they represent the same GObject.
func (*BackForwardListItem) GetOriginalUri ¶
func (recv *BackForwardListItem) GetOriginalUri() string
GetOriginalUri is a wrapper around the C function webkit_back_forward_list_item_get_original_uri.
func (*BackForwardListItem) GetTitle ¶
func (recv *BackForwardListItem) GetTitle() string
GetTitle is a wrapper around the C function webkit_back_forward_list_item_get_title.
func (*BackForwardListItem) GetUri ¶
func (recv *BackForwardListItem) GetUri() string
GetUri is a wrapper around the C function webkit_back_forward_list_item_get_uri.
func (*BackForwardListItem) InitiallyUnowned ¶
func (recv *BackForwardListItem) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*BackForwardListItem) Object ¶
func (recv *BackForwardListItem) Object() *gobject.Object
Object upcasts to *Object
func (*BackForwardListItem) ToC ¶
func (recv *BackForwardListItem) ToC() unsafe.Pointer
type BackForwardListItemClass ¶
type BackForwardListItemClass struct {
// contains filtered or unexported fields
}
BackForwardListItemClass is a wrapper around the C record WebKitBackForwardListItemClass.
func BackForwardListItemClassNewFromC ¶
func BackForwardListItemClassNewFromC(u unsafe.Pointer) *BackForwardListItemClass
func (*BackForwardListItemClass) Equals ¶
func (recv *BackForwardListItemClass) Equals(other *BackForwardListItemClass) bool
Equals compares this BackForwardListItemClass with another BackForwardListItemClass, and returns true if they represent the same GObject.
func (*BackForwardListItemClass) ToC ¶
func (recv *BackForwardListItemClass) ToC() unsafe.Pointer
type BackForwardListItemPrivate ¶
type BackForwardListItemPrivate struct {
// contains filtered or unexported fields
}
BackForwardListItemPrivate is a wrapper around the C record WebKitBackForwardListItemPrivate.
func BackForwardListItemPrivateNewFromC ¶
func BackForwardListItemPrivateNewFromC(u unsafe.Pointer) *BackForwardListItemPrivate
func (*BackForwardListItemPrivate) Equals ¶
func (recv *BackForwardListItemPrivate) Equals(other *BackForwardListItemPrivate) bool
Equals compares this BackForwardListItemPrivate with another BackForwardListItemPrivate, and returns true if they represent the same GObject.
func (*BackForwardListItemPrivate) ToC ¶
func (recv *BackForwardListItemPrivate) ToC() unsafe.Pointer
type BackForwardListPrivate ¶
type BackForwardListPrivate struct {
// contains filtered or unexported fields
}
BackForwardListPrivate is a wrapper around the C record WebKitBackForwardListPrivate.
func BackForwardListPrivateNewFromC ¶
func BackForwardListPrivateNewFromC(u unsafe.Pointer) *BackForwardListPrivate
func (*BackForwardListPrivate) Equals ¶
func (recv *BackForwardListPrivate) Equals(other *BackForwardListPrivate) bool
Equals compares this BackForwardListPrivate with another BackForwardListPrivate, and returns true if they represent the same GObject.
func (*BackForwardListPrivate) ToC ¶
func (recv *BackForwardListPrivate) ToC() unsafe.Pointer
type CacheModel ¶
type CacheModel C.WebKitCacheModel
const ( WEBKIT_CACHE_MODEL_DOCUMENT_VIEWER CacheModel = 0 WEBKIT_CACHE_MODEL_WEB_BROWSER CacheModel = 1 WEBKIT_CACHE_MODEL_DOCUMENT_BROWSER CacheModel = 2 )
type ColorChooserRequest ¶
type ColorChooserRequest struct {
// contains filtered or unexported fields
}
ColorChooserRequest is a wrapper around the C record WebKitColorChooserRequest.
func CastToColorChooserRequest ¶
func CastToColorChooserRequest(object *gobject.Object) *ColorChooserRequest
CastToWidget down casts any arbitrary Object to ColorChooserRequest. Exercise care, as this is a potentially dangerous function if the Object is not a ColorChooserRequest.
func ColorChooserRequestNewFromC ¶
func ColorChooserRequestNewFromC(u unsafe.Pointer) *ColorChooserRequest
func (*ColorChooserRequest) Equals ¶
func (recv *ColorChooserRequest) Equals(other *ColorChooserRequest) bool
Equals compares this ColorChooserRequest with another ColorChooserRequest, and returns true if they represent the same GObject.
func (*ColorChooserRequest) Object ¶
func (recv *ColorChooserRequest) Object() *gobject.Object
Object upcasts to *Object
func (*ColorChooserRequest) ToC ¶
func (recv *ColorChooserRequest) ToC() unsafe.Pointer
type ColorChooserRequestClass ¶
type ColorChooserRequestClass struct {
// contains filtered or unexported fields
}
ColorChooserRequestClass is a wrapper around the C record WebKitColorChooserRequestClass.
func ColorChooserRequestClassNewFromC ¶
func ColorChooserRequestClassNewFromC(u unsafe.Pointer) *ColorChooserRequestClass
func (*ColorChooserRequestClass) Equals ¶
func (recv *ColorChooserRequestClass) Equals(other *ColorChooserRequestClass) bool
Equals compares this ColorChooserRequestClass with another ColorChooserRequestClass, and returns true if they represent the same GObject.
func (*ColorChooserRequestClass) ToC ¶
func (recv *ColorChooserRequestClass) ToC() unsafe.Pointer
type ColorChooserRequestPrivate ¶
type ColorChooserRequestPrivate struct {
// contains filtered or unexported fields
}
ColorChooserRequestPrivate is a wrapper around the C record WebKitColorChooserRequestPrivate.
func ColorChooserRequestPrivateNewFromC ¶
func ColorChooserRequestPrivateNewFromC(u unsafe.Pointer) *ColorChooserRequestPrivate
func (*ColorChooserRequestPrivate) Equals ¶
func (recv *ColorChooserRequestPrivate) Equals(other *ColorChooserRequestPrivate) bool
Equals compares this ColorChooserRequestPrivate with another ColorChooserRequestPrivate, and returns true if they represent the same GObject.
func (*ColorChooserRequestPrivate) ToC ¶
func (recv *ColorChooserRequestPrivate) ToC() unsafe.Pointer
type ContextMenu ¶
type ContextMenu struct {
// contains filtered or unexported fields
}
ContextMenu is a wrapper around the C record WebKitContextMenu.
func CastToContextMenu ¶
func CastToContextMenu(object *gobject.Object) *ContextMenu
CastToWidget down casts any arbitrary Object to ContextMenu. Exercise care, as this is a potentially dangerous function if the Object is not a ContextMenu.
func ContextMenuNew ¶
func ContextMenuNew() *ContextMenu
ContextMenuNew is a wrapper around the C function webkit_context_menu_new.
func ContextMenuNewFromC ¶
func ContextMenuNewFromC(u unsafe.Pointer) *ContextMenu
func ContextMenuNewWithItems ¶
func ContextMenuNewWithItems(items *glib.List) *ContextMenu
ContextMenuNewWithItems is a wrapper around the C function webkit_context_menu_new_with_items.
func (*ContextMenu) Append ¶
func (recv *ContextMenu) Append(item *ContextMenuItem)
Append is a wrapper around the C function webkit_context_menu_append.
func (*ContextMenu) Equals ¶
func (recv *ContextMenu) Equals(other *ContextMenu) bool
Equals compares this ContextMenu with another ContextMenu, and returns true if they represent the same GObject.
func (*ContextMenu) First ¶
func (recv *ContextMenu) First() *ContextMenuItem
First is a wrapper around the C function webkit_context_menu_first.
func (*ContextMenu) GetItemAtPosition ¶
func (recv *ContextMenu) GetItemAtPosition(position uint32) *ContextMenuItem
GetItemAtPosition is a wrapper around the C function webkit_context_menu_get_item_at_position.
func (*ContextMenu) GetItems ¶
func (recv *ContextMenu) GetItems() *glib.List
GetItems is a wrapper around the C function webkit_context_menu_get_items.
func (*ContextMenu) GetNItems ¶
func (recv *ContextMenu) GetNItems() uint32
GetNItems is a wrapper around the C function webkit_context_menu_get_n_items.
func (*ContextMenu) Insert ¶
func (recv *ContextMenu) Insert(item *ContextMenuItem, position int32)
Insert is a wrapper around the C function webkit_context_menu_insert.
func (*ContextMenu) Last ¶
func (recv *ContextMenu) Last() *ContextMenuItem
Last is a wrapper around the C function webkit_context_menu_last.
func (*ContextMenu) MoveItem ¶
func (recv *ContextMenu) MoveItem(item *ContextMenuItem, position int32)
MoveItem is a wrapper around the C function webkit_context_menu_move_item.
func (*ContextMenu) Object ¶
func (recv *ContextMenu) Object() *gobject.Object
Object upcasts to *Object
func (*ContextMenu) Prepend ¶
func (recv *ContextMenu) Prepend(item *ContextMenuItem)
Prepend is a wrapper around the C function webkit_context_menu_prepend.
func (*ContextMenu) Remove ¶
func (recv *ContextMenu) Remove(item *ContextMenuItem)
Remove is a wrapper around the C function webkit_context_menu_remove.
func (*ContextMenu) RemoveAll ¶
func (recv *ContextMenu) RemoveAll()
RemoveAll is a wrapper around the C function webkit_context_menu_remove_all.
func (*ContextMenu) ToC ¶
func (recv *ContextMenu) ToC() unsafe.Pointer
type ContextMenuAction ¶
type ContextMenuAction C.WebKitContextMenuAction
const ( WEBKIT_CONTEXT_MENU_ACTION_NO_ACTION ContextMenuAction = 0 WEBKIT_CONTEXT_MENU_ACTION_OPEN_LINK ContextMenuAction = 1 WEBKIT_CONTEXT_MENU_ACTION_OPEN_LINK_IN_NEW_WINDOW ContextMenuAction = 2 WEBKIT_CONTEXT_MENU_ACTION_DOWNLOAD_LINK_TO_DISK ContextMenuAction = 3 WEBKIT_CONTEXT_MENU_ACTION_COPY_LINK_TO_CLIPBOARD ContextMenuAction = 4 WEBKIT_CONTEXT_MENU_ACTION_OPEN_IMAGE_IN_NEW_WINDOW ContextMenuAction = 5 WEBKIT_CONTEXT_MENU_ACTION_DOWNLOAD_IMAGE_TO_DISK ContextMenuAction = 6 WEBKIT_CONTEXT_MENU_ACTION_COPY_IMAGE_TO_CLIPBOARD ContextMenuAction = 7 WEBKIT_CONTEXT_MENU_ACTION_COPY_IMAGE_URL_TO_CLIPBOARD ContextMenuAction = 8 WEBKIT_CONTEXT_MENU_ACTION_OPEN_FRAME_IN_NEW_WINDOW ContextMenuAction = 9 WEBKIT_CONTEXT_MENU_ACTION_GO_BACK ContextMenuAction = 10 WEBKIT_CONTEXT_MENU_ACTION_GO_FORWARD ContextMenuAction = 11 WEBKIT_CONTEXT_MENU_ACTION_STOP ContextMenuAction = 12 WEBKIT_CONTEXT_MENU_ACTION_RELOAD ContextMenuAction = 13 WEBKIT_CONTEXT_MENU_ACTION_COPY ContextMenuAction = 14 WEBKIT_CONTEXT_MENU_ACTION_CUT ContextMenuAction = 15 WEBKIT_CONTEXT_MENU_ACTION_PASTE ContextMenuAction = 16 WEBKIT_CONTEXT_MENU_ACTION_DELETE ContextMenuAction = 17 WEBKIT_CONTEXT_MENU_ACTION_SELECT_ALL ContextMenuAction = 18 WEBKIT_CONTEXT_MENU_ACTION_INPUT_METHODS ContextMenuAction = 19 WEBKIT_CONTEXT_MENU_ACTION_UNICODE ContextMenuAction = 20 WEBKIT_CONTEXT_MENU_ACTION_SPELLING_GUESS ContextMenuAction = 21 WEBKIT_CONTEXT_MENU_ACTION_NO_GUESSES_FOUND ContextMenuAction = 22 WEBKIT_CONTEXT_MENU_ACTION_IGNORE_SPELLING ContextMenuAction = 23 WEBKIT_CONTEXT_MENU_ACTION_LEARN_SPELLING ContextMenuAction = 24 WEBKIT_CONTEXT_MENU_ACTION_IGNORE_GRAMMAR ContextMenuAction = 25 WEBKIT_CONTEXT_MENU_ACTION_FONT_MENU ContextMenuAction = 26 WEBKIT_CONTEXT_MENU_ACTION_BOLD ContextMenuAction = 27 WEBKIT_CONTEXT_MENU_ACTION_ITALIC ContextMenuAction = 28 WEBKIT_CONTEXT_MENU_ACTION_UNDERLINE ContextMenuAction = 29 WEBKIT_CONTEXT_MENU_ACTION_OUTLINE ContextMenuAction = 30 WEBKIT_CONTEXT_MENU_ACTION_INSPECT_ELEMENT ContextMenuAction = 31 WEBKIT_CONTEXT_MENU_ACTION_OPEN_VIDEO_IN_NEW_WINDOW ContextMenuAction = 32 WEBKIT_CONTEXT_MENU_ACTION_OPEN_AUDIO_IN_NEW_WINDOW ContextMenuAction = 33 WEBKIT_CONTEXT_MENU_ACTION_COPY_VIDEO_LINK_TO_CLIPBOARD ContextMenuAction = 34 WEBKIT_CONTEXT_MENU_ACTION_COPY_AUDIO_LINK_TO_CLIPBOARD ContextMenuAction = 35 WEBKIT_CONTEXT_MENU_ACTION_TOGGLE_MEDIA_CONTROLS ContextMenuAction = 36 WEBKIT_CONTEXT_MENU_ACTION_TOGGLE_MEDIA_LOOP ContextMenuAction = 37 WEBKIT_CONTEXT_MENU_ACTION_ENTER_VIDEO_FULLSCREEN ContextMenuAction = 38 WEBKIT_CONTEXT_MENU_ACTION_MEDIA_PLAY ContextMenuAction = 39 WEBKIT_CONTEXT_MENU_ACTION_MEDIA_PAUSE ContextMenuAction = 40 WEBKIT_CONTEXT_MENU_ACTION_MEDIA_MUTE ContextMenuAction = 41 WEBKIT_CONTEXT_MENU_ACTION_DOWNLOAD_VIDEO_TO_DISK ContextMenuAction = 42 WEBKIT_CONTEXT_MENU_ACTION_DOWNLOAD_AUDIO_TO_DISK ContextMenuAction = 43 WEBKIT_CONTEXT_MENU_ACTION_INSERT_EMOJI ContextMenuAction = 44 WEBKIT_CONTEXT_MENU_ACTION_CUSTOM ContextMenuAction = 10000 )
type ContextMenuClass ¶
type ContextMenuClass struct {
// contains filtered or unexported fields
}
ContextMenuClass is a wrapper around the C record WebKitContextMenuClass.
func ContextMenuClassNewFromC ¶
func ContextMenuClassNewFromC(u unsafe.Pointer) *ContextMenuClass
func (*ContextMenuClass) Equals ¶
func (recv *ContextMenuClass) Equals(other *ContextMenuClass) bool
Equals compares this ContextMenuClass with another ContextMenuClass, and returns true if they represent the same GObject.
func (*ContextMenuClass) ToC ¶
func (recv *ContextMenuClass) ToC() unsafe.Pointer
type ContextMenuItem ¶
type ContextMenuItem struct {
// contains filtered or unexported fields
}
ContextMenuItem is a wrapper around the C record WebKitContextMenuItem.
func CastToContextMenuItem ¶
func CastToContextMenuItem(object *gobject.Object) *ContextMenuItem
CastToWidget down casts any arbitrary Object to ContextMenuItem. Exercise care, as this is a potentially dangerous function if the Object is not a ContextMenuItem.
func ContextMenuItemNew ¶
func ContextMenuItemNew(action *gtk.Action) *ContextMenuItem
ContextMenuItemNew is a wrapper around the C function webkit_context_menu_item_new.
func ContextMenuItemNewFromC ¶
func ContextMenuItemNewFromC(u unsafe.Pointer) *ContextMenuItem
func ContextMenuItemNewFromStockAction ¶
func ContextMenuItemNewFromStockAction(action ContextMenuAction) *ContextMenuItem
ContextMenuItemNewFromStockAction is a wrapper around the C function webkit_context_menu_item_new_from_stock_action.
func ContextMenuItemNewFromStockActionWithLabel ¶
func ContextMenuItemNewFromStockActionWithLabel(action ContextMenuAction, label string) *ContextMenuItem
ContextMenuItemNewFromStockActionWithLabel is a wrapper around the C function webkit_context_menu_item_new_from_stock_action_with_label.
func ContextMenuItemNewSeparator ¶
func ContextMenuItemNewSeparator() *ContextMenuItem
ContextMenuItemNewSeparator is a wrapper around the C function webkit_context_menu_item_new_separator.
func ContextMenuItemNewWithSubmenu ¶
func ContextMenuItemNewWithSubmenu(label string, submenu *ContextMenu) *ContextMenuItem
ContextMenuItemNewWithSubmenu is a wrapper around the C function webkit_context_menu_item_new_with_submenu.
func (*ContextMenuItem) Equals ¶
func (recv *ContextMenuItem) Equals(other *ContextMenuItem) bool
Equals compares this ContextMenuItem with another ContextMenuItem, and returns true if they represent the same GObject.
func (*ContextMenuItem) GetAction ¶
func (recv *ContextMenuItem) GetAction() *gtk.Action
GetAction is a wrapper around the C function webkit_context_menu_item_get_action.
func (*ContextMenuItem) GetStockAction ¶
func (recv *ContextMenuItem) GetStockAction() ContextMenuAction
GetStockAction is a wrapper around the C function webkit_context_menu_item_get_stock_action.
func (*ContextMenuItem) GetSubmenu ¶
func (recv *ContextMenuItem) GetSubmenu() *ContextMenu
GetSubmenu is a wrapper around the C function webkit_context_menu_item_get_submenu.
func (*ContextMenuItem) InitiallyUnowned ¶
func (recv *ContextMenuItem) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*ContextMenuItem) IsSeparator ¶
func (recv *ContextMenuItem) IsSeparator() bool
IsSeparator is a wrapper around the C function webkit_context_menu_item_is_separator.
func (*ContextMenuItem) Object ¶
func (recv *ContextMenuItem) Object() *gobject.Object
Object upcasts to *Object
func (*ContextMenuItem) SetSubmenu ¶
func (recv *ContextMenuItem) SetSubmenu(submenu *ContextMenu)
SetSubmenu is a wrapper around the C function webkit_context_menu_item_set_submenu.
func (*ContextMenuItem) ToC ¶
func (recv *ContextMenuItem) ToC() unsafe.Pointer
type ContextMenuItemClass ¶
type ContextMenuItemClass struct {
// contains filtered or unexported fields
}
ContextMenuItemClass is a wrapper around the C record WebKitContextMenuItemClass.
func ContextMenuItemClassNewFromC ¶
func ContextMenuItemClassNewFromC(u unsafe.Pointer) *ContextMenuItemClass
func (*ContextMenuItemClass) Equals ¶
func (recv *ContextMenuItemClass) Equals(other *ContextMenuItemClass) bool
Equals compares this ContextMenuItemClass with another ContextMenuItemClass, and returns true if they represent the same GObject.
func (*ContextMenuItemClass) ToC ¶
func (recv *ContextMenuItemClass) ToC() unsafe.Pointer
type ContextMenuItemPrivate ¶
type ContextMenuItemPrivate struct {
// contains filtered or unexported fields
}
ContextMenuItemPrivate is a wrapper around the C record WebKitContextMenuItemPrivate.
func ContextMenuItemPrivateNewFromC ¶
func ContextMenuItemPrivateNewFromC(u unsafe.Pointer) *ContextMenuItemPrivate
func (*ContextMenuItemPrivate) Equals ¶
func (recv *ContextMenuItemPrivate) Equals(other *ContextMenuItemPrivate) bool
Equals compares this ContextMenuItemPrivate with another ContextMenuItemPrivate, and returns true if they represent the same GObject.
func (*ContextMenuItemPrivate) ToC ¶
func (recv *ContextMenuItemPrivate) ToC() unsafe.Pointer
type ContextMenuPrivate ¶
type ContextMenuPrivate struct {
// contains filtered or unexported fields
}
ContextMenuPrivate is a wrapper around the C record WebKitContextMenuPrivate.
func ContextMenuPrivateNewFromC ¶
func ContextMenuPrivateNewFromC(u unsafe.Pointer) *ContextMenuPrivate
func (*ContextMenuPrivate) Equals ¶
func (recv *ContextMenuPrivate) Equals(other *ContextMenuPrivate) bool
Equals compares this ContextMenuPrivate with another ContextMenuPrivate, and returns true if they represent the same GObject.
func (*ContextMenuPrivate) ToC ¶
func (recv *ContextMenuPrivate) ToC() unsafe.Pointer
type CookieAcceptPolicy ¶
type CookieAcceptPolicy C.WebKitCookieAcceptPolicy
const ( WEBKIT_COOKIE_POLICY_ACCEPT_ALWAYS CookieAcceptPolicy = 0 WEBKIT_COOKIE_POLICY_ACCEPT_NEVER CookieAcceptPolicy = 1 WEBKIT_COOKIE_POLICY_ACCEPT_NO_THIRD_PARTY CookieAcceptPolicy = 2 )
type CookieManager ¶
type CookieManager struct {
// contains filtered or unexported fields
}
CookieManager is a wrapper around the C record WebKitCookieManager.
func CastToCookieManager ¶
func CastToCookieManager(object *gobject.Object) *CookieManager
CastToWidget down casts any arbitrary Object to CookieManager. Exercise care, as this is a potentially dangerous function if the Object is not a CookieManager.
func CookieManagerNewFromC ¶
func CookieManagerNewFromC(u unsafe.Pointer) *CookieManager
func (*CookieManager) ConnectChanged ¶
func (recv *CookieManager) ConnectChanged(callback CookieManagerSignalChangedCallback) int
ConnectChanged connects the callback to the 'changed' signal for the CookieManager.
The returned value represents the connection, and may be passed to DisconnectChanged to remove it.
func (*CookieManager) DeleteAllCookies ¶
func (recv *CookieManager) DeleteAllCookies()
DeleteAllCookies is a wrapper around the C function webkit_cookie_manager_delete_all_cookies.
func (*CookieManager) DeleteCookiesForDomain ¶
func (recv *CookieManager) DeleteCookiesForDomain(domain string)
DeleteCookiesForDomain is a wrapper around the C function webkit_cookie_manager_delete_cookies_for_domain.
func (*CookieManager) DisconnectChanged ¶
func (recv *CookieManager) DisconnectChanged(connectionID int)
DisconnectChanged disconnects a callback from the 'changed' signal for the CookieManager.
The connectionID should be a value returned from a call to ConnectChanged.
func (*CookieManager) Equals ¶
func (recv *CookieManager) Equals(other *CookieManager) bool
Equals compares this CookieManager with another CookieManager, and returns true if they represent the same GObject.
func (*CookieManager) GetAcceptPolicyFinish ¶
func (recv *CookieManager) GetAcceptPolicyFinish(result *gio.AsyncResult) (CookieAcceptPolicy, error)
GetAcceptPolicyFinish is a wrapper around the C function webkit_cookie_manager_get_accept_policy_finish.
func (*CookieManager) GetDomainsWithCookiesFinish ¶
func (recv *CookieManager) GetDomainsWithCookiesFinish(result *gio.AsyncResult) ([]string, error)
GetDomainsWithCookiesFinish is a wrapper around the C function webkit_cookie_manager_get_domains_with_cookies_finish.
func (*CookieManager) Object ¶
func (recv *CookieManager) Object() *gobject.Object
Object upcasts to *Object
func (*CookieManager) SetAcceptPolicy ¶
func (recv *CookieManager) SetAcceptPolicy(policy CookieAcceptPolicy)
SetAcceptPolicy is a wrapper around the C function webkit_cookie_manager_set_accept_policy.
func (*CookieManager) SetPersistentStorage ¶
func (recv *CookieManager) SetPersistentStorage(filename string, storage CookiePersistentStorage)
SetPersistentStorage is a wrapper around the C function webkit_cookie_manager_set_persistent_storage.
func (*CookieManager) ToC ¶
func (recv *CookieManager) ToC() unsafe.Pointer
type CookieManagerClass ¶
type CookieManagerClass struct {
// contains filtered or unexported fields
}
CookieManagerClass is a wrapper around the C record WebKitCookieManagerClass.
func CookieManagerClassNewFromC ¶
func CookieManagerClassNewFromC(u unsafe.Pointer) *CookieManagerClass
func (*CookieManagerClass) Equals ¶
func (recv *CookieManagerClass) Equals(other *CookieManagerClass) bool
Equals compares this CookieManagerClass with another CookieManagerClass, and returns true if they represent the same GObject.
func (*CookieManagerClass) ToC ¶
func (recv *CookieManagerClass) ToC() unsafe.Pointer
type CookieManagerPrivate ¶
type CookieManagerPrivate struct {
// contains filtered or unexported fields
}
CookieManagerPrivate is a wrapper around the C record WebKitCookieManagerPrivate.
func CookieManagerPrivateNewFromC ¶
func CookieManagerPrivateNewFromC(u unsafe.Pointer) *CookieManagerPrivate
func (*CookieManagerPrivate) Equals ¶
func (recv *CookieManagerPrivate) Equals(other *CookieManagerPrivate) bool
Equals compares this CookieManagerPrivate with another CookieManagerPrivate, and returns true if they represent the same GObject.
func (*CookieManagerPrivate) ToC ¶
func (recv *CookieManagerPrivate) ToC() unsafe.Pointer
type CookieManagerSignalChangedCallback ¶
type CookieManagerSignalChangedCallback func(targetObject *CookieManager)
CookieManagerSignalChangedCallback is a callback function for a 'changed' signal emitted from a CookieManager.
type CookiePersistentStorage ¶
type CookiePersistentStorage C.WebKitCookiePersistentStorage
const ( WEBKIT_COOKIE_PERSISTENT_STORAGE_TEXT CookiePersistentStorage = 0 WEBKIT_COOKIE_PERSISTENT_STORAGE_SQLITE CookiePersistentStorage = 1 )
type Credential ¶
type Credential struct {
// contains filtered or unexported fields
}
Credential is a wrapper around the C record WebKitCredential.
func CredentialNewFromC ¶
func CredentialNewFromC(u unsafe.Pointer) *Credential
func (*Credential) Equals ¶
func (recv *Credential) Equals(other *Credential) bool
Equals compares this Credential with another Credential, and returns true if they represent the same GObject.
func (*Credential) ToC ¶
func (recv *Credential) ToC() unsafe.Pointer
type DeviceInfoPermissionRequest ¶
type DeviceInfoPermissionRequest struct {
// contains filtered or unexported fields
}
DeviceInfoPermissionRequest is a wrapper around the C record WebKitDeviceInfoPermissionRequest.
func CastToDeviceInfoPermissionRequest ¶
func CastToDeviceInfoPermissionRequest(object *gobject.Object) *DeviceInfoPermissionRequest
CastToWidget down casts any arbitrary Object to DeviceInfoPermissionRequest. Exercise care, as this is a potentially dangerous function if the Object is not a DeviceInfoPermissionRequest.
func DeviceInfoPermissionRequestNewFromC ¶
func DeviceInfoPermissionRequestNewFromC(u unsafe.Pointer) *DeviceInfoPermissionRequest
func (*DeviceInfoPermissionRequest) Equals ¶
func (recv *DeviceInfoPermissionRequest) Equals(other *DeviceInfoPermissionRequest) bool
Equals compares this DeviceInfoPermissionRequest with another DeviceInfoPermissionRequest, and returns true if they represent the same GObject.
func (*DeviceInfoPermissionRequest) Object ¶
func (recv *DeviceInfoPermissionRequest) Object() *gobject.Object
Object upcasts to *Object
func (*DeviceInfoPermissionRequest) PermissionRequest ¶
func (recv *DeviceInfoPermissionRequest) PermissionRequest() *PermissionRequest
PermissionRequest returns the PermissionRequest interface implemented by DeviceInfoPermissionRequest
func (*DeviceInfoPermissionRequest) ToC ¶
func (recv *DeviceInfoPermissionRequest) ToC() unsafe.Pointer
type DeviceInfoPermissionRequestClass ¶
type DeviceInfoPermissionRequestClass struct {
// contains filtered or unexported fields
}
DeviceInfoPermissionRequestClass is a wrapper around the C record WebKitDeviceInfoPermissionRequestClass.
func DeviceInfoPermissionRequestClassNewFromC ¶
func DeviceInfoPermissionRequestClassNewFromC(u unsafe.Pointer) *DeviceInfoPermissionRequestClass
func (*DeviceInfoPermissionRequestClass) Equals ¶
func (recv *DeviceInfoPermissionRequestClass) Equals(other *DeviceInfoPermissionRequestClass) bool
Equals compares this DeviceInfoPermissionRequestClass with another DeviceInfoPermissionRequestClass, and returns true if they represent the same GObject.
func (*DeviceInfoPermissionRequestClass) ToC ¶
func (recv *DeviceInfoPermissionRequestClass) ToC() unsafe.Pointer
type DeviceInfoPermissionRequestPrivate ¶
type DeviceInfoPermissionRequestPrivate struct {
// contains filtered or unexported fields
}
DeviceInfoPermissionRequestPrivate is a wrapper around the C record WebKitDeviceInfoPermissionRequestPrivate.
func DeviceInfoPermissionRequestPrivateNewFromC ¶
func DeviceInfoPermissionRequestPrivateNewFromC(u unsafe.Pointer) *DeviceInfoPermissionRequestPrivate
func (*DeviceInfoPermissionRequestPrivate) Equals ¶
func (recv *DeviceInfoPermissionRequestPrivate) Equals(other *DeviceInfoPermissionRequestPrivate) bool
Equals compares this DeviceInfoPermissionRequestPrivate with another DeviceInfoPermissionRequestPrivate, and returns true if they represent the same GObject.
func (*DeviceInfoPermissionRequestPrivate) ToC ¶
func (recv *DeviceInfoPermissionRequestPrivate) ToC() unsafe.Pointer
type Download ¶
type Download struct {
// contains filtered or unexported fields
}
Download is a wrapper around the C record WebKitDownload.
func CastToDownload ¶
CastToWidget down casts any arbitrary Object to Download. Exercise care, as this is a potentially dangerous function if the Object is not a Download.
func DownloadNewFromC ¶
func (*Download) Cancel ¶
func (recv *Download) Cancel()
Cancel is a wrapper around the C function webkit_download_cancel.
func (*Download) ConnectCreatedDestination ¶
func (recv *Download) ConnectCreatedDestination(callback DownloadSignalCreatedDestinationCallback) int
ConnectCreatedDestination connects the callback to the 'created-destination' signal for the Download.
The returned value represents the connection, and may be passed to DisconnectCreatedDestination to remove it.
func (*Download) ConnectDecideDestination ¶
func (recv *Download) ConnectDecideDestination(callback DownloadSignalDecideDestinationCallback) int
ConnectDecideDestination connects the callback to the 'decide-destination' signal for the Download.
The returned value represents the connection, and may be passed to DisconnectDecideDestination to remove it.
func (*Download) ConnectFailed ¶
func (recv *Download) ConnectFailed(callback DownloadSignalFailedCallback) int
ConnectFailed connects the callback to the 'failed' signal for the Download.
The returned value represents the connection, and may be passed to DisconnectFailed to remove it.
func (*Download) ConnectFinished ¶
func (recv *Download) ConnectFinished(callback DownloadSignalFinishedCallback) int
ConnectFinished connects the callback to the 'finished' signal for the Download.
The returned value represents the connection, and may be passed to DisconnectFinished to remove it.
func (*Download) ConnectReceivedData ¶
func (recv *Download) ConnectReceivedData(callback DownloadSignalReceivedDataCallback) int
ConnectReceivedData connects the callback to the 'received-data' signal for the Download.
The returned value represents the connection, and may be passed to DisconnectReceivedData to remove it.
func (*Download) DisconnectCreatedDestination ¶
DisconnectCreatedDestination disconnects a callback from the 'created-destination' signal for the Download.
The connectionID should be a value returned from a call to ConnectCreatedDestination.
func (*Download) DisconnectDecideDestination ¶
DisconnectDecideDestination disconnects a callback from the 'decide-destination' signal for the Download.
The connectionID should be a value returned from a call to ConnectDecideDestination.
func (*Download) DisconnectFailed ¶
DisconnectFailed disconnects a callback from the 'failed' signal for the Download.
The connectionID should be a value returned from a call to ConnectFailed.
func (*Download) DisconnectFinished ¶
DisconnectFinished disconnects a callback from the 'finished' signal for the Download.
The connectionID should be a value returned from a call to ConnectFinished.
func (*Download) DisconnectReceivedData ¶
DisconnectReceivedData disconnects a callback from the 'received-data' signal for the Download.
The connectionID should be a value returned from a call to ConnectReceivedData.
func (*Download) Equals ¶
Equals compares this Download with another Download, and returns true if they represent the same GObject.
func (*Download) GetDestination ¶
GetDestination is a wrapper around the C function webkit_download_get_destination.
func (*Download) GetElapsedTime ¶
GetElapsedTime is a wrapper around the C function webkit_download_get_elapsed_time.
func (*Download) GetEstimatedProgress ¶
GetEstimatedProgress is a wrapper around the C function webkit_download_get_estimated_progress.
func (*Download) GetReceivedDataLength ¶
GetReceivedDataLength is a wrapper around the C function webkit_download_get_received_data_length.
func (*Download) GetRequest ¶
func (recv *Download) GetRequest() *URIRequest
GetRequest is a wrapper around the C function webkit_download_get_request.
func (*Download) GetResponse ¶
func (recv *Download) GetResponse() *URIResponse
GetResponse is a wrapper around the C function webkit_download_get_response.
func (*Download) GetWebView ¶
GetWebView is a wrapper around the C function webkit_download_get_web_view.
func (*Download) SetDestination ¶
SetDestination is a wrapper around the C function webkit_download_set_destination.
type DownloadClass ¶
type DownloadClass struct {
// contains filtered or unexported fields
}
DownloadClass is a wrapper around the C record WebKitDownloadClass.
func DownloadClassNewFromC ¶
func DownloadClassNewFromC(u unsafe.Pointer) *DownloadClass
func (*DownloadClass) Equals ¶
func (recv *DownloadClass) Equals(other *DownloadClass) bool
Equals compares this DownloadClass with another DownloadClass, and returns true if they represent the same GObject.
func (*DownloadClass) ToC ¶
func (recv *DownloadClass) ToC() unsafe.Pointer
type DownloadError ¶
type DownloadError C.WebKitDownloadError
const ( WEBKIT_DOWNLOAD_ERROR_NETWORK DownloadError = 499 WEBKIT_DOWNLOAD_ERROR_CANCELLED_BY_USER DownloadError = 400 WEBKIT_DOWNLOAD_ERROR_DESTINATION DownloadError = 401 )
type DownloadPrivate ¶
type DownloadPrivate struct {
// contains filtered or unexported fields
}
DownloadPrivate is a wrapper around the C record WebKitDownloadPrivate.
func DownloadPrivateNewFromC ¶
func DownloadPrivateNewFromC(u unsafe.Pointer) *DownloadPrivate
func (*DownloadPrivate) Equals ¶
func (recv *DownloadPrivate) Equals(other *DownloadPrivate) bool
Equals compares this DownloadPrivate with another DownloadPrivate, and returns true if they represent the same GObject.
func (*DownloadPrivate) ToC ¶
func (recv *DownloadPrivate) ToC() unsafe.Pointer
type DownloadSignalCreatedDestinationCallback ¶
DownloadSignalCreatedDestinationCallback is a callback function for a 'created-destination' signal emitted from a Download.
type DownloadSignalDecideDestinationCallback ¶
type DownloadSignalDecideDestinationCallback func(targetObject *Download, suggestedFilename string) bool
DownloadSignalDecideDestinationCallback is a callback function for a 'decide-destination' signal emitted from a Download.
type DownloadSignalFailedCallback ¶
DownloadSignalFailedCallback is a callback function for a 'failed' signal emitted from a Download.
type DownloadSignalFinishedCallback ¶
type DownloadSignalFinishedCallback func(targetObject *Download)
DownloadSignalFinishedCallback is a callback function for a 'finished' signal emitted from a Download.
type DownloadSignalReceivedDataCallback ¶
DownloadSignalReceivedDataCallback is a callback function for a 'received-data' signal emitted from a Download.
type EditorState ¶
type EditorState struct {
// contains filtered or unexported fields
}
EditorState is a wrapper around the C record WebKitEditorState.
func CastToEditorState ¶
func CastToEditorState(object *gobject.Object) *EditorState
CastToWidget down casts any arbitrary Object to EditorState. Exercise care, as this is a potentially dangerous function if the Object is not a EditorState.
func EditorStateNewFromC ¶
func EditorStateNewFromC(u unsafe.Pointer) *EditorState
func (*EditorState) Equals ¶
func (recv *EditorState) Equals(other *EditorState) bool
Equals compares this EditorState with another EditorState, and returns true if they represent the same GObject.
func (*EditorState) Object ¶
func (recv *EditorState) Object() *gobject.Object
Object upcasts to *Object
func (*EditorState) ToC ¶
func (recv *EditorState) ToC() unsafe.Pointer
type EditorStateClass ¶
type EditorStateClass struct {
// contains filtered or unexported fields
}
EditorStateClass is a wrapper around the C record WebKitEditorStateClass.
func EditorStateClassNewFromC ¶
func EditorStateClassNewFromC(u unsafe.Pointer) *EditorStateClass
func (*EditorStateClass) Equals ¶
func (recv *EditorStateClass) Equals(other *EditorStateClass) bool
Equals compares this EditorStateClass with another EditorStateClass, and returns true if they represent the same GObject.
func (*EditorStateClass) ToC ¶
func (recv *EditorStateClass) ToC() unsafe.Pointer
type EditorStatePrivate ¶
type EditorStatePrivate struct {
// contains filtered or unexported fields
}
EditorStatePrivate is a wrapper around the C record WebKitEditorStatePrivate.
func EditorStatePrivateNewFromC ¶
func EditorStatePrivateNewFromC(u unsafe.Pointer) *EditorStatePrivate
func (*EditorStatePrivate) Equals ¶
func (recv *EditorStatePrivate) Equals(other *EditorStatePrivate) bool
Equals compares this EditorStatePrivate with another EditorStatePrivate, and returns true if they represent the same GObject.
func (*EditorStatePrivate) ToC ¶
func (recv *EditorStatePrivate) ToC() unsafe.Pointer
type FaviconDatabase ¶
type FaviconDatabase struct {
// contains filtered or unexported fields
}
FaviconDatabase is a wrapper around the C record WebKitFaviconDatabase.
func CastToFaviconDatabase ¶
func CastToFaviconDatabase(object *gobject.Object) *FaviconDatabase
CastToWidget down casts any arbitrary Object to FaviconDatabase. Exercise care, as this is a potentially dangerous function if the Object is not a FaviconDatabase.
func FaviconDatabaseNewFromC ¶
func FaviconDatabaseNewFromC(u unsafe.Pointer) *FaviconDatabase
func (*FaviconDatabase) Clear ¶
func (recv *FaviconDatabase) Clear()
Clear is a wrapper around the C function webkit_favicon_database_clear.
func (*FaviconDatabase) ConnectFaviconChanged ¶
func (recv *FaviconDatabase) ConnectFaviconChanged(callback FaviconDatabaseSignalFaviconChangedCallback) int
ConnectFaviconChanged connects the callback to the 'favicon-changed' signal for the FaviconDatabase.
The returned value represents the connection, and may be passed to DisconnectFaviconChanged to remove it.
func (*FaviconDatabase) DisconnectFaviconChanged ¶
func (recv *FaviconDatabase) DisconnectFaviconChanged(connectionID int)
DisconnectFaviconChanged disconnects a callback from the 'favicon-changed' signal for the FaviconDatabase.
The connectionID should be a value returned from a call to ConnectFaviconChanged.
func (*FaviconDatabase) Equals ¶
func (recv *FaviconDatabase) Equals(other *FaviconDatabase) bool
Equals compares this FaviconDatabase with another FaviconDatabase, and returns true if they represent the same GObject.
func (*FaviconDatabase) GetFaviconFinish ¶
func (recv *FaviconDatabase) GetFaviconFinish(result *gio.AsyncResult) (*cairo.Surface, error)
GetFaviconFinish is a wrapper around the C function webkit_favicon_database_get_favicon_finish.
func (*FaviconDatabase) GetFaviconUri ¶
func (recv *FaviconDatabase) GetFaviconUri(pageUri string) string
GetFaviconUri is a wrapper around the C function webkit_favicon_database_get_favicon_uri.
func (*FaviconDatabase) Object ¶
func (recv *FaviconDatabase) Object() *gobject.Object
Object upcasts to *Object
func (*FaviconDatabase) ToC ¶
func (recv *FaviconDatabase) ToC() unsafe.Pointer
type FaviconDatabaseClass ¶
type FaviconDatabaseClass struct {
// contains filtered or unexported fields
}
FaviconDatabaseClass is a wrapper around the C record WebKitFaviconDatabaseClass.
func FaviconDatabaseClassNewFromC ¶
func FaviconDatabaseClassNewFromC(u unsafe.Pointer) *FaviconDatabaseClass
func (*FaviconDatabaseClass) Equals ¶
func (recv *FaviconDatabaseClass) Equals(other *FaviconDatabaseClass) bool
Equals compares this FaviconDatabaseClass with another FaviconDatabaseClass, and returns true if they represent the same GObject.
func (*FaviconDatabaseClass) ToC ¶
func (recv *FaviconDatabaseClass) ToC() unsafe.Pointer
type FaviconDatabaseError ¶
type FaviconDatabaseError C.WebKitFaviconDatabaseError
const ( WEBKIT_FAVICON_DATABASE_ERROR_NOT_INITIALIZED FaviconDatabaseError = 0 WEBKIT_FAVICON_DATABASE_ERROR_FAVICON_NOT_FOUND FaviconDatabaseError = 1 WEBKIT_FAVICON_DATABASE_ERROR_FAVICON_UNKNOWN FaviconDatabaseError = 2 )
type FaviconDatabasePrivate ¶
type FaviconDatabasePrivate struct {
// contains filtered or unexported fields
}
FaviconDatabasePrivate is a wrapper around the C record WebKitFaviconDatabasePrivate.
func FaviconDatabasePrivateNewFromC ¶
func FaviconDatabasePrivateNewFromC(u unsafe.Pointer) *FaviconDatabasePrivate
func (*FaviconDatabasePrivate) Equals ¶
func (recv *FaviconDatabasePrivate) Equals(other *FaviconDatabasePrivate) bool
Equals compares this FaviconDatabasePrivate with another FaviconDatabasePrivate, and returns true if they represent the same GObject.
func (*FaviconDatabasePrivate) ToC ¶
func (recv *FaviconDatabasePrivate) ToC() unsafe.Pointer
type FaviconDatabaseSignalFaviconChangedCallback ¶
type FaviconDatabaseSignalFaviconChangedCallback func(targetObject *FaviconDatabase, pageUri string, faviconUri string)
FaviconDatabaseSignalFaviconChangedCallback is a callback function for a 'favicon-changed' signal emitted from a FaviconDatabase.
type FileChooserRequest ¶
type FileChooserRequest struct {
// contains filtered or unexported fields
}
FileChooserRequest is a wrapper around the C record WebKitFileChooserRequest.
func CastToFileChooserRequest ¶
func CastToFileChooserRequest(object *gobject.Object) *FileChooserRequest
CastToWidget down casts any arbitrary Object to FileChooserRequest. Exercise care, as this is a potentially dangerous function if the Object is not a FileChooserRequest.
func FileChooserRequestNewFromC ¶
func FileChooserRequestNewFromC(u unsafe.Pointer) *FileChooserRequest
func (*FileChooserRequest) Cancel ¶
func (recv *FileChooserRequest) Cancel()
Cancel is a wrapper around the C function webkit_file_chooser_request_cancel.
func (*FileChooserRequest) Equals ¶
func (recv *FileChooserRequest) Equals(other *FileChooserRequest) bool
Equals compares this FileChooserRequest with another FileChooserRequest, and returns true if they represent the same GObject.
func (*FileChooserRequest) GetMimeTypes ¶
func (recv *FileChooserRequest) GetMimeTypes() []string
GetMimeTypes is a wrapper around the C function webkit_file_chooser_request_get_mime_types.
func (*FileChooserRequest) GetMimeTypesFilter ¶
func (recv *FileChooserRequest) GetMimeTypesFilter() *gtk.FileFilter
GetMimeTypesFilter is a wrapper around the C function webkit_file_chooser_request_get_mime_types_filter.
func (*FileChooserRequest) GetSelectMultiple ¶
func (recv *FileChooserRequest) GetSelectMultiple() bool
GetSelectMultiple is a wrapper around the C function webkit_file_chooser_request_get_select_multiple.
func (*FileChooserRequest) GetSelectedFiles ¶
func (recv *FileChooserRequest) GetSelectedFiles() []string
GetSelectedFiles is a wrapper around the C function webkit_file_chooser_request_get_selected_files.
func (*FileChooserRequest) Object ¶
func (recv *FileChooserRequest) Object() *gobject.Object
Object upcasts to *Object
func (*FileChooserRequest) SelectFiles ¶
func (recv *FileChooserRequest) SelectFiles(files []string)
SelectFiles is a wrapper around the C function webkit_file_chooser_request_select_files.
func (*FileChooserRequest) ToC ¶
func (recv *FileChooserRequest) ToC() unsafe.Pointer
type FileChooserRequestClass ¶
type FileChooserRequestClass struct {
// contains filtered or unexported fields
}
FileChooserRequestClass is a wrapper around the C record WebKitFileChooserRequestClass.
func FileChooserRequestClassNewFromC ¶
func FileChooserRequestClassNewFromC(u unsafe.Pointer) *FileChooserRequestClass
func (*FileChooserRequestClass) Equals ¶
func (recv *FileChooserRequestClass) Equals(other *FileChooserRequestClass) bool
Equals compares this FileChooserRequestClass with another FileChooserRequestClass, and returns true if they represent the same GObject.
func (*FileChooserRequestClass) ToC ¶
func (recv *FileChooserRequestClass) ToC() unsafe.Pointer
type FileChooserRequestPrivate ¶
type FileChooserRequestPrivate struct {
// contains filtered or unexported fields
}
FileChooserRequestPrivate is a wrapper around the C record WebKitFileChooserRequestPrivate.
func FileChooserRequestPrivateNewFromC ¶
func FileChooserRequestPrivateNewFromC(u unsafe.Pointer) *FileChooserRequestPrivate
func (*FileChooserRequestPrivate) Equals ¶
func (recv *FileChooserRequestPrivate) Equals(other *FileChooserRequestPrivate) bool
Equals compares this FileChooserRequestPrivate with another FileChooserRequestPrivate, and returns true if they represent the same GObject.
func (*FileChooserRequestPrivate) ToC ¶
func (recv *FileChooserRequestPrivate) ToC() unsafe.Pointer
type FindController ¶
type FindController struct {
// contains filtered or unexported fields
}
FindController is a wrapper around the C record WebKitFindController.
func CastToFindController ¶
func CastToFindController(object *gobject.Object) *FindController
CastToWidget down casts any arbitrary Object to FindController. Exercise care, as this is a potentially dangerous function if the Object is not a FindController.
func FindControllerNewFromC ¶
func FindControllerNewFromC(u unsafe.Pointer) *FindController
func (*FindController) ConnectCountedMatches ¶
func (recv *FindController) ConnectCountedMatches(callback FindControllerSignalCountedMatchesCallback) int
ConnectCountedMatches connects the callback to the 'counted-matches' signal for the FindController.
The returned value represents the connection, and may be passed to DisconnectCountedMatches to remove it.
func (*FindController) ConnectFailedToFindText ¶
func (recv *FindController) ConnectFailedToFindText(callback FindControllerSignalFailedToFindTextCallback) int
ConnectFailedToFindText connects the callback to the 'failed-to-find-text' signal for the FindController.
The returned value represents the connection, and may be passed to DisconnectFailedToFindText to remove it.
func (*FindController) ConnectFoundText ¶
func (recv *FindController) ConnectFoundText(callback FindControllerSignalFoundTextCallback) int
ConnectFoundText connects the callback to the 'found-text' signal for the FindController.
The returned value represents the connection, and may be passed to DisconnectFoundText to remove it.
func (*FindController) CountMatches ¶
func (recv *FindController) CountMatches(searchText string, findOptions uint32, maxMatchCount uint32)
CountMatches is a wrapper around the C function webkit_find_controller_count_matches.
func (*FindController) DisconnectCountedMatches ¶
func (recv *FindController) DisconnectCountedMatches(connectionID int)
DisconnectCountedMatches disconnects a callback from the 'counted-matches' signal for the FindController.
The connectionID should be a value returned from a call to ConnectCountedMatches.
func (*FindController) DisconnectFailedToFindText ¶
func (recv *FindController) DisconnectFailedToFindText(connectionID int)
DisconnectFailedToFindText disconnects a callback from the 'failed-to-find-text' signal for the FindController.
The connectionID should be a value returned from a call to ConnectFailedToFindText.
func (*FindController) DisconnectFoundText ¶
func (recv *FindController) DisconnectFoundText(connectionID int)
DisconnectFoundText disconnects a callback from the 'found-text' signal for the FindController.
The connectionID should be a value returned from a call to ConnectFoundText.
func (*FindController) Equals ¶
func (recv *FindController) Equals(other *FindController) bool
Equals compares this FindController with another FindController, and returns true if they represent the same GObject.
func (*FindController) GetMaxMatchCount ¶
func (recv *FindController) GetMaxMatchCount() uint32
GetMaxMatchCount is a wrapper around the C function webkit_find_controller_get_max_match_count.
func (*FindController) GetOptions ¶
func (recv *FindController) GetOptions() uint32
GetOptions is a wrapper around the C function webkit_find_controller_get_options.
func (*FindController) GetSearchText ¶
func (recv *FindController) GetSearchText() string
GetSearchText is a wrapper around the C function webkit_find_controller_get_search_text.
func (*FindController) GetWebView ¶
func (recv *FindController) GetWebView() *WebView
GetWebView is a wrapper around the C function webkit_find_controller_get_web_view.
func (*FindController) Object ¶
func (recv *FindController) Object() *gobject.Object
Object upcasts to *Object
func (*FindController) Search ¶
func (recv *FindController) Search(searchText string, findOptions uint32, maxMatchCount uint32)
Search is a wrapper around the C function webkit_find_controller_search.
func (*FindController) SearchFinish ¶
func (recv *FindController) SearchFinish()
SearchFinish is a wrapper around the C function webkit_find_controller_search_finish.
func (*FindController) SearchNext ¶
func (recv *FindController) SearchNext()
SearchNext is a wrapper around the C function webkit_find_controller_search_next.
func (*FindController) SearchPrevious ¶
func (recv *FindController) SearchPrevious()
SearchPrevious is a wrapper around the C function webkit_find_controller_search_previous.
func (*FindController) ToC ¶
func (recv *FindController) ToC() unsafe.Pointer
type FindControllerClass ¶
type FindControllerClass struct {
// contains filtered or unexported fields
}
FindControllerClass is a wrapper around the C record WebKitFindControllerClass.
func FindControllerClassNewFromC ¶
func FindControllerClassNewFromC(u unsafe.Pointer) *FindControllerClass
func (*FindControllerClass) Equals ¶
func (recv *FindControllerClass) Equals(other *FindControllerClass) bool
Equals compares this FindControllerClass with another FindControllerClass, and returns true if they represent the same GObject.
func (*FindControllerClass) ToC ¶
func (recv *FindControllerClass) ToC() unsafe.Pointer
type FindControllerPrivate ¶
type FindControllerPrivate struct {
// contains filtered or unexported fields
}
FindControllerPrivate is a wrapper around the C record WebKitFindControllerPrivate.
func FindControllerPrivateNewFromC ¶
func FindControllerPrivateNewFromC(u unsafe.Pointer) *FindControllerPrivate
func (*FindControllerPrivate) Equals ¶
func (recv *FindControllerPrivate) Equals(other *FindControllerPrivate) bool
Equals compares this FindControllerPrivate with another FindControllerPrivate, and returns true if they represent the same GObject.
func (*FindControllerPrivate) ToC ¶
func (recv *FindControllerPrivate) ToC() unsafe.Pointer
type FindControllerSignalCountedMatchesCallback ¶
type FindControllerSignalCountedMatchesCallback func(targetObject *FindController, matchCount uint32)
FindControllerSignalCountedMatchesCallback is a callback function for a 'counted-matches' signal emitted from a FindController.
type FindControllerSignalFailedToFindTextCallback ¶
type FindControllerSignalFailedToFindTextCallback func(targetObject *FindController)
FindControllerSignalFailedToFindTextCallback is a callback function for a 'failed-to-find-text' signal emitted from a FindController.
type FindControllerSignalFoundTextCallback ¶
type FindControllerSignalFoundTextCallback func(targetObject *FindController, matchCount uint32)
FindControllerSignalFoundTextCallback is a callback function for a 'found-text' signal emitted from a FindController.
type FindOptions ¶
type FindOptions C.WebKitFindOptions
const ( WEBKIT_FIND_OPTIONS_NONE FindOptions = 0 WEBKIT_FIND_OPTIONS_CASE_INSENSITIVE FindOptions = 1 WEBKIT_FIND_OPTIONS_AT_WORD_STARTS FindOptions = 2 WEBKIT_FIND_OPTIONS_TREAT_MEDIAL_CAPITAL_AS_WORD_START FindOptions = 4 WEBKIT_FIND_OPTIONS_BACKWARDS FindOptions = 8 WEBKIT_FIND_OPTIONS_WRAP_AROUND FindOptions = 16 )
type FormSubmissionRequest ¶
type FormSubmissionRequest struct {
// contains filtered or unexported fields
}
FormSubmissionRequest is a wrapper around the C record WebKitFormSubmissionRequest.
func CastToFormSubmissionRequest ¶
func CastToFormSubmissionRequest(object *gobject.Object) *FormSubmissionRequest
CastToWidget down casts any arbitrary Object to FormSubmissionRequest. Exercise care, as this is a potentially dangerous function if the Object is not a FormSubmissionRequest.
func FormSubmissionRequestNewFromC ¶
func FormSubmissionRequestNewFromC(u unsafe.Pointer) *FormSubmissionRequest
func (*FormSubmissionRequest) Equals ¶
func (recv *FormSubmissionRequest) Equals(other *FormSubmissionRequest) bool
Equals compares this FormSubmissionRequest with another FormSubmissionRequest, and returns true if they represent the same GObject.
func (*FormSubmissionRequest) GetTextFields ¶
func (recv *FormSubmissionRequest) GetTextFields() *glib.HashTable
GetTextFields is a wrapper around the C function webkit_form_submission_request_get_text_fields.
func (*FormSubmissionRequest) Object ¶
func (recv *FormSubmissionRequest) Object() *gobject.Object
Object upcasts to *Object
func (*FormSubmissionRequest) Submit ¶
func (recv *FormSubmissionRequest) Submit()
Submit is a wrapper around the C function webkit_form_submission_request_submit.
func (*FormSubmissionRequest) ToC ¶
func (recv *FormSubmissionRequest) ToC() unsafe.Pointer
type FormSubmissionRequestClass ¶
type FormSubmissionRequestClass struct {
// contains filtered or unexported fields
}
FormSubmissionRequestClass is a wrapper around the C record WebKitFormSubmissionRequestClass.
func FormSubmissionRequestClassNewFromC ¶
func FormSubmissionRequestClassNewFromC(u unsafe.Pointer) *FormSubmissionRequestClass
func (*FormSubmissionRequestClass) Equals ¶
func (recv *FormSubmissionRequestClass) Equals(other *FormSubmissionRequestClass) bool
Equals compares this FormSubmissionRequestClass with another FormSubmissionRequestClass, and returns true if they represent the same GObject.
func (*FormSubmissionRequestClass) ToC ¶
func (recv *FormSubmissionRequestClass) ToC() unsafe.Pointer
type FormSubmissionRequestPrivate ¶
type FormSubmissionRequestPrivate struct {
// contains filtered or unexported fields
}
FormSubmissionRequestPrivate is a wrapper around the C record WebKitFormSubmissionRequestPrivate.
func FormSubmissionRequestPrivateNewFromC ¶
func FormSubmissionRequestPrivateNewFromC(u unsafe.Pointer) *FormSubmissionRequestPrivate
func (*FormSubmissionRequestPrivate) Equals ¶
func (recv *FormSubmissionRequestPrivate) Equals(other *FormSubmissionRequestPrivate) bool
Equals compares this FormSubmissionRequestPrivate with another FormSubmissionRequestPrivate, and returns true if they represent the same GObject.
func (*FormSubmissionRequestPrivate) ToC ¶
func (recv *FormSubmissionRequestPrivate) ToC() unsafe.Pointer
type GeolocationManager ¶
type GeolocationManager struct {
// contains filtered or unexported fields
}
GeolocationManager is a wrapper around the C record WebKitGeolocationManager.
func CastToGeolocationManager ¶
func CastToGeolocationManager(object *gobject.Object) *GeolocationManager
CastToWidget down casts any arbitrary Object to GeolocationManager. Exercise care, as this is a potentially dangerous function if the Object is not a GeolocationManager.
func GeolocationManagerNewFromC ¶
func GeolocationManagerNewFromC(u unsafe.Pointer) *GeolocationManager
func (*GeolocationManager) Equals ¶
func (recv *GeolocationManager) Equals(other *GeolocationManager) bool
Equals compares this GeolocationManager with another GeolocationManager, and returns true if they represent the same GObject.
func (*GeolocationManager) Object ¶
func (recv *GeolocationManager) Object() *gobject.Object
Object upcasts to *Object
func (*GeolocationManager) ToC ¶
func (recv *GeolocationManager) ToC() unsafe.Pointer
type GeolocationManagerClass ¶
type GeolocationManagerClass struct {
// contains filtered or unexported fields
}
GeolocationManagerClass is a wrapper around the C record WebKitGeolocationManagerClass.
func GeolocationManagerClassNewFromC ¶
func GeolocationManagerClassNewFromC(u unsafe.Pointer) *GeolocationManagerClass
func (*GeolocationManagerClass) Equals ¶
func (recv *GeolocationManagerClass) Equals(other *GeolocationManagerClass) bool
Equals compares this GeolocationManagerClass with another GeolocationManagerClass, and returns true if they represent the same GObject.
func (*GeolocationManagerClass) ToC ¶
func (recv *GeolocationManagerClass) ToC() unsafe.Pointer
type GeolocationManagerPrivate ¶
type GeolocationManagerPrivate struct {
// contains filtered or unexported fields
}
GeolocationManagerPrivate is a wrapper around the C record WebKitGeolocationManagerPrivate.
func GeolocationManagerPrivateNewFromC ¶
func GeolocationManagerPrivateNewFromC(u unsafe.Pointer) *GeolocationManagerPrivate
func (*GeolocationManagerPrivate) Equals ¶
func (recv *GeolocationManagerPrivate) Equals(other *GeolocationManagerPrivate) bool
Equals compares this GeolocationManagerPrivate with another GeolocationManagerPrivate, and returns true if they represent the same GObject.
func (*GeolocationManagerPrivate) ToC ¶
func (recv *GeolocationManagerPrivate) ToC() unsafe.Pointer
type GeolocationPermissionRequest ¶
type GeolocationPermissionRequest struct {
// contains filtered or unexported fields
}
GeolocationPermissionRequest is a wrapper around the C record WebKitGeolocationPermissionRequest.
func CastToGeolocationPermissionRequest ¶
func CastToGeolocationPermissionRequest(object *gobject.Object) *GeolocationPermissionRequest
CastToWidget down casts any arbitrary Object to GeolocationPermissionRequest. Exercise care, as this is a potentially dangerous function if the Object is not a GeolocationPermissionRequest.
func GeolocationPermissionRequestNewFromC ¶
func GeolocationPermissionRequestNewFromC(u unsafe.Pointer) *GeolocationPermissionRequest
func (*GeolocationPermissionRequest) Equals ¶
func (recv *GeolocationPermissionRequest) Equals(other *GeolocationPermissionRequest) bool
Equals compares this GeolocationPermissionRequest with another GeolocationPermissionRequest, and returns true if they represent the same GObject.
func (*GeolocationPermissionRequest) Object ¶
func (recv *GeolocationPermissionRequest) Object() *gobject.Object
Object upcasts to *Object
func (*GeolocationPermissionRequest) PermissionRequest ¶
func (recv *GeolocationPermissionRequest) PermissionRequest() *PermissionRequest
PermissionRequest returns the PermissionRequest interface implemented by GeolocationPermissionRequest
func (*GeolocationPermissionRequest) ToC ¶
func (recv *GeolocationPermissionRequest) ToC() unsafe.Pointer
type GeolocationPermissionRequestClass ¶
type GeolocationPermissionRequestClass struct {
// contains filtered or unexported fields
}
GeolocationPermissionRequestClass is a wrapper around the C record WebKitGeolocationPermissionRequestClass.
func GeolocationPermissionRequestClassNewFromC ¶
func GeolocationPermissionRequestClassNewFromC(u unsafe.Pointer) *GeolocationPermissionRequestClass
func (*GeolocationPermissionRequestClass) Equals ¶
func (recv *GeolocationPermissionRequestClass) Equals(other *GeolocationPermissionRequestClass) bool
Equals compares this GeolocationPermissionRequestClass with another GeolocationPermissionRequestClass, and returns true if they represent the same GObject.
func (*GeolocationPermissionRequestClass) ToC ¶
func (recv *GeolocationPermissionRequestClass) ToC() unsafe.Pointer
type GeolocationPermissionRequestPrivate ¶
type GeolocationPermissionRequestPrivate struct {
// contains filtered or unexported fields
}
GeolocationPermissionRequestPrivate is a wrapper around the C record WebKitGeolocationPermissionRequestPrivate.
func GeolocationPermissionRequestPrivateNewFromC ¶
func GeolocationPermissionRequestPrivateNewFromC(u unsafe.Pointer) *GeolocationPermissionRequestPrivate
func (*GeolocationPermissionRequestPrivate) Equals ¶
func (recv *GeolocationPermissionRequestPrivate) Equals(other *GeolocationPermissionRequestPrivate) bool
Equals compares this GeolocationPermissionRequestPrivate with another GeolocationPermissionRequestPrivate, and returns true if they represent the same GObject.
func (*GeolocationPermissionRequestPrivate) ToC ¶
func (recv *GeolocationPermissionRequestPrivate) ToC() unsafe.Pointer
type HitTestResult ¶
type HitTestResult struct {
// contains filtered or unexported fields
}
HitTestResult is a wrapper around the C record WebKitHitTestResult.
func CastToHitTestResult ¶
func CastToHitTestResult(object *gobject.Object) *HitTestResult
CastToWidget down casts any arbitrary Object to HitTestResult. Exercise care, as this is a potentially dangerous function if the Object is not a HitTestResult.
func HitTestResultNewFromC ¶
func HitTestResultNewFromC(u unsafe.Pointer) *HitTestResult
func (*HitTestResult) ContextIsEditable ¶
func (recv *HitTestResult) ContextIsEditable() bool
ContextIsEditable is a wrapper around the C function webkit_hit_test_result_context_is_editable.
func (*HitTestResult) ContextIsImage ¶
func (recv *HitTestResult) ContextIsImage() bool
ContextIsImage is a wrapper around the C function webkit_hit_test_result_context_is_image.
func (*HitTestResult) ContextIsLink ¶
func (recv *HitTestResult) ContextIsLink() bool
ContextIsLink is a wrapper around the C function webkit_hit_test_result_context_is_link.
func (*HitTestResult) ContextIsMedia ¶
func (recv *HitTestResult) ContextIsMedia() bool
ContextIsMedia is a wrapper around the C function webkit_hit_test_result_context_is_media.
func (*HitTestResult) ContextIsScrollbar ¶
func (recv *HitTestResult) ContextIsScrollbar() bool
ContextIsScrollbar is a wrapper around the C function webkit_hit_test_result_context_is_scrollbar.
func (*HitTestResult) Equals ¶
func (recv *HitTestResult) Equals(other *HitTestResult) bool
Equals compares this HitTestResult with another HitTestResult, and returns true if they represent the same GObject.
func (*HitTestResult) GetContext ¶
func (recv *HitTestResult) GetContext() uint32
GetContext is a wrapper around the C function webkit_hit_test_result_get_context.
func (*HitTestResult) GetImageUri ¶
func (recv *HitTestResult) GetImageUri() string
GetImageUri is a wrapper around the C function webkit_hit_test_result_get_image_uri.
func (*HitTestResult) GetLinkLabel ¶
func (recv *HitTestResult) GetLinkLabel() string
GetLinkLabel is a wrapper around the C function webkit_hit_test_result_get_link_label.
func (*HitTestResult) GetLinkTitle ¶
func (recv *HitTestResult) GetLinkTitle() string
GetLinkTitle is a wrapper around the C function webkit_hit_test_result_get_link_title.
func (*HitTestResult) GetLinkUri ¶
func (recv *HitTestResult) GetLinkUri() string
GetLinkUri is a wrapper around the C function webkit_hit_test_result_get_link_uri.
func (*HitTestResult) GetMediaUri ¶
func (recv *HitTestResult) GetMediaUri() string
GetMediaUri is a wrapper around the C function webkit_hit_test_result_get_media_uri.
func (*HitTestResult) Object ¶
func (recv *HitTestResult) Object() *gobject.Object
Object upcasts to *Object
func (*HitTestResult) ToC ¶
func (recv *HitTestResult) ToC() unsafe.Pointer
type HitTestResultClass ¶
type HitTestResultClass struct {
// contains filtered or unexported fields
}
HitTestResultClass is a wrapper around the C record WebKitHitTestResultClass.
func HitTestResultClassNewFromC ¶
func HitTestResultClassNewFromC(u unsafe.Pointer) *HitTestResultClass
func (*HitTestResultClass) Equals ¶
func (recv *HitTestResultClass) Equals(other *HitTestResultClass) bool
Equals compares this HitTestResultClass with another HitTestResultClass, and returns true if they represent the same GObject.
func (*HitTestResultClass) ToC ¶
func (recv *HitTestResultClass) ToC() unsafe.Pointer
type HitTestResultContext ¶
type HitTestResultContext C.WebKitHitTestResultContext
const ( WEBKIT_HIT_TEST_RESULT_CONTEXT_DOCUMENT HitTestResultContext = 2 WEBKIT_HIT_TEST_RESULT_CONTEXT_LINK HitTestResultContext = 4 WEBKIT_HIT_TEST_RESULT_CONTEXT_IMAGE HitTestResultContext = 8 WEBKIT_HIT_TEST_RESULT_CONTEXT_MEDIA HitTestResultContext = 16 WEBKIT_HIT_TEST_RESULT_CONTEXT_EDITABLE HitTestResultContext = 32 WEBKIT_HIT_TEST_RESULT_CONTEXT_SCROLLBAR HitTestResultContext = 64 WEBKIT_HIT_TEST_RESULT_CONTEXT_SELECTION HitTestResultContext = 128 )
type HitTestResultPrivate ¶
type HitTestResultPrivate struct {
// contains filtered or unexported fields
}
HitTestResultPrivate is a wrapper around the C record WebKitHitTestResultPrivate.
func HitTestResultPrivateNewFromC ¶
func HitTestResultPrivateNewFromC(u unsafe.Pointer) *HitTestResultPrivate
func (*HitTestResultPrivate) Equals ¶
func (recv *HitTestResultPrivate) Equals(other *HitTestResultPrivate) bool
Equals compares this HitTestResultPrivate with another HitTestResultPrivate, and returns true if they represent the same GObject.
func (*HitTestResultPrivate) ToC ¶
func (recv *HitTestResultPrivate) ToC() unsafe.Pointer
type InsecureContentEvent ¶
type InsecureContentEvent C.WebKitInsecureContentEvent
const ( WEBKIT_INSECURE_CONTENT_RUN InsecureContentEvent = 0 WEBKIT_INSECURE_CONTENT_DISPLAYED InsecureContentEvent = 1 )
type InstallMissingMediaPluginsPermissionRequest ¶
type InstallMissingMediaPluginsPermissionRequest struct {
// contains filtered or unexported fields
}
InstallMissingMediaPluginsPermissionRequest is a wrapper around the C record WebKitInstallMissingMediaPluginsPermissionRequest.
func CastToInstallMissingMediaPluginsPermissionRequest ¶
func CastToInstallMissingMediaPluginsPermissionRequest(object *gobject.Object) *InstallMissingMediaPluginsPermissionRequest
CastToWidget down casts any arbitrary Object to InstallMissingMediaPluginsPermissionRequest. Exercise care, as this is a potentially dangerous function if the Object is not a InstallMissingMediaPluginsPermissionRequest.
func InstallMissingMediaPluginsPermissionRequestNewFromC ¶
func InstallMissingMediaPluginsPermissionRequestNewFromC(u unsafe.Pointer) *InstallMissingMediaPluginsPermissionRequest
func (*InstallMissingMediaPluginsPermissionRequest) Equals ¶
func (recv *InstallMissingMediaPluginsPermissionRequest) Equals(other *InstallMissingMediaPluginsPermissionRequest) bool
Equals compares this InstallMissingMediaPluginsPermissionRequest with another InstallMissingMediaPluginsPermissionRequest, and returns true if they represent the same GObject.
func (*InstallMissingMediaPluginsPermissionRequest) Object ¶
func (recv *InstallMissingMediaPluginsPermissionRequest) Object() *gobject.Object
Object upcasts to *Object
func (*InstallMissingMediaPluginsPermissionRequest) PermissionRequest ¶
func (recv *InstallMissingMediaPluginsPermissionRequest) PermissionRequest() *PermissionRequest
PermissionRequest returns the PermissionRequest interface implemented by InstallMissingMediaPluginsPermissionRequest
func (*InstallMissingMediaPluginsPermissionRequest) ToC ¶
func (recv *InstallMissingMediaPluginsPermissionRequest) ToC() unsafe.Pointer
type InstallMissingMediaPluginsPermissionRequestClass ¶
type InstallMissingMediaPluginsPermissionRequestClass struct {
// contains filtered or unexported fields
}
InstallMissingMediaPluginsPermissionRequestClass is a wrapper around the C record WebKitInstallMissingMediaPluginsPermissionRequestClass.
func InstallMissingMediaPluginsPermissionRequestClassNewFromC ¶
func InstallMissingMediaPluginsPermissionRequestClassNewFromC(u unsafe.Pointer) *InstallMissingMediaPluginsPermissionRequestClass
func (*InstallMissingMediaPluginsPermissionRequestClass) Equals ¶
func (recv *InstallMissingMediaPluginsPermissionRequestClass) Equals(other *InstallMissingMediaPluginsPermissionRequestClass) bool
Equals compares this InstallMissingMediaPluginsPermissionRequestClass with another InstallMissingMediaPluginsPermissionRequestClass, and returns true if they represent the same GObject.
func (*InstallMissingMediaPluginsPermissionRequestClass) ToC ¶
func (recv *InstallMissingMediaPluginsPermissionRequestClass) ToC() unsafe.Pointer
type InstallMissingMediaPluginsPermissionRequestPrivate ¶
type InstallMissingMediaPluginsPermissionRequestPrivate struct {
// contains filtered or unexported fields
}
InstallMissingMediaPluginsPermissionRequestPrivate is a wrapper around the C record WebKitInstallMissingMediaPluginsPermissionRequestPrivate.
func InstallMissingMediaPluginsPermissionRequestPrivateNewFromC ¶
func InstallMissingMediaPluginsPermissionRequestPrivateNewFromC(u unsafe.Pointer) *InstallMissingMediaPluginsPermissionRequestPrivate
func (*InstallMissingMediaPluginsPermissionRequestPrivate) Equals ¶
func (recv *InstallMissingMediaPluginsPermissionRequestPrivate) Equals(other *InstallMissingMediaPluginsPermissionRequestPrivate) bool
Equals compares this InstallMissingMediaPluginsPermissionRequestPrivate with another InstallMissingMediaPluginsPermissionRequestPrivate, and returns true if they represent the same GObject.
func (*InstallMissingMediaPluginsPermissionRequestPrivate) ToC ¶
func (recv *InstallMissingMediaPluginsPermissionRequestPrivate) ToC() unsafe.Pointer
type JavascriptError ¶
type JavascriptError C.WebKitJavascriptError
const (
WEBKIT_JAVASCRIPT_ERROR_SCRIPT_FAILED JavascriptError = 699
)
type JavascriptResult ¶
type JavascriptResult struct {
// contains filtered or unexported fields
}
JavascriptResult is a wrapper around the C record WebKitJavascriptResult.
func JavascriptResultNewFromC ¶
func JavascriptResultNewFromC(u unsafe.Pointer) *JavascriptResult
func (*JavascriptResult) Equals ¶
func (recv *JavascriptResult) Equals(other *JavascriptResult) bool
Equals compares this JavascriptResult with another JavascriptResult, and returns true if they represent the same GObject.
func (*JavascriptResult) Ref ¶
func (recv *JavascriptResult) Ref() *JavascriptResult
Ref is a wrapper around the C function webkit_javascript_result_ref.
func (*JavascriptResult) ToC ¶
func (recv *JavascriptResult) ToC() unsafe.Pointer
func (*JavascriptResult) Unref ¶
func (recv *JavascriptResult) Unref()
Unref is a wrapper around the C function webkit_javascript_result_unref.
type LoadEvent ¶
type LoadEvent C.WebKitLoadEvent
type MimeInfo ¶
type MimeInfo struct {
// contains filtered or unexported fields
}
MimeInfo is a wrapper around the C record WebKitMimeInfo.
func MimeInfoNewFromC ¶
func (*MimeInfo) Equals ¶
Equals compares this MimeInfo with another MimeInfo, and returns true if they represent the same GObject.
func (*MimeInfo) GetDescription ¶
GetDescription is a wrapper around the C function webkit_mime_info_get_description.
func (*MimeInfo) GetExtensions ¶
GetExtensions is a wrapper around the C function webkit_mime_info_get_extensions.
func (*MimeInfo) GetMimeType ¶
GetMimeType is a wrapper around the C function webkit_mime_info_get_mime_type.
type NavigationAction ¶
type NavigationAction struct {
// contains filtered or unexported fields
}
NavigationAction is a wrapper around the C record WebKitNavigationAction.
func NavigationActionNewFromC ¶
func NavigationActionNewFromC(u unsafe.Pointer) *NavigationAction
func (*NavigationAction) Equals ¶
func (recv *NavigationAction) Equals(other *NavigationAction) bool
Equals compares this NavigationAction with another NavigationAction, and returns true if they represent the same GObject.
func (*NavigationAction) ToC ¶
func (recv *NavigationAction) ToC() unsafe.Pointer
type NavigationPolicyDecision ¶
type NavigationPolicyDecision struct {
// contains filtered or unexported fields
}
NavigationPolicyDecision is a wrapper around the C record WebKitNavigationPolicyDecision.
func CastToNavigationPolicyDecision ¶
func CastToNavigationPolicyDecision(object *gobject.Object) *NavigationPolicyDecision
CastToWidget down casts any arbitrary Object to NavigationPolicyDecision. Exercise care, as this is a potentially dangerous function if the Object is not a NavigationPolicyDecision.
func NavigationPolicyDecisionNewFromC ¶
func NavigationPolicyDecisionNewFromC(u unsafe.Pointer) *NavigationPolicyDecision
func (*NavigationPolicyDecision) Equals ¶
func (recv *NavigationPolicyDecision) Equals(other *NavigationPolicyDecision) bool
Equals compares this NavigationPolicyDecision with another NavigationPolicyDecision, and returns true if they represent the same GObject.
func (*NavigationPolicyDecision) GetFrameName ¶
func (recv *NavigationPolicyDecision) GetFrameName() string
GetFrameName is a wrapper around the C function webkit_navigation_policy_decision_get_frame_name.
func (*NavigationPolicyDecision) GetModifiers ¶
func (recv *NavigationPolicyDecision) GetModifiers() uint32
GetModifiers is a wrapper around the C function webkit_navigation_policy_decision_get_modifiers.
func (*NavigationPolicyDecision) GetMouseButton ¶
func (recv *NavigationPolicyDecision) GetMouseButton() uint32
GetMouseButton is a wrapper around the C function webkit_navigation_policy_decision_get_mouse_button.
func (*NavigationPolicyDecision) GetNavigationType ¶
func (recv *NavigationPolicyDecision) GetNavigationType() NavigationType
GetNavigationType is a wrapper around the C function webkit_navigation_policy_decision_get_navigation_type.
func (*NavigationPolicyDecision) GetRequest ¶
func (recv *NavigationPolicyDecision) GetRequest() *URIRequest
GetRequest is a wrapper around the C function webkit_navigation_policy_decision_get_request.
func (*NavigationPolicyDecision) Object ¶
func (recv *NavigationPolicyDecision) Object() *gobject.Object
Object upcasts to *Object
func (*NavigationPolicyDecision) PolicyDecision ¶
func (recv *NavigationPolicyDecision) PolicyDecision() *PolicyDecision
PolicyDecision upcasts to *PolicyDecision
func (*NavigationPolicyDecision) ToC ¶
func (recv *NavigationPolicyDecision) ToC() unsafe.Pointer
type NavigationPolicyDecisionClass ¶
type NavigationPolicyDecisionClass struct {
// contains filtered or unexported fields
}
NavigationPolicyDecisionClass is a wrapper around the C record WebKitNavigationPolicyDecisionClass.
func NavigationPolicyDecisionClassNewFromC ¶
func NavigationPolicyDecisionClassNewFromC(u unsafe.Pointer) *NavigationPolicyDecisionClass
func (*NavigationPolicyDecisionClass) Equals ¶
func (recv *NavigationPolicyDecisionClass) Equals(other *NavigationPolicyDecisionClass) bool
Equals compares this NavigationPolicyDecisionClass with another NavigationPolicyDecisionClass, and returns true if they represent the same GObject.
func (*NavigationPolicyDecisionClass) ToC ¶
func (recv *NavigationPolicyDecisionClass) ToC() unsafe.Pointer
type NavigationPolicyDecisionPrivate ¶
type NavigationPolicyDecisionPrivate struct {
// contains filtered or unexported fields
}
NavigationPolicyDecisionPrivate is a wrapper around the C record WebKitNavigationPolicyDecisionPrivate.
func NavigationPolicyDecisionPrivateNewFromC ¶
func NavigationPolicyDecisionPrivateNewFromC(u unsafe.Pointer) *NavigationPolicyDecisionPrivate
func (*NavigationPolicyDecisionPrivate) Equals ¶
func (recv *NavigationPolicyDecisionPrivate) Equals(other *NavigationPolicyDecisionPrivate) bool
Equals compares this NavigationPolicyDecisionPrivate with another NavigationPolicyDecisionPrivate, and returns true if they represent the same GObject.
func (*NavigationPolicyDecisionPrivate) ToC ¶
func (recv *NavigationPolicyDecisionPrivate) ToC() unsafe.Pointer
type NavigationType ¶
type NavigationType C.WebKitNavigationType
const ( WEBKIT_NAVIGATION_TYPE_LINK_CLICKED NavigationType = 0 WEBKIT_NAVIGATION_TYPE_FORM_SUBMITTED NavigationType = 1 WEBKIT_NAVIGATION_TYPE_BACK_FORWARD NavigationType = 2 WEBKIT_NAVIGATION_TYPE_RELOAD NavigationType = 3 WEBKIT_NAVIGATION_TYPE_FORM_RESUBMITTED NavigationType = 4 WEBKIT_NAVIGATION_TYPE_OTHER NavigationType = 5 )
type NetworkError ¶
type NetworkError C.WebKitNetworkError
const ( WEBKIT_NETWORK_ERROR_FAILED NetworkError = 399 WEBKIT_NETWORK_ERROR_TRANSPORT NetworkError = 300 WEBKIT_NETWORK_ERROR_UNKNOWN_PROTOCOL NetworkError = 301 WEBKIT_NETWORK_ERROR_CANCELLED NetworkError = 302 WEBKIT_NETWORK_ERROR_FILE_DOES_NOT_EXIST NetworkError = 303 )
type NetworkProxySettings ¶
type NetworkProxySettings struct {
// contains filtered or unexported fields
}
NetworkProxySettings is a wrapper around the C record WebKitNetworkProxySettings.
func NetworkProxySettingsNewFromC ¶
func NetworkProxySettingsNewFromC(u unsafe.Pointer) *NetworkProxySettings
func (*NetworkProxySettings) Equals ¶
func (recv *NetworkProxySettings) Equals(other *NetworkProxySettings) bool
Equals compares this NetworkProxySettings with another NetworkProxySettings, and returns true if they represent the same GObject.
func (*NetworkProxySettings) ToC ¶
func (recv *NetworkProxySettings) ToC() unsafe.Pointer
type Notification ¶
type Notification struct {
// contains filtered or unexported fields
}
Notification is a wrapper around the C record WebKitNotification.
func CastToNotification ¶
func CastToNotification(object *gobject.Object) *Notification
CastToWidget down casts any arbitrary Object to Notification. Exercise care, as this is a potentially dangerous function if the Object is not a Notification.
func NotificationNewFromC ¶
func NotificationNewFromC(u unsafe.Pointer) *Notification
func (*Notification) Equals ¶
func (recv *Notification) Equals(other *Notification) bool
Equals compares this Notification with another Notification, and returns true if they represent the same GObject.
func (*Notification) Object ¶
func (recv *Notification) Object() *gobject.Object
Object upcasts to *Object
func (*Notification) ToC ¶
func (recv *Notification) ToC() unsafe.Pointer
type NotificationClass ¶
type NotificationClass struct {
// contains filtered or unexported fields
}
NotificationClass is a wrapper around the C record WebKitNotificationClass.
func NotificationClassNewFromC ¶
func NotificationClassNewFromC(u unsafe.Pointer) *NotificationClass
func (*NotificationClass) Equals ¶
func (recv *NotificationClass) Equals(other *NotificationClass) bool
Equals compares this NotificationClass with another NotificationClass, and returns true if they represent the same GObject.
func (*NotificationClass) ToC ¶
func (recv *NotificationClass) ToC() unsafe.Pointer
type NotificationPermissionRequest ¶
type NotificationPermissionRequest struct {
// contains filtered or unexported fields
}
NotificationPermissionRequest is a wrapper around the C record WebKitNotificationPermissionRequest.
func CastToNotificationPermissionRequest ¶
func CastToNotificationPermissionRequest(object *gobject.Object) *NotificationPermissionRequest
CastToWidget down casts any arbitrary Object to NotificationPermissionRequest. Exercise care, as this is a potentially dangerous function if the Object is not a NotificationPermissionRequest.
func NotificationPermissionRequestNewFromC ¶
func NotificationPermissionRequestNewFromC(u unsafe.Pointer) *NotificationPermissionRequest
func (*NotificationPermissionRequest) Equals ¶
func (recv *NotificationPermissionRequest) Equals(other *NotificationPermissionRequest) bool
Equals compares this NotificationPermissionRequest with another NotificationPermissionRequest, and returns true if they represent the same GObject.
func (*NotificationPermissionRequest) Object ¶
func (recv *NotificationPermissionRequest) Object() *gobject.Object
Object upcasts to *Object
func (*NotificationPermissionRequest) PermissionRequest ¶
func (recv *NotificationPermissionRequest) PermissionRequest() *PermissionRequest
PermissionRequest returns the PermissionRequest interface implemented by NotificationPermissionRequest
func (*NotificationPermissionRequest) ToC ¶
func (recv *NotificationPermissionRequest) ToC() unsafe.Pointer
type NotificationPermissionRequestClass ¶
type NotificationPermissionRequestClass struct {
// contains filtered or unexported fields
}
NotificationPermissionRequestClass is a wrapper around the C record WebKitNotificationPermissionRequestClass.
func NotificationPermissionRequestClassNewFromC ¶
func NotificationPermissionRequestClassNewFromC(u unsafe.Pointer) *NotificationPermissionRequestClass
func (*NotificationPermissionRequestClass) Equals ¶
func (recv *NotificationPermissionRequestClass) Equals(other *NotificationPermissionRequestClass) bool
Equals compares this NotificationPermissionRequestClass with another NotificationPermissionRequestClass, and returns true if they represent the same GObject.
func (*NotificationPermissionRequestClass) ToC ¶
func (recv *NotificationPermissionRequestClass) ToC() unsafe.Pointer
type NotificationPermissionRequestPrivate ¶
type NotificationPermissionRequestPrivate struct {
// contains filtered or unexported fields
}
NotificationPermissionRequestPrivate is a wrapper around the C record WebKitNotificationPermissionRequestPrivate.
func NotificationPermissionRequestPrivateNewFromC ¶
func NotificationPermissionRequestPrivateNewFromC(u unsafe.Pointer) *NotificationPermissionRequestPrivate
func (*NotificationPermissionRequestPrivate) Equals ¶
func (recv *NotificationPermissionRequestPrivate) Equals(other *NotificationPermissionRequestPrivate) bool
Equals compares this NotificationPermissionRequestPrivate with another NotificationPermissionRequestPrivate, and returns true if they represent the same GObject.
func (*NotificationPermissionRequestPrivate) ToC ¶
func (recv *NotificationPermissionRequestPrivate) ToC() unsafe.Pointer
type NotificationPrivate ¶
type NotificationPrivate struct {
// contains filtered or unexported fields
}
NotificationPrivate is a wrapper around the C record WebKitNotificationPrivate.
func NotificationPrivateNewFromC ¶
func NotificationPrivateNewFromC(u unsafe.Pointer) *NotificationPrivate
func (*NotificationPrivate) Equals ¶
func (recv *NotificationPrivate) Equals(other *NotificationPrivate) bool
Equals compares this NotificationPrivate with another NotificationPrivate, and returns true if they represent the same GObject.
func (*NotificationPrivate) ToC ¶
func (recv *NotificationPrivate) ToC() unsafe.Pointer
type OptionMenu ¶
type OptionMenu struct {
// contains filtered or unexported fields
}
OptionMenu is a wrapper around the C record WebKitOptionMenu.
func CastToOptionMenu ¶
func CastToOptionMenu(object *gobject.Object) *OptionMenu
CastToWidget down casts any arbitrary Object to OptionMenu. Exercise care, as this is a potentially dangerous function if the Object is not a OptionMenu.
func OptionMenuNewFromC ¶
func OptionMenuNewFromC(u unsafe.Pointer) *OptionMenu
func (*OptionMenu) Equals ¶
func (recv *OptionMenu) Equals(other *OptionMenu) bool
Equals compares this OptionMenu with another OptionMenu, and returns true if they represent the same GObject.
func (*OptionMenu) Object ¶
func (recv *OptionMenu) Object() *gobject.Object
Object upcasts to *Object
func (*OptionMenu) ToC ¶
func (recv *OptionMenu) ToC() unsafe.Pointer
type OptionMenuClass ¶
type OptionMenuClass struct {
// contains filtered or unexported fields
}
OptionMenuClass is a wrapper around the C record WebKitOptionMenuClass.
func OptionMenuClassNewFromC ¶
func OptionMenuClassNewFromC(u unsafe.Pointer) *OptionMenuClass
func (*OptionMenuClass) Equals ¶
func (recv *OptionMenuClass) Equals(other *OptionMenuClass) bool
Equals compares this OptionMenuClass with another OptionMenuClass, and returns true if they represent the same GObject.
func (*OptionMenuClass) ToC ¶
func (recv *OptionMenuClass) ToC() unsafe.Pointer
type OptionMenuItem ¶
type OptionMenuItem struct {
// contains filtered or unexported fields
}
OptionMenuItem is a wrapper around the C record WebKitOptionMenuItem.
func OptionMenuItemNewFromC ¶
func OptionMenuItemNewFromC(u unsafe.Pointer) *OptionMenuItem
func (*OptionMenuItem) Equals ¶
func (recv *OptionMenuItem) Equals(other *OptionMenuItem) bool
Equals compares this OptionMenuItem with another OptionMenuItem, and returns true if they represent the same GObject.
func (*OptionMenuItem) ToC ¶
func (recv *OptionMenuItem) ToC() unsafe.Pointer
type OptionMenuPrivate ¶
type OptionMenuPrivate struct {
// contains filtered or unexported fields
}
OptionMenuPrivate is a wrapper around the C record WebKitOptionMenuPrivate.
func OptionMenuPrivateNewFromC ¶
func OptionMenuPrivateNewFromC(u unsafe.Pointer) *OptionMenuPrivate
func (*OptionMenuPrivate) Equals ¶
func (recv *OptionMenuPrivate) Equals(other *OptionMenuPrivate) bool
Equals compares this OptionMenuPrivate with another OptionMenuPrivate, and returns true if they represent the same GObject.
func (*OptionMenuPrivate) ToC ¶
func (recv *OptionMenuPrivate) ToC() unsafe.Pointer
type PermissionRequest ¶
type PermissionRequest struct {
// contains filtered or unexported fields
}
PermissionRequest is a wrapper around the C record WebKitPermissionRequest.
func PermissionRequestNewFromC ¶
func PermissionRequestNewFromC(u unsafe.Pointer) *PermissionRequest
func (*PermissionRequest) Allow ¶
func (recv *PermissionRequest) Allow()
Allow is a wrapper around the C function webkit_permission_request_allow.
func (*PermissionRequest) Deny ¶
func (recv *PermissionRequest) Deny()
Deny is a wrapper around the C function webkit_permission_request_deny.
func (*PermissionRequest) Equals ¶
func (recv *PermissionRequest) Equals(other *PermissionRequest) bool
Equals compares this PermissionRequest with another PermissionRequest, and returns true if they represent the same GObject.
func (*PermissionRequest) ToC ¶
func (recv *PermissionRequest) ToC() unsafe.Pointer
type PermissionRequestIface ¶
type PermissionRequestIface struct {
// contains filtered or unexported fields
}
PermissionRequestIface is a wrapper around the C record WebKitPermissionRequestIface.
func PermissionRequestIfaceNewFromC ¶
func PermissionRequestIfaceNewFromC(u unsafe.Pointer) *PermissionRequestIface
func (*PermissionRequestIface) Equals ¶
func (recv *PermissionRequestIface) Equals(other *PermissionRequestIface) bool
Equals compares this PermissionRequestIface with another PermissionRequestIface, and returns true if they represent the same GObject.
func (*PermissionRequestIface) ToC ¶
func (recv *PermissionRequestIface) ToC() unsafe.Pointer
type Plugin ¶
type Plugin struct {
// contains filtered or unexported fields
}
Plugin is a wrapper around the C record WebKitPlugin.
func CastToPlugin ¶
CastToWidget down casts any arbitrary Object to Plugin. Exercise care, as this is a potentially dangerous function if the Object is not a Plugin.
func PluginNewFromC ¶
func (*Plugin) Equals ¶
Equals compares this Plugin with another Plugin, and returns true if they represent the same GObject.
func (*Plugin) GetDescription ¶
GetDescription is a wrapper around the C function webkit_plugin_get_description.
func (*Plugin) GetMimeInfoList ¶
GetMimeInfoList is a wrapper around the C function webkit_plugin_get_mime_info_list.
type PluginClass ¶
type PluginClass struct {
// contains filtered or unexported fields
}
PluginClass is a wrapper around the C record WebKitPluginClass.
func PluginClassNewFromC ¶
func PluginClassNewFromC(u unsafe.Pointer) *PluginClass
func (*PluginClass) Equals ¶
func (recv *PluginClass) Equals(other *PluginClass) bool
Equals compares this PluginClass with another PluginClass, and returns true if they represent the same GObject.
func (*PluginClass) ToC ¶
func (recv *PluginClass) ToC() unsafe.Pointer
type PluginError ¶
type PluginError C.WebKitPluginError
const ( WEBKIT_PLUGIN_ERROR_FAILED PluginError = 299 WEBKIT_PLUGIN_ERROR_CANNOT_FIND_PLUGIN PluginError = 200 WEBKIT_PLUGIN_ERROR_CANNOT_LOAD_PLUGIN PluginError = 201 WEBKIT_PLUGIN_ERROR_JAVA_UNAVAILABLE PluginError = 202 WEBKIT_PLUGIN_ERROR_CONNECTION_CANCELLED PluginError = 203 WEBKIT_PLUGIN_ERROR_WILL_HANDLE_LOAD PluginError = 204 )
type PluginPrivate ¶
type PluginPrivate struct {
// contains filtered or unexported fields
}
PluginPrivate is a wrapper around the C record WebKitPluginPrivate.
func PluginPrivateNewFromC ¶
func PluginPrivateNewFromC(u unsafe.Pointer) *PluginPrivate
func (*PluginPrivate) Equals ¶
func (recv *PluginPrivate) Equals(other *PluginPrivate) bool
Equals compares this PluginPrivate with another PluginPrivate, and returns true if they represent the same GObject.
func (*PluginPrivate) ToC ¶
func (recv *PluginPrivate) ToC() unsafe.Pointer
type PolicyDecision ¶
type PolicyDecision struct {
// contains filtered or unexported fields
}
PolicyDecision is a wrapper around the C record WebKitPolicyDecision.
func CastToPolicyDecision ¶
func CastToPolicyDecision(object *gobject.Object) *PolicyDecision
CastToWidget down casts any arbitrary Object to PolicyDecision. Exercise care, as this is a potentially dangerous function if the Object is not a PolicyDecision.
func PolicyDecisionNewFromC ¶
func PolicyDecisionNewFromC(u unsafe.Pointer) *PolicyDecision
func (*PolicyDecision) Download ¶
func (recv *PolicyDecision) Download()
Download is a wrapper around the C function webkit_policy_decision_download.
func (*PolicyDecision) Equals ¶
func (recv *PolicyDecision) Equals(other *PolicyDecision) bool
Equals compares this PolicyDecision with another PolicyDecision, and returns true if they represent the same GObject.
func (*PolicyDecision) Ignore ¶
func (recv *PolicyDecision) Ignore()
Ignore is a wrapper around the C function webkit_policy_decision_ignore.
func (*PolicyDecision) Object ¶
func (recv *PolicyDecision) Object() *gobject.Object
Object upcasts to *Object
func (*PolicyDecision) ToC ¶
func (recv *PolicyDecision) ToC() unsafe.Pointer
func (*PolicyDecision) Use ¶
func (recv *PolicyDecision) Use()
Use is a wrapper around the C function webkit_policy_decision_use.
type PolicyDecisionClass ¶
type PolicyDecisionClass struct {
// contains filtered or unexported fields
}
PolicyDecisionClass is a wrapper around the C record WebKitPolicyDecisionClass.
func PolicyDecisionClassNewFromC ¶
func PolicyDecisionClassNewFromC(u unsafe.Pointer) *PolicyDecisionClass
func (*PolicyDecisionClass) Equals ¶
func (recv *PolicyDecisionClass) Equals(other *PolicyDecisionClass) bool
Equals compares this PolicyDecisionClass with another PolicyDecisionClass, and returns true if they represent the same GObject.
func (*PolicyDecisionClass) ToC ¶
func (recv *PolicyDecisionClass) ToC() unsafe.Pointer
type PolicyDecisionPrivate ¶
type PolicyDecisionPrivate struct {
// contains filtered or unexported fields
}
PolicyDecisionPrivate is a wrapper around the C record WebKitPolicyDecisionPrivate.
func PolicyDecisionPrivateNewFromC ¶
func PolicyDecisionPrivateNewFromC(u unsafe.Pointer) *PolicyDecisionPrivate
func (*PolicyDecisionPrivate) Equals ¶
func (recv *PolicyDecisionPrivate) Equals(other *PolicyDecisionPrivate) bool
Equals compares this PolicyDecisionPrivate with another PolicyDecisionPrivate, and returns true if they represent the same GObject.
func (*PolicyDecisionPrivate) ToC ¶
func (recv *PolicyDecisionPrivate) ToC() unsafe.Pointer
type PolicyDecisionType ¶
type PolicyDecisionType C.WebKitPolicyDecisionType
const ( WEBKIT_POLICY_DECISION_TYPE_NAVIGATION_ACTION PolicyDecisionType = 0 WEBKIT_POLICY_DECISION_TYPE_NEW_WINDOW_ACTION PolicyDecisionType = 1 WEBKIT_POLICY_DECISION_TYPE_RESPONSE PolicyDecisionType = 2 )
type PolicyError ¶
type PolicyError C.WebKitPolicyError
const ( WEBKIT_POLICY_ERROR_FAILED PolicyError = 199 WEBKIT_POLICY_ERROR_CANNOT_SHOW_MIME_TYPE PolicyError = 100 WEBKIT_POLICY_ERROR_CANNOT_SHOW_URI PolicyError = 101 WEBKIT_POLICY_ERROR_FRAME_LOAD_INTERRUPTED_BY_POLICY_CHANGE PolicyError = 102 WEBKIT_POLICY_ERROR_CANNOT_USE_RESTRICTED_PORT PolicyError = 103 )
type PrintCustomWidget ¶
type PrintCustomWidget struct {
// contains filtered or unexported fields
}
PrintCustomWidget is a wrapper around the C record WebKitPrintCustomWidget.
func CastToPrintCustomWidget ¶
func CastToPrintCustomWidget(object *gobject.Object) *PrintCustomWidget
CastToWidget down casts any arbitrary Object to PrintCustomWidget. Exercise care, as this is a potentially dangerous function if the Object is not a PrintCustomWidget.
func PrintCustomWidgetNewFromC ¶
func PrintCustomWidgetNewFromC(u unsafe.Pointer) *PrintCustomWidget
func (*PrintCustomWidget) Equals ¶
func (recv *PrintCustomWidget) Equals(other *PrintCustomWidget) bool
Equals compares this PrintCustomWidget with another PrintCustomWidget, and returns true if they represent the same GObject.
func (*PrintCustomWidget) Object ¶
func (recv *PrintCustomWidget) Object() *gobject.Object
Object upcasts to *Object
func (*PrintCustomWidget) ToC ¶
func (recv *PrintCustomWidget) ToC() unsafe.Pointer
type PrintCustomWidgetClass ¶
type PrintCustomWidgetClass struct {
// contains filtered or unexported fields
}
PrintCustomWidgetClass is a wrapper around the C record WebKitPrintCustomWidgetClass.
func PrintCustomWidgetClassNewFromC ¶
func PrintCustomWidgetClassNewFromC(u unsafe.Pointer) *PrintCustomWidgetClass
func (*PrintCustomWidgetClass) Equals ¶
func (recv *PrintCustomWidgetClass) Equals(other *PrintCustomWidgetClass) bool
Equals compares this PrintCustomWidgetClass with another PrintCustomWidgetClass, and returns true if they represent the same GObject.
func (*PrintCustomWidgetClass) ToC ¶
func (recv *PrintCustomWidgetClass) ToC() unsafe.Pointer
type PrintCustomWidgetPrivate ¶
type PrintCustomWidgetPrivate struct {
// contains filtered or unexported fields
}
PrintCustomWidgetPrivate is a wrapper around the C record WebKitPrintCustomWidgetPrivate.
func PrintCustomWidgetPrivateNewFromC ¶
func PrintCustomWidgetPrivateNewFromC(u unsafe.Pointer) *PrintCustomWidgetPrivate
func (*PrintCustomWidgetPrivate) Equals ¶
func (recv *PrintCustomWidgetPrivate) Equals(other *PrintCustomWidgetPrivate) bool
Equals compares this PrintCustomWidgetPrivate with another PrintCustomWidgetPrivate, and returns true if they represent the same GObject.
func (*PrintCustomWidgetPrivate) ToC ¶
func (recv *PrintCustomWidgetPrivate) ToC() unsafe.Pointer
type PrintError ¶
type PrintError C.WebKitPrintError
const ( WEBKIT_PRINT_ERROR_GENERAL PrintError = 599 WEBKIT_PRINT_ERROR_PRINTER_NOT_FOUND PrintError = 500 WEBKIT_PRINT_ERROR_INVALID_PAGE_RANGE PrintError = 501 )
type PrintOperation ¶
type PrintOperation struct {
// contains filtered or unexported fields
}
PrintOperation is a wrapper around the C record WebKitPrintOperation.
func CastToPrintOperation ¶
func CastToPrintOperation(object *gobject.Object) *PrintOperation
CastToWidget down casts any arbitrary Object to PrintOperation. Exercise care, as this is a potentially dangerous function if the Object is not a PrintOperation.
func PrintOperationNew ¶
func PrintOperationNew(webView *WebView) *PrintOperation
PrintOperationNew is a wrapper around the C function webkit_print_operation_new.
func PrintOperationNewFromC ¶
func PrintOperationNewFromC(u unsafe.Pointer) *PrintOperation
func (*PrintOperation) ConnectFailed ¶
func (recv *PrintOperation) ConnectFailed(callback PrintOperationSignalFailedCallback) int
ConnectFailed connects the callback to the 'failed' signal for the PrintOperation.
The returned value represents the connection, and may be passed to DisconnectFailed to remove it.
func (*PrintOperation) ConnectFinished ¶
func (recv *PrintOperation) ConnectFinished(callback PrintOperationSignalFinishedCallback) int
ConnectFinished connects the callback to the 'finished' signal for the PrintOperation.
The returned value represents the connection, and may be passed to DisconnectFinished to remove it.
func (*PrintOperation) DisconnectFailed ¶
func (recv *PrintOperation) DisconnectFailed(connectionID int)
DisconnectFailed disconnects a callback from the 'failed' signal for the PrintOperation.
The connectionID should be a value returned from a call to ConnectFailed.
func (*PrintOperation) DisconnectFinished ¶
func (recv *PrintOperation) DisconnectFinished(connectionID int)
DisconnectFinished disconnects a callback from the 'finished' signal for the PrintOperation.
The connectionID should be a value returned from a call to ConnectFinished.
func (*PrintOperation) Equals ¶
func (recv *PrintOperation) Equals(other *PrintOperation) bool
Equals compares this PrintOperation with another PrintOperation, and returns true if they represent the same GObject.
func (*PrintOperation) GetPageSetup ¶
func (recv *PrintOperation) GetPageSetup() *gtk.PageSetup
GetPageSetup is a wrapper around the C function webkit_print_operation_get_page_setup.
func (*PrintOperation) GetPrintSettings ¶
func (recv *PrintOperation) GetPrintSettings() *gtk.PrintSettings
GetPrintSettings is a wrapper around the C function webkit_print_operation_get_print_settings.
func (*PrintOperation) Object ¶
func (recv *PrintOperation) Object() *gobject.Object
Object upcasts to *Object
func (*PrintOperation) Print ¶
func (recv *PrintOperation) Print()
Print is a wrapper around the C function webkit_print_operation_print.
func (*PrintOperation) RunDialog ¶
func (recv *PrintOperation) RunDialog(parent *gtk.Window) PrintOperationResponse
RunDialog is a wrapper around the C function webkit_print_operation_run_dialog.
func (*PrintOperation) SetPageSetup ¶
func (recv *PrintOperation) SetPageSetup(pageSetup *gtk.PageSetup)
SetPageSetup is a wrapper around the C function webkit_print_operation_set_page_setup.
func (*PrintOperation) SetPrintSettings ¶
func (recv *PrintOperation) SetPrintSettings(printSettings *gtk.PrintSettings)
SetPrintSettings is a wrapper around the C function webkit_print_operation_set_print_settings.
func (*PrintOperation) ToC ¶
func (recv *PrintOperation) ToC() unsafe.Pointer
type PrintOperationClass ¶
type PrintOperationClass struct {
// contains filtered or unexported fields
}
PrintOperationClass is a wrapper around the C record WebKitPrintOperationClass.
func PrintOperationClassNewFromC ¶
func PrintOperationClassNewFromC(u unsafe.Pointer) *PrintOperationClass
func (*PrintOperationClass) Equals ¶
func (recv *PrintOperationClass) Equals(other *PrintOperationClass) bool
Equals compares this PrintOperationClass with another PrintOperationClass, and returns true if they represent the same GObject.
func (*PrintOperationClass) ToC ¶
func (recv *PrintOperationClass) ToC() unsafe.Pointer
type PrintOperationPrivate ¶
type PrintOperationPrivate struct {
// contains filtered or unexported fields
}
PrintOperationPrivate is a wrapper around the C record WebKitPrintOperationPrivate.
func PrintOperationPrivateNewFromC ¶
func PrintOperationPrivateNewFromC(u unsafe.Pointer) *PrintOperationPrivate
func (*PrintOperationPrivate) Equals ¶
func (recv *PrintOperationPrivate) Equals(other *PrintOperationPrivate) bool
Equals compares this PrintOperationPrivate with another PrintOperationPrivate, and returns true if they represent the same GObject.
func (*PrintOperationPrivate) ToC ¶
func (recv *PrintOperationPrivate) ToC() unsafe.Pointer
type PrintOperationResponse ¶
type PrintOperationResponse C.WebKitPrintOperationResponse
const ( WEBKIT_PRINT_OPERATION_RESPONSE_PRINT PrintOperationResponse = 0 WEBKIT_PRINT_OPERATION_RESPONSE_CANCEL PrintOperationResponse = 1 )
type PrintOperationSignalFailedCallback ¶
type PrintOperationSignalFailedCallback func(targetObject *PrintOperation, error *glib.Error)
PrintOperationSignalFailedCallback is a callback function for a 'failed' signal emitted from a PrintOperation.
type PrintOperationSignalFinishedCallback ¶
type PrintOperationSignalFinishedCallback func(targetObject *PrintOperation)
PrintOperationSignalFinishedCallback is a callback function for a 'finished' signal emitted from a PrintOperation.
type ResponsePolicyDecision ¶
type ResponsePolicyDecision struct {
// contains filtered or unexported fields
}
ResponsePolicyDecision is a wrapper around the C record WebKitResponsePolicyDecision.
func CastToResponsePolicyDecision ¶
func CastToResponsePolicyDecision(object *gobject.Object) *ResponsePolicyDecision
CastToWidget down casts any arbitrary Object to ResponsePolicyDecision. Exercise care, as this is a potentially dangerous function if the Object is not a ResponsePolicyDecision.
func ResponsePolicyDecisionNewFromC ¶
func ResponsePolicyDecisionNewFromC(u unsafe.Pointer) *ResponsePolicyDecision
func (*ResponsePolicyDecision) Equals ¶
func (recv *ResponsePolicyDecision) Equals(other *ResponsePolicyDecision) bool
Equals compares this ResponsePolicyDecision with another ResponsePolicyDecision, and returns true if they represent the same GObject.
func (*ResponsePolicyDecision) GetRequest ¶
func (recv *ResponsePolicyDecision) GetRequest() *URIRequest
GetRequest is a wrapper around the C function webkit_response_policy_decision_get_request.
func (*ResponsePolicyDecision) GetResponse ¶
func (recv *ResponsePolicyDecision) GetResponse() *URIResponse
GetResponse is a wrapper around the C function webkit_response_policy_decision_get_response.
func (*ResponsePolicyDecision) Object ¶
func (recv *ResponsePolicyDecision) Object() *gobject.Object
Object upcasts to *Object
func (*ResponsePolicyDecision) PolicyDecision ¶
func (recv *ResponsePolicyDecision) PolicyDecision() *PolicyDecision
PolicyDecision upcasts to *PolicyDecision
func (*ResponsePolicyDecision) ToC ¶
func (recv *ResponsePolicyDecision) ToC() unsafe.Pointer
type ResponsePolicyDecisionClass ¶
type ResponsePolicyDecisionClass struct {
// contains filtered or unexported fields
}
ResponsePolicyDecisionClass is a wrapper around the C record WebKitResponsePolicyDecisionClass.
func ResponsePolicyDecisionClassNewFromC ¶
func ResponsePolicyDecisionClassNewFromC(u unsafe.Pointer) *ResponsePolicyDecisionClass
func (*ResponsePolicyDecisionClass) Equals ¶
func (recv *ResponsePolicyDecisionClass) Equals(other *ResponsePolicyDecisionClass) bool
Equals compares this ResponsePolicyDecisionClass with another ResponsePolicyDecisionClass, and returns true if they represent the same GObject.
func (*ResponsePolicyDecisionClass) ToC ¶
func (recv *ResponsePolicyDecisionClass) ToC() unsafe.Pointer
type ResponsePolicyDecisionPrivate ¶
type ResponsePolicyDecisionPrivate struct {
// contains filtered or unexported fields
}
ResponsePolicyDecisionPrivate is a wrapper around the C record WebKitResponsePolicyDecisionPrivate.
func ResponsePolicyDecisionPrivateNewFromC ¶
func ResponsePolicyDecisionPrivateNewFromC(u unsafe.Pointer) *ResponsePolicyDecisionPrivate
func (*ResponsePolicyDecisionPrivate) Equals ¶
func (recv *ResponsePolicyDecisionPrivate) Equals(other *ResponsePolicyDecisionPrivate) bool
Equals compares this ResponsePolicyDecisionPrivate with another ResponsePolicyDecisionPrivate, and returns true if they represent the same GObject.
func (*ResponsePolicyDecisionPrivate) ToC ¶
func (recv *ResponsePolicyDecisionPrivate) ToC() unsafe.Pointer
type ScriptDialog ¶
type ScriptDialog struct {
// contains filtered or unexported fields
}
ScriptDialog is a wrapper around the C record WebKitScriptDialog.
func ScriptDialogNewFromC ¶
func ScriptDialogNewFromC(u unsafe.Pointer) *ScriptDialog
func (*ScriptDialog) ConfirmSetConfirmed ¶
func (recv *ScriptDialog) ConfirmSetConfirmed(confirmed bool)
ConfirmSetConfirmed is a wrapper around the C function webkit_script_dialog_confirm_set_confirmed.
func (*ScriptDialog) Equals ¶
func (recv *ScriptDialog) Equals(other *ScriptDialog) bool
Equals compares this ScriptDialog with another ScriptDialog, and returns true if they represent the same GObject.
func (*ScriptDialog) GetDialogType ¶
func (recv *ScriptDialog) GetDialogType() ScriptDialogType
GetDialogType is a wrapper around the C function webkit_script_dialog_get_dialog_type.
func (*ScriptDialog) GetMessage ¶
func (recv *ScriptDialog) GetMessage() string
GetMessage is a wrapper around the C function webkit_script_dialog_get_message.
func (*ScriptDialog) PromptGetDefaultText ¶
func (recv *ScriptDialog) PromptGetDefaultText() string
PromptGetDefaultText is a wrapper around the C function webkit_script_dialog_prompt_get_default_text.
func (*ScriptDialog) PromptSetText ¶
func (recv *ScriptDialog) PromptSetText(text string)
PromptSetText is a wrapper around the C function webkit_script_dialog_prompt_set_text.
func (*ScriptDialog) ToC ¶
func (recv *ScriptDialog) ToC() unsafe.Pointer
type ScriptDialogType ¶
type ScriptDialogType C.WebKitScriptDialogType
const ( WEBKIT_SCRIPT_DIALOG_ALERT ScriptDialogType = 0 WEBKIT_SCRIPT_DIALOG_CONFIRM ScriptDialogType = 1 WEBKIT_SCRIPT_DIALOG_PROMPT ScriptDialogType = 2 WEBKIT_SCRIPT_DIALOG_BEFORE_UNLOAD_CONFIRM ScriptDialogType = 3 )
type SecurityManager ¶
type SecurityManager struct {
// contains filtered or unexported fields
}
SecurityManager is a wrapper around the C record WebKitSecurityManager.
func CastToSecurityManager ¶
func CastToSecurityManager(object *gobject.Object) *SecurityManager
CastToWidget down casts any arbitrary Object to SecurityManager. Exercise care, as this is a potentially dangerous function if the Object is not a SecurityManager.
func SecurityManagerNewFromC ¶
func SecurityManagerNewFromC(u unsafe.Pointer) *SecurityManager
func (*SecurityManager) Equals ¶
func (recv *SecurityManager) Equals(other *SecurityManager) bool
Equals compares this SecurityManager with another SecurityManager, and returns true if they represent the same GObject.
func (*SecurityManager) Object ¶
func (recv *SecurityManager) Object() *gobject.Object
Object upcasts to *Object
func (*SecurityManager) RegisterUriSchemeAsCorsEnabled ¶
func (recv *SecurityManager) RegisterUriSchemeAsCorsEnabled(scheme string)
RegisterUriSchemeAsCorsEnabled is a wrapper around the C function webkit_security_manager_register_uri_scheme_as_cors_enabled.
func (*SecurityManager) RegisterUriSchemeAsDisplayIsolated ¶
func (recv *SecurityManager) RegisterUriSchemeAsDisplayIsolated(scheme string)
RegisterUriSchemeAsDisplayIsolated is a wrapper around the C function webkit_security_manager_register_uri_scheme_as_display_isolated.
func (*SecurityManager) RegisterUriSchemeAsEmptyDocument ¶
func (recv *SecurityManager) RegisterUriSchemeAsEmptyDocument(scheme string)
RegisterUriSchemeAsEmptyDocument is a wrapper around the C function webkit_security_manager_register_uri_scheme_as_empty_document.
func (*SecurityManager) RegisterUriSchemeAsLocal ¶
func (recv *SecurityManager) RegisterUriSchemeAsLocal(scheme string)
RegisterUriSchemeAsLocal is a wrapper around the C function webkit_security_manager_register_uri_scheme_as_local.
func (*SecurityManager) RegisterUriSchemeAsNoAccess ¶
func (recv *SecurityManager) RegisterUriSchemeAsNoAccess(scheme string)
RegisterUriSchemeAsNoAccess is a wrapper around the C function webkit_security_manager_register_uri_scheme_as_no_access.
func (*SecurityManager) RegisterUriSchemeAsSecure ¶
func (recv *SecurityManager) RegisterUriSchemeAsSecure(scheme string)
RegisterUriSchemeAsSecure is a wrapper around the C function webkit_security_manager_register_uri_scheme_as_secure.
func (*SecurityManager) ToC ¶
func (recv *SecurityManager) ToC() unsafe.Pointer
func (*SecurityManager) UriSchemeIsCorsEnabled ¶
func (recv *SecurityManager) UriSchemeIsCorsEnabled(scheme string) bool
UriSchemeIsCorsEnabled is a wrapper around the C function webkit_security_manager_uri_scheme_is_cors_enabled.
func (*SecurityManager) UriSchemeIsDisplayIsolated ¶
func (recv *SecurityManager) UriSchemeIsDisplayIsolated(scheme string) bool
UriSchemeIsDisplayIsolated is a wrapper around the C function webkit_security_manager_uri_scheme_is_display_isolated.
func (*SecurityManager) UriSchemeIsEmptyDocument ¶
func (recv *SecurityManager) UriSchemeIsEmptyDocument(scheme string) bool
UriSchemeIsEmptyDocument is a wrapper around the C function webkit_security_manager_uri_scheme_is_empty_document.
func (*SecurityManager) UriSchemeIsLocal ¶
func (recv *SecurityManager) UriSchemeIsLocal(scheme string) bool
UriSchemeIsLocal is a wrapper around the C function webkit_security_manager_uri_scheme_is_local.
func (*SecurityManager) UriSchemeIsNoAccess ¶
func (recv *SecurityManager) UriSchemeIsNoAccess(scheme string) bool
UriSchemeIsNoAccess is a wrapper around the C function webkit_security_manager_uri_scheme_is_no_access.
func (*SecurityManager) UriSchemeIsSecure ¶
func (recv *SecurityManager) UriSchemeIsSecure(scheme string) bool
UriSchemeIsSecure is a wrapper around the C function webkit_security_manager_uri_scheme_is_secure.
type SecurityManagerClass ¶
type SecurityManagerClass struct {
// contains filtered or unexported fields
}
SecurityManagerClass is a wrapper around the C record WebKitSecurityManagerClass.
func SecurityManagerClassNewFromC ¶
func SecurityManagerClassNewFromC(u unsafe.Pointer) *SecurityManagerClass
func (*SecurityManagerClass) Equals ¶
func (recv *SecurityManagerClass) Equals(other *SecurityManagerClass) bool
Equals compares this SecurityManagerClass with another SecurityManagerClass, and returns true if they represent the same GObject.
func (*SecurityManagerClass) ToC ¶
func (recv *SecurityManagerClass) ToC() unsafe.Pointer
type SecurityManagerPrivate ¶
type SecurityManagerPrivate struct {
// contains filtered or unexported fields
}
SecurityManagerPrivate is a wrapper around the C record WebKitSecurityManagerPrivate.
func SecurityManagerPrivateNewFromC ¶
func SecurityManagerPrivateNewFromC(u unsafe.Pointer) *SecurityManagerPrivate
func (*SecurityManagerPrivate) Equals ¶
func (recv *SecurityManagerPrivate) Equals(other *SecurityManagerPrivate) bool
Equals compares this SecurityManagerPrivate with another SecurityManagerPrivate, and returns true if they represent the same GObject.
func (*SecurityManagerPrivate) ToC ¶
func (recv *SecurityManagerPrivate) ToC() unsafe.Pointer
type SecurityOrigin ¶
type SecurityOrigin struct {
// contains filtered or unexported fields
}
SecurityOrigin is a wrapper around the C record WebKitSecurityOrigin.
func SecurityOriginNewFromC ¶
func SecurityOriginNewFromC(u unsafe.Pointer) *SecurityOrigin
func (*SecurityOrigin) Equals ¶
func (recv *SecurityOrigin) Equals(other *SecurityOrigin) bool
Equals compares this SecurityOrigin with another SecurityOrigin, and returns true if they represent the same GObject.
func (*SecurityOrigin) ToC ¶
func (recv *SecurityOrigin) ToC() unsafe.Pointer
type Settings ¶
type Settings struct {
// contains filtered or unexported fields
}
Settings is a wrapper around the C record WebKitSettings.
func CastToSettings ¶
CastToWidget down casts any arbitrary Object to Settings. Exercise care, as this is a potentially dangerous function if the Object is not a Settings.
func SettingsNew ¶
func SettingsNew() *Settings
SettingsNew is a wrapper around the C function webkit_settings_new.
func SettingsNewFromC ¶
func (*Settings) Equals ¶
Equals compares this Settings with another Settings, and returns true if they represent the same GObject.
func (*Settings) GetAllowModalDialogs ¶
GetAllowModalDialogs is a wrapper around the C function webkit_settings_get_allow_modal_dialogs.
func (*Settings) GetAutoLoadImages ¶
GetAutoLoadImages is a wrapper around the C function webkit_settings_get_auto_load_images.
func (*Settings) GetCursiveFontFamily ¶
GetCursiveFontFamily is a wrapper around the C function webkit_settings_get_cursive_font_family.
func (*Settings) GetDefaultCharset ¶
GetDefaultCharset is a wrapper around the C function webkit_settings_get_default_charset.
func (*Settings) GetDefaultFontFamily ¶
GetDefaultFontFamily is a wrapper around the C function webkit_settings_get_default_font_family.
func (*Settings) GetDefaultFontSize ¶
GetDefaultFontSize is a wrapper around the C function webkit_settings_get_default_font_size.
func (*Settings) GetDefaultMonospaceFontSize ¶
GetDefaultMonospaceFontSize is a wrapper around the C function webkit_settings_get_default_monospace_font_size.
func (*Settings) GetDrawCompositingIndicators ¶
GetDrawCompositingIndicators is a wrapper around the C function webkit_settings_get_draw_compositing_indicators.
func (*Settings) GetEnableCaretBrowsing ¶
GetEnableCaretBrowsing is a wrapper around the C function webkit_settings_get_enable_caret_browsing.
func (*Settings) GetEnableDeveloperExtras ¶
GetEnableDeveloperExtras is a wrapper around the C function webkit_settings_get_enable_developer_extras.
func (*Settings) GetEnableDnsPrefetching ¶
GetEnableDnsPrefetching is a wrapper around the C function webkit_settings_get_enable_dns_prefetching.
func (*Settings) GetEnableFrameFlattening ¶
GetEnableFrameFlattening is a wrapper around the C function webkit_settings_get_enable_frame_flattening.
func (*Settings) GetEnableFullscreen ¶
GetEnableFullscreen is a wrapper around the C function webkit_settings_get_enable_fullscreen.
func (*Settings) GetEnableHtml5Database ¶
GetEnableHtml5Database is a wrapper around the C function webkit_settings_get_enable_html5_database.
func (*Settings) GetEnableHtml5LocalStorage ¶
GetEnableHtml5LocalStorage is a wrapper around the C function webkit_settings_get_enable_html5_local_storage.
func (*Settings) GetEnableHyperlinkAuditing ¶
GetEnableHyperlinkAuditing is a wrapper around the C function webkit_settings_get_enable_hyperlink_auditing.
func (*Settings) GetEnableJava ¶
GetEnableJava is a wrapper around the C function webkit_settings_get_enable_java.
func (*Settings) GetEnableJavascript ¶
GetEnableJavascript is a wrapper around the C function webkit_settings_get_enable_javascript.
func (*Settings) GetEnableOfflineWebApplicationCache ¶
GetEnableOfflineWebApplicationCache is a wrapper around the C function webkit_settings_get_enable_offline_web_application_cache.
func (*Settings) GetEnablePageCache ¶
GetEnablePageCache is a wrapper around the C function webkit_settings_get_enable_page_cache.
func (*Settings) GetEnablePlugins ¶
GetEnablePlugins is a wrapper around the C function webkit_settings_get_enable_plugins.
func (*Settings) GetEnablePrivateBrowsing ¶
GetEnablePrivateBrowsing is a wrapper around the C function webkit_settings_get_enable_private_browsing.
func (*Settings) GetEnableResizableTextAreas ¶
GetEnableResizableTextAreas is a wrapper around the C function webkit_settings_get_enable_resizable_text_areas.
func (*Settings) GetEnableSiteSpecificQuirks ¶
GetEnableSiteSpecificQuirks is a wrapper around the C function webkit_settings_get_enable_site_specific_quirks.
func (*Settings) GetEnableSmoothScrolling ¶
GetEnableSmoothScrolling is a wrapper around the C function webkit_settings_get_enable_smooth_scrolling.
func (*Settings) GetEnableTabsToLinks ¶
GetEnableTabsToLinks is a wrapper around the C function webkit_settings_get_enable_tabs_to_links.
func (*Settings) GetEnableWebaudio ¶
GetEnableWebaudio is a wrapper around the C function webkit_settings_get_enable_webaudio.
func (*Settings) GetEnableWebgl ¶
GetEnableWebgl is a wrapper around the C function webkit_settings_get_enable_webgl.
func (*Settings) GetEnableXssAuditor ¶
GetEnableXssAuditor is a wrapper around the C function webkit_settings_get_enable_xss_auditor.
func (*Settings) GetFantasyFontFamily ¶
GetFantasyFontFamily is a wrapper around the C function webkit_settings_get_fantasy_font_family.
func (*Settings) GetJavascriptCanAccessClipboard ¶
GetJavascriptCanAccessClipboard is a wrapper around the C function webkit_settings_get_javascript_can_access_clipboard.
func (*Settings) GetJavascriptCanOpenWindowsAutomatically ¶
GetJavascriptCanOpenWindowsAutomatically is a wrapper around the C function webkit_settings_get_javascript_can_open_windows_automatically.
func (*Settings) GetLoadIconsIgnoringImageLoadSetting ¶
GetLoadIconsIgnoringImageLoadSetting is a wrapper around the C function webkit_settings_get_load_icons_ignoring_image_load_setting.
func (*Settings) GetMediaPlaybackAllowsInline ¶
GetMediaPlaybackAllowsInline is a wrapper around the C function webkit_settings_get_media_playback_allows_inline.
func (*Settings) GetMediaPlaybackRequiresUserGesture ¶
GetMediaPlaybackRequiresUserGesture is a wrapper around the C function webkit_settings_get_media_playback_requires_user_gesture.
func (*Settings) GetMinimumFontSize ¶
GetMinimumFontSize is a wrapper around the C function webkit_settings_get_minimum_font_size.
func (*Settings) GetMonospaceFontFamily ¶
GetMonospaceFontFamily is a wrapper around the C function webkit_settings_get_monospace_font_family.
func (*Settings) GetPictographFontFamily ¶
GetPictographFontFamily is a wrapper around the C function webkit_settings_get_pictograph_font_family.
func (*Settings) GetPrintBackgrounds ¶
GetPrintBackgrounds is a wrapper around the C function webkit_settings_get_print_backgrounds.
func (*Settings) GetSansSerifFontFamily ¶
GetSansSerifFontFamily is a wrapper around the C function webkit_settings_get_sans_serif_font_family.
func (*Settings) GetSerifFontFamily ¶
GetSerifFontFamily is a wrapper around the C function webkit_settings_get_serif_font_family.
func (*Settings) GetUserAgent ¶
GetUserAgent is a wrapper around the C function webkit_settings_get_user_agent.
func (*Settings) GetZoomTextOnly ¶
GetZoomTextOnly is a wrapper around the C function webkit_settings_get_zoom_text_only.
func (*Settings) SetAllowModalDialogs ¶
SetAllowModalDialogs is a wrapper around the C function webkit_settings_set_allow_modal_dialogs.
func (*Settings) SetAutoLoadImages ¶
SetAutoLoadImages is a wrapper around the C function webkit_settings_set_auto_load_images.
func (*Settings) SetCursiveFontFamily ¶
SetCursiveFontFamily is a wrapper around the C function webkit_settings_set_cursive_font_family.
func (*Settings) SetDefaultCharset ¶
SetDefaultCharset is a wrapper around the C function webkit_settings_set_default_charset.
func (*Settings) SetDefaultFontFamily ¶
SetDefaultFontFamily is a wrapper around the C function webkit_settings_set_default_font_family.
func (*Settings) SetDefaultFontSize ¶
SetDefaultFontSize is a wrapper around the C function webkit_settings_set_default_font_size.
func (*Settings) SetDefaultMonospaceFontSize ¶
SetDefaultMonospaceFontSize is a wrapper around the C function webkit_settings_set_default_monospace_font_size.
func (*Settings) SetDrawCompositingIndicators ¶
SetDrawCompositingIndicators is a wrapper around the C function webkit_settings_set_draw_compositing_indicators.
func (*Settings) SetEnableCaretBrowsing ¶
SetEnableCaretBrowsing is a wrapper around the C function webkit_settings_set_enable_caret_browsing.
func (*Settings) SetEnableDeveloperExtras ¶
SetEnableDeveloperExtras is a wrapper around the C function webkit_settings_set_enable_developer_extras.
func (*Settings) SetEnableDnsPrefetching ¶
SetEnableDnsPrefetching is a wrapper around the C function webkit_settings_set_enable_dns_prefetching.
func (*Settings) SetEnableFrameFlattening ¶
SetEnableFrameFlattening is a wrapper around the C function webkit_settings_set_enable_frame_flattening.
func (*Settings) SetEnableFullscreen ¶
SetEnableFullscreen is a wrapper around the C function webkit_settings_set_enable_fullscreen.
func (*Settings) SetEnableHtml5Database ¶
SetEnableHtml5Database is a wrapper around the C function webkit_settings_set_enable_html5_database.
func (*Settings) SetEnableHtml5LocalStorage ¶
SetEnableHtml5LocalStorage is a wrapper around the C function webkit_settings_set_enable_html5_local_storage.
func (*Settings) SetEnableHyperlinkAuditing ¶
SetEnableHyperlinkAuditing is a wrapper around the C function webkit_settings_set_enable_hyperlink_auditing.
func (*Settings) SetEnableJava ¶
SetEnableJava is a wrapper around the C function webkit_settings_set_enable_java.
func (*Settings) SetEnableJavascript ¶
SetEnableJavascript is a wrapper around the C function webkit_settings_set_enable_javascript.
func (*Settings) SetEnableOfflineWebApplicationCache ¶
SetEnableOfflineWebApplicationCache is a wrapper around the C function webkit_settings_set_enable_offline_web_application_cache.
func (*Settings) SetEnablePageCache ¶
SetEnablePageCache is a wrapper around the C function webkit_settings_set_enable_page_cache.
func (*Settings) SetEnablePlugins ¶
SetEnablePlugins is a wrapper around the C function webkit_settings_set_enable_plugins.
func (*Settings) SetEnablePrivateBrowsing ¶
SetEnablePrivateBrowsing is a wrapper around the C function webkit_settings_set_enable_private_browsing.
func (*Settings) SetEnableResizableTextAreas ¶
SetEnableResizableTextAreas is a wrapper around the C function webkit_settings_set_enable_resizable_text_areas.
func (*Settings) SetEnableSiteSpecificQuirks ¶
SetEnableSiteSpecificQuirks is a wrapper around the C function webkit_settings_set_enable_site_specific_quirks.
func (*Settings) SetEnableSmoothScrolling ¶
SetEnableSmoothScrolling is a wrapper around the C function webkit_settings_set_enable_smooth_scrolling.
func (*Settings) SetEnableTabsToLinks ¶
SetEnableTabsToLinks is a wrapper around the C function webkit_settings_set_enable_tabs_to_links.
func (*Settings) SetEnableWebaudio ¶
SetEnableWebaudio is a wrapper around the C function webkit_settings_set_enable_webaudio.
func (*Settings) SetEnableWebgl ¶
SetEnableWebgl is a wrapper around the C function webkit_settings_set_enable_webgl.
func (*Settings) SetEnableXssAuditor ¶
SetEnableXssAuditor is a wrapper around the C function webkit_settings_set_enable_xss_auditor.
func (*Settings) SetFantasyFontFamily ¶
SetFantasyFontFamily is a wrapper around the C function webkit_settings_set_fantasy_font_family.
func (*Settings) SetJavascriptCanAccessClipboard ¶
SetJavascriptCanAccessClipboard is a wrapper around the C function webkit_settings_set_javascript_can_access_clipboard.
func (*Settings) SetJavascriptCanOpenWindowsAutomatically ¶
SetJavascriptCanOpenWindowsAutomatically is a wrapper around the C function webkit_settings_set_javascript_can_open_windows_automatically.
func (*Settings) SetLoadIconsIgnoringImageLoadSetting ¶
SetLoadIconsIgnoringImageLoadSetting is a wrapper around the C function webkit_settings_set_load_icons_ignoring_image_load_setting.
func (*Settings) SetMediaPlaybackAllowsInline ¶
SetMediaPlaybackAllowsInline is a wrapper around the C function webkit_settings_set_media_playback_allows_inline.
func (*Settings) SetMediaPlaybackRequiresUserGesture ¶
SetMediaPlaybackRequiresUserGesture is a wrapper around the C function webkit_settings_set_media_playback_requires_user_gesture.
func (*Settings) SetMinimumFontSize ¶
SetMinimumFontSize is a wrapper around the C function webkit_settings_set_minimum_font_size.
func (*Settings) SetMonospaceFontFamily ¶
SetMonospaceFontFamily is a wrapper around the C function webkit_settings_set_monospace_font_family.
func (*Settings) SetPictographFontFamily ¶
SetPictographFontFamily is a wrapper around the C function webkit_settings_set_pictograph_font_family.
func (*Settings) SetPrintBackgrounds ¶
SetPrintBackgrounds is a wrapper around the C function webkit_settings_set_print_backgrounds.
func (*Settings) SetSansSerifFontFamily ¶
SetSansSerifFontFamily is a wrapper around the C function webkit_settings_set_sans_serif_font_family.
func (*Settings) SetSerifFontFamily ¶
SetSerifFontFamily is a wrapper around the C function webkit_settings_set_serif_font_family.
func (*Settings) SetUserAgent ¶
SetUserAgent is a wrapper around the C function webkit_settings_set_user_agent.
func (*Settings) SetUserAgentWithApplicationDetails ¶
func (recv *Settings) SetUserAgentWithApplicationDetails(applicationName string, applicationVersion string)
SetUserAgentWithApplicationDetails is a wrapper around the C function webkit_settings_set_user_agent_with_application_details.
func (*Settings) SetZoomTextOnly ¶
SetZoomTextOnly is a wrapper around the C function webkit_settings_set_zoom_text_only.
type SettingsClass ¶
type SettingsClass struct {
// contains filtered or unexported fields
}
SettingsClass is a wrapper around the C record WebKitSettingsClass.
func SettingsClassNewFromC ¶
func SettingsClassNewFromC(u unsafe.Pointer) *SettingsClass
func (*SettingsClass) Equals ¶
func (recv *SettingsClass) Equals(other *SettingsClass) bool
Equals compares this SettingsClass with another SettingsClass, and returns true if they represent the same GObject.
func (*SettingsClass) ToC ¶
func (recv *SettingsClass) ToC() unsafe.Pointer
type SettingsPrivate ¶
type SettingsPrivate struct {
// contains filtered or unexported fields
}
SettingsPrivate is a wrapper around the C record WebKitSettingsPrivate.
func SettingsPrivateNewFromC ¶
func SettingsPrivateNewFromC(u unsafe.Pointer) *SettingsPrivate
func (*SettingsPrivate) Equals ¶
func (recv *SettingsPrivate) Equals(other *SettingsPrivate) bool
Equals compares this SettingsPrivate with another SettingsPrivate, and returns true if they represent the same GObject.
func (*SettingsPrivate) ToC ¶
func (recv *SettingsPrivate) ToC() unsafe.Pointer
type SnapshotError ¶
type SnapshotError C.WebKitSnapshotError
const (
WEBKIT_SNAPSHOT_ERROR_FAILED_TO_CREATE SnapshotError = 799
)
type SnapshotOptions ¶
type SnapshotOptions C.WebKitSnapshotOptions
const ( WEBKIT_SNAPSHOT_OPTIONS_NONE SnapshotOptions = 0 WEBKIT_SNAPSHOT_OPTIONS_INCLUDE_SELECTION_HIGHLIGHTING SnapshotOptions = 1 WEBKIT_SNAPSHOT_OPTIONS_TRANSPARENT_BACKGROUND SnapshotOptions = 2 )
type SnapshotRegion ¶
type SnapshotRegion C.WebKitSnapshotRegion
const ( WEBKIT_SNAPSHOT_REGION_VISIBLE SnapshotRegion = 0 WEBKIT_SNAPSHOT_REGION_FULL_DOCUMENT SnapshotRegion = 1 )
type TLSErrorsPolicy ¶
type TLSErrorsPolicy C.WebKitTLSErrorsPolicy
const ( WEBKIT_TLS_ERRORS_POLICY_IGNORE TLSErrorsPolicy = 0 WEBKIT_TLS_ERRORS_POLICY_FAIL TLSErrorsPolicy = 1 )
type URIRequest ¶
type URIRequest struct {
// contains filtered or unexported fields
}
URIRequest is a wrapper around the C record WebKitURIRequest.
func CastToURIRequest ¶
func CastToURIRequest(object *gobject.Object) *URIRequest
CastToWidget down casts any arbitrary Object to URIRequest. Exercise care, as this is a potentially dangerous function if the Object is not a URIRequest.
func URIRequestNew ¶
func URIRequestNew(uri string) *URIRequest
URIRequestNew is a wrapper around the C function webkit_uri_request_new.
func URIRequestNewFromC ¶
func URIRequestNewFromC(u unsafe.Pointer) *URIRequest
func (*URIRequest) Equals ¶
func (recv *URIRequest) Equals(other *URIRequest) bool
Equals compares this URIRequest with another URIRequest, and returns true if they represent the same GObject.
func (*URIRequest) GetHttpHeaders ¶
func (recv *URIRequest) GetHttpHeaders() *soup.MessageHeaders
GetHttpHeaders is a wrapper around the C function webkit_uri_request_get_http_headers.
func (*URIRequest) GetUri ¶
func (recv *URIRequest) GetUri() string
GetUri is a wrapper around the C function webkit_uri_request_get_uri.
func (*URIRequest) Object ¶
func (recv *URIRequest) Object() *gobject.Object
Object upcasts to *Object
func (*URIRequest) SetUri ¶
func (recv *URIRequest) SetUri(uri string)
SetUri is a wrapper around the C function webkit_uri_request_set_uri.
func (*URIRequest) ToC ¶
func (recv *URIRequest) ToC() unsafe.Pointer
type URIRequestClass ¶
type URIRequestClass struct {
// contains filtered or unexported fields
}
URIRequestClass is a wrapper around the C record WebKitURIRequestClass.
func URIRequestClassNewFromC ¶
func URIRequestClassNewFromC(u unsafe.Pointer) *URIRequestClass
func (*URIRequestClass) Equals ¶
func (recv *URIRequestClass) Equals(other *URIRequestClass) bool
Equals compares this URIRequestClass with another URIRequestClass, and returns true if they represent the same GObject.
func (*URIRequestClass) ToC ¶
func (recv *URIRequestClass) ToC() unsafe.Pointer
type URIRequestPrivate ¶
type URIRequestPrivate struct {
// contains filtered or unexported fields
}
URIRequestPrivate is a wrapper around the C record WebKitURIRequestPrivate.
func URIRequestPrivateNewFromC ¶
func URIRequestPrivateNewFromC(u unsafe.Pointer) *URIRequestPrivate
func (*URIRequestPrivate) Equals ¶
func (recv *URIRequestPrivate) Equals(other *URIRequestPrivate) bool
Equals compares this URIRequestPrivate with another URIRequestPrivate, and returns true if they represent the same GObject.
func (*URIRequestPrivate) ToC ¶
func (recv *URIRequestPrivate) ToC() unsafe.Pointer
type URIResponse ¶
type URIResponse struct {
// contains filtered or unexported fields
}
URIResponse is a wrapper around the C record WebKitURIResponse.
func CastToURIResponse ¶
func CastToURIResponse(object *gobject.Object) *URIResponse
CastToWidget down casts any arbitrary Object to URIResponse. Exercise care, as this is a potentially dangerous function if the Object is not a URIResponse.
func URIResponseNewFromC ¶
func URIResponseNewFromC(u unsafe.Pointer) *URIResponse
func (*URIResponse) Equals ¶
func (recv *URIResponse) Equals(other *URIResponse) bool
Equals compares this URIResponse with another URIResponse, and returns true if they represent the same GObject.
func (*URIResponse) GetContentLength ¶
func (recv *URIResponse) GetContentLength() uint64
GetContentLength is a wrapper around the C function webkit_uri_response_get_content_length.
func (*URIResponse) GetMimeType ¶
func (recv *URIResponse) GetMimeType() string
GetMimeType is a wrapper around the C function webkit_uri_response_get_mime_type.
func (*URIResponse) GetStatusCode ¶
func (recv *URIResponse) GetStatusCode() uint32
GetStatusCode is a wrapper around the C function webkit_uri_response_get_status_code.
func (*URIResponse) GetSuggestedFilename ¶
func (recv *URIResponse) GetSuggestedFilename() string
GetSuggestedFilename is a wrapper around the C function webkit_uri_response_get_suggested_filename.
func (*URIResponse) GetUri ¶
func (recv *URIResponse) GetUri() string
GetUri is a wrapper around the C function webkit_uri_response_get_uri.
func (*URIResponse) Object ¶
func (recv *URIResponse) Object() *gobject.Object
Object upcasts to *Object
func (*URIResponse) ToC ¶
func (recv *URIResponse) ToC() unsafe.Pointer
type URIResponseClass ¶
type URIResponseClass struct {
// contains filtered or unexported fields
}
URIResponseClass is a wrapper around the C record WebKitURIResponseClass.
func URIResponseClassNewFromC ¶
func URIResponseClassNewFromC(u unsafe.Pointer) *URIResponseClass
func (*URIResponseClass) Equals ¶
func (recv *URIResponseClass) Equals(other *URIResponseClass) bool
Equals compares this URIResponseClass with another URIResponseClass, and returns true if they represent the same GObject.
func (*URIResponseClass) ToC ¶
func (recv *URIResponseClass) ToC() unsafe.Pointer
type URIResponsePrivate ¶
type URIResponsePrivate struct {
// contains filtered or unexported fields
}
URIResponsePrivate is a wrapper around the C record WebKitURIResponsePrivate.
func URIResponsePrivateNewFromC ¶
func URIResponsePrivateNewFromC(u unsafe.Pointer) *URIResponsePrivate
func (*URIResponsePrivate) Equals ¶
func (recv *URIResponsePrivate) Equals(other *URIResponsePrivate) bool
Equals compares this URIResponsePrivate with another URIResponsePrivate, and returns true if they represent the same GObject.
func (*URIResponsePrivate) ToC ¶
func (recv *URIResponsePrivate) ToC() unsafe.Pointer
type URISchemeRequest ¶
type URISchemeRequest struct {
// contains filtered or unexported fields
}
URISchemeRequest is a wrapper around the C record WebKitURISchemeRequest.
func CastToURISchemeRequest ¶
func CastToURISchemeRequest(object *gobject.Object) *URISchemeRequest
CastToWidget down casts any arbitrary Object to URISchemeRequest. Exercise care, as this is a potentially dangerous function if the Object is not a URISchemeRequest.
func URISchemeRequestNewFromC ¶
func URISchemeRequestNewFromC(u unsafe.Pointer) *URISchemeRequest
func (*URISchemeRequest) Equals ¶
func (recv *URISchemeRequest) Equals(other *URISchemeRequest) bool
Equals compares this URISchemeRequest with another URISchemeRequest, and returns true if they represent the same GObject.
func (*URISchemeRequest) Finish ¶
func (recv *URISchemeRequest) Finish(stream *gio.InputStream, streamLength int64, mimeType string)
Finish is a wrapper around the C function webkit_uri_scheme_request_finish.
func (*URISchemeRequest) GetPath ¶
func (recv *URISchemeRequest) GetPath() string
GetPath is a wrapper around the C function webkit_uri_scheme_request_get_path.
func (*URISchemeRequest) GetScheme ¶
func (recv *URISchemeRequest) GetScheme() string
GetScheme is a wrapper around the C function webkit_uri_scheme_request_get_scheme.
func (*URISchemeRequest) GetUri ¶
func (recv *URISchemeRequest) GetUri() string
GetUri is a wrapper around the C function webkit_uri_scheme_request_get_uri.
func (*URISchemeRequest) GetWebView ¶
func (recv *URISchemeRequest) GetWebView() *WebView
GetWebView is a wrapper around the C function webkit_uri_scheme_request_get_web_view.
func (*URISchemeRequest) Object ¶
func (recv *URISchemeRequest) Object() *gobject.Object
Object upcasts to *Object
func (*URISchemeRequest) ToC ¶
func (recv *URISchemeRequest) ToC() unsafe.Pointer
type URISchemeRequestClass ¶
type URISchemeRequestClass struct {
// contains filtered or unexported fields
}
URISchemeRequestClass is a wrapper around the C record WebKitURISchemeRequestClass.
func URISchemeRequestClassNewFromC ¶
func URISchemeRequestClassNewFromC(u unsafe.Pointer) *URISchemeRequestClass
func (*URISchemeRequestClass) Equals ¶
func (recv *URISchemeRequestClass) Equals(other *URISchemeRequestClass) bool
Equals compares this URISchemeRequestClass with another URISchemeRequestClass, and returns true if they represent the same GObject.
func (*URISchemeRequestClass) ToC ¶
func (recv *URISchemeRequestClass) ToC() unsafe.Pointer
type URISchemeRequestPrivate ¶
type URISchemeRequestPrivate struct {
// contains filtered or unexported fields
}
URISchemeRequestPrivate is a wrapper around the C record WebKitURISchemeRequestPrivate.
func URISchemeRequestPrivateNewFromC ¶
func URISchemeRequestPrivateNewFromC(u unsafe.Pointer) *URISchemeRequestPrivate
func (*URISchemeRequestPrivate) Equals ¶
func (recv *URISchemeRequestPrivate) Equals(other *URISchemeRequestPrivate) bool
Equals compares this URISchemeRequestPrivate with another URISchemeRequestPrivate, and returns true if they represent the same GObject.
func (*URISchemeRequestPrivate) ToC ¶
func (recv *URISchemeRequestPrivate) ToC() unsafe.Pointer
type UserContentFilter ¶
type UserContentFilter struct {
// contains filtered or unexported fields
}
UserContentFilter is a wrapper around the C record WebKitUserContentFilter.
func UserContentFilterNewFromC ¶
func UserContentFilterNewFromC(u unsafe.Pointer) *UserContentFilter
func (*UserContentFilter) Equals ¶
func (recv *UserContentFilter) Equals(other *UserContentFilter) bool
Equals compares this UserContentFilter with another UserContentFilter, and returns true if they represent the same GObject.
func (*UserContentFilter) ToC ¶
func (recv *UserContentFilter) ToC() unsafe.Pointer
type UserContentFilterStore ¶
type UserContentFilterStore struct {
// contains filtered or unexported fields
}
UserContentFilterStore is a wrapper around the C record WebKitUserContentFilterStore.
func CastToUserContentFilterStore ¶
func CastToUserContentFilterStore(object *gobject.Object) *UserContentFilterStore
CastToWidget down casts any arbitrary Object to UserContentFilterStore. Exercise care, as this is a potentially dangerous function if the Object is not a UserContentFilterStore.
func UserContentFilterStoreNewFromC ¶
func UserContentFilterStoreNewFromC(u unsafe.Pointer) *UserContentFilterStore
func (*UserContentFilterStore) Equals ¶
func (recv *UserContentFilterStore) Equals(other *UserContentFilterStore) bool
Equals compares this UserContentFilterStore with another UserContentFilterStore, and returns true if they represent the same GObject.
func (*UserContentFilterStore) Object ¶
func (recv *UserContentFilterStore) Object() *gobject.Object
Object upcasts to *Object
func (*UserContentFilterStore) ToC ¶
func (recv *UserContentFilterStore) ToC() unsafe.Pointer
type UserContentFilterStoreClass ¶
type UserContentFilterStoreClass struct {
// contains filtered or unexported fields
}
UserContentFilterStoreClass is a wrapper around the C record WebKitUserContentFilterStoreClass.
func UserContentFilterStoreClassNewFromC ¶
func UserContentFilterStoreClassNewFromC(u unsafe.Pointer) *UserContentFilterStoreClass
func (*UserContentFilterStoreClass) Equals ¶
func (recv *UserContentFilterStoreClass) Equals(other *UserContentFilterStoreClass) bool
Equals compares this UserContentFilterStoreClass with another UserContentFilterStoreClass, and returns true if they represent the same GObject.
func (*UserContentFilterStoreClass) ToC ¶
func (recv *UserContentFilterStoreClass) ToC() unsafe.Pointer
type UserContentFilterStorePrivate ¶
type UserContentFilterStorePrivate struct {
// contains filtered or unexported fields
}
UserContentFilterStorePrivate is a wrapper around the C record WebKitUserContentFilterStorePrivate.
func UserContentFilterStorePrivateNewFromC ¶
func UserContentFilterStorePrivateNewFromC(u unsafe.Pointer) *UserContentFilterStorePrivate
func (*UserContentFilterStorePrivate) Equals ¶
func (recv *UserContentFilterStorePrivate) Equals(other *UserContentFilterStorePrivate) bool
Equals compares this UserContentFilterStorePrivate with another UserContentFilterStorePrivate, and returns true if they represent the same GObject.
func (*UserContentFilterStorePrivate) ToC ¶
func (recv *UserContentFilterStorePrivate) ToC() unsafe.Pointer
type UserContentManager ¶
type UserContentManager struct {
// contains filtered or unexported fields
}
UserContentManager is a wrapper around the C record WebKitUserContentManager.
func CastToUserContentManager ¶
func CastToUserContentManager(object *gobject.Object) *UserContentManager
CastToWidget down casts any arbitrary Object to UserContentManager. Exercise care, as this is a potentially dangerous function if the Object is not a UserContentManager.
func UserContentManagerNewFromC ¶
func UserContentManagerNewFromC(u unsafe.Pointer) *UserContentManager
func (*UserContentManager) Equals ¶
func (recv *UserContentManager) Equals(other *UserContentManager) bool
Equals compares this UserContentManager with another UserContentManager, and returns true if they represent the same GObject.
func (*UserContentManager) Object ¶
func (recv *UserContentManager) Object() *gobject.Object
Object upcasts to *Object
func (*UserContentManager) RemoveFilter ¶
func (recv *UserContentManager) RemoveFilter(filter *UserContentFilter)
RemoveFilter is a wrapper around the C function webkit_user_content_manager_remove_filter.
func (*UserContentManager) ToC ¶
func (recv *UserContentManager) ToC() unsafe.Pointer
type UserContentManagerClass ¶
type UserContentManagerClass struct {
// contains filtered or unexported fields
}
UserContentManagerClass is a wrapper around the C record WebKitUserContentManagerClass.
func UserContentManagerClassNewFromC ¶
func UserContentManagerClassNewFromC(u unsafe.Pointer) *UserContentManagerClass
func (*UserContentManagerClass) Equals ¶
func (recv *UserContentManagerClass) Equals(other *UserContentManagerClass) bool
Equals compares this UserContentManagerClass with another UserContentManagerClass, and returns true if they represent the same GObject.
func (*UserContentManagerClass) ToC ¶
func (recv *UserContentManagerClass) ToC() unsafe.Pointer
type UserContentManagerPrivate ¶
type UserContentManagerPrivate struct {
// contains filtered or unexported fields
}
UserContentManagerPrivate is a wrapper around the C record WebKitUserContentManagerPrivate.
func UserContentManagerPrivateNewFromC ¶
func UserContentManagerPrivateNewFromC(u unsafe.Pointer) *UserContentManagerPrivate
func (*UserContentManagerPrivate) Equals ¶
func (recv *UserContentManagerPrivate) Equals(other *UserContentManagerPrivate) bool
Equals compares this UserContentManagerPrivate with another UserContentManagerPrivate, and returns true if they represent the same GObject.
func (*UserContentManagerPrivate) ToC ¶
func (recv *UserContentManagerPrivate) ToC() unsafe.Pointer
type UserMediaPermissionRequest ¶
type UserMediaPermissionRequest struct {
// contains filtered or unexported fields
}
UserMediaPermissionRequest is a wrapper around the C record WebKitUserMediaPermissionRequest.
func CastToUserMediaPermissionRequest ¶
func CastToUserMediaPermissionRequest(object *gobject.Object) *UserMediaPermissionRequest
CastToWidget down casts any arbitrary Object to UserMediaPermissionRequest. Exercise care, as this is a potentially dangerous function if the Object is not a UserMediaPermissionRequest.
func UserMediaPermissionRequestNewFromC ¶
func UserMediaPermissionRequestNewFromC(u unsafe.Pointer) *UserMediaPermissionRequest
func (*UserMediaPermissionRequest) Equals ¶
func (recv *UserMediaPermissionRequest) Equals(other *UserMediaPermissionRequest) bool
Equals compares this UserMediaPermissionRequest with another UserMediaPermissionRequest, and returns true if they represent the same GObject.
func (*UserMediaPermissionRequest) Object ¶
func (recv *UserMediaPermissionRequest) Object() *gobject.Object
Object upcasts to *Object
func (*UserMediaPermissionRequest) PermissionRequest ¶
func (recv *UserMediaPermissionRequest) PermissionRequest() *PermissionRequest
PermissionRequest returns the PermissionRequest interface implemented by UserMediaPermissionRequest
func (*UserMediaPermissionRequest) ToC ¶
func (recv *UserMediaPermissionRequest) ToC() unsafe.Pointer
type UserMediaPermissionRequestClass ¶
type UserMediaPermissionRequestClass struct {
// contains filtered or unexported fields
}
UserMediaPermissionRequestClass is a wrapper around the C record WebKitUserMediaPermissionRequestClass.
func UserMediaPermissionRequestClassNewFromC ¶
func UserMediaPermissionRequestClassNewFromC(u unsafe.Pointer) *UserMediaPermissionRequestClass
func (*UserMediaPermissionRequestClass) Equals ¶
func (recv *UserMediaPermissionRequestClass) Equals(other *UserMediaPermissionRequestClass) bool
Equals compares this UserMediaPermissionRequestClass with another UserMediaPermissionRequestClass, and returns true if they represent the same GObject.
func (*UserMediaPermissionRequestClass) ToC ¶
func (recv *UserMediaPermissionRequestClass) ToC() unsafe.Pointer
type UserMediaPermissionRequestPrivate ¶
type UserMediaPermissionRequestPrivate struct {
// contains filtered or unexported fields
}
UserMediaPermissionRequestPrivate is a wrapper around the C record WebKitUserMediaPermissionRequestPrivate.
func UserMediaPermissionRequestPrivateNewFromC ¶
func UserMediaPermissionRequestPrivateNewFromC(u unsafe.Pointer) *UserMediaPermissionRequestPrivate
func (*UserMediaPermissionRequestPrivate) Equals ¶
func (recv *UserMediaPermissionRequestPrivate) Equals(other *UserMediaPermissionRequestPrivate) bool
Equals compares this UserMediaPermissionRequestPrivate with another UserMediaPermissionRequestPrivate, and returns true if they represent the same GObject.
func (*UserMediaPermissionRequestPrivate) ToC ¶
func (recv *UserMediaPermissionRequestPrivate) ToC() unsafe.Pointer
type UserScript ¶
type UserScript struct {
// contains filtered or unexported fields
}
UserScript is a wrapper around the C record WebKitUserScript.
func UserScriptNewFromC ¶
func UserScriptNewFromC(u unsafe.Pointer) *UserScript
func (*UserScript) Equals ¶
func (recv *UserScript) Equals(other *UserScript) bool
Equals compares this UserScript with another UserScript, and returns true if they represent the same GObject.
func (*UserScript) ToC ¶
func (recv *UserScript) ToC() unsafe.Pointer
type UserStyleSheet ¶
type UserStyleSheet struct {
// contains filtered or unexported fields
}
UserStyleSheet is a wrapper around the C record WebKitUserStyleSheet.
func UserStyleSheetNewFromC ¶
func UserStyleSheetNewFromC(u unsafe.Pointer) *UserStyleSheet
func (*UserStyleSheet) Equals ¶
func (recv *UserStyleSheet) Equals(other *UserStyleSheet) bool
Equals compares this UserStyleSheet with another UserStyleSheet, and returns true if they represent the same GObject.
func (*UserStyleSheet) ToC ¶
func (recv *UserStyleSheet) ToC() unsafe.Pointer
type WebContext ¶
type WebContext struct {
// contains filtered or unexported fields
}
WebContext is a wrapper around the C record WebKitWebContext.
func CastToWebContext ¶
func CastToWebContext(object *gobject.Object) *WebContext
CastToWidget down casts any arbitrary Object to WebContext. Exercise care, as this is a potentially dangerous function if the Object is not a WebContext.
func WebContextGetDefault ¶
func WebContextGetDefault() *WebContext
WebContextGetDefault is a wrapper around the C function webkit_web_context_get_default.
func WebContextNewFromC ¶
func WebContextNewFromC(u unsafe.Pointer) *WebContext
func (*WebContext) ClearCache ¶
func (recv *WebContext) ClearCache()
ClearCache is a wrapper around the C function webkit_web_context_clear_cache.
func (*WebContext) ConnectDownloadStarted ¶
func (recv *WebContext) ConnectDownloadStarted(callback WebContextSignalDownloadStartedCallback) int
ConnectDownloadStarted connects the callback to the 'download-started' signal for the WebContext.
The returned value represents the connection, and may be passed to DisconnectDownloadStarted to remove it.
func (*WebContext) DisconnectDownloadStarted ¶
func (recv *WebContext) DisconnectDownloadStarted(connectionID int)
DisconnectDownloadStarted disconnects a callback from the 'download-started' signal for the WebContext.
The connectionID should be a value returned from a call to ConnectDownloadStarted.
func (*WebContext) DownloadUri ¶
func (recv *WebContext) DownloadUri(uri string) *Download
DownloadUri is a wrapper around the C function webkit_web_context_download_uri.
func (*WebContext) Equals ¶
func (recv *WebContext) Equals(other *WebContext) bool
Equals compares this WebContext with another WebContext, and returns true if they represent the same GObject.
func (*WebContext) GetCacheModel ¶
func (recv *WebContext) GetCacheModel() CacheModel
GetCacheModel is a wrapper around the C function webkit_web_context_get_cache_model.
func (*WebContext) GetCookieManager ¶
func (recv *WebContext) GetCookieManager() *CookieManager
GetCookieManager is a wrapper around the C function webkit_web_context_get_cookie_manager.
func (*WebContext) GetFaviconDatabase ¶
func (recv *WebContext) GetFaviconDatabase() *FaviconDatabase
GetFaviconDatabase is a wrapper around the C function webkit_web_context_get_favicon_database.
func (*WebContext) GetFaviconDatabaseDirectory ¶
func (recv *WebContext) GetFaviconDatabaseDirectory() string
GetFaviconDatabaseDirectory is a wrapper around the C function webkit_web_context_get_favicon_database_directory.
func (*WebContext) GetPluginsFinish ¶
func (recv *WebContext) GetPluginsFinish(result *gio.AsyncResult) (*glib.List, error)
GetPluginsFinish is a wrapper around the C function webkit_web_context_get_plugins_finish.
func (*WebContext) GetSecurityManager ¶
func (recv *WebContext) GetSecurityManager() *SecurityManager
GetSecurityManager is a wrapper around the C function webkit_web_context_get_security_manager.
func (*WebContext) GetSpellCheckingEnabled ¶
func (recv *WebContext) GetSpellCheckingEnabled() bool
GetSpellCheckingEnabled is a wrapper around the C function webkit_web_context_get_spell_checking_enabled.
func (*WebContext) GetSpellCheckingLanguages ¶
func (recv *WebContext) GetSpellCheckingLanguages() []string
GetSpellCheckingLanguages is a wrapper around the C function webkit_web_context_get_spell_checking_languages.
func (*WebContext) GetTlsErrorsPolicy ¶
func (recv *WebContext) GetTlsErrorsPolicy() TLSErrorsPolicy
GetTlsErrorsPolicy is a wrapper around the C function webkit_web_context_get_tls_errors_policy.
func (*WebContext) Object ¶
func (recv *WebContext) Object() *gobject.Object
Object upcasts to *Object
func (*WebContext) PrefetchDns ¶
func (recv *WebContext) PrefetchDns(hostname string)
PrefetchDns is a wrapper around the C function webkit_web_context_prefetch_dns.
func (*WebContext) SetAdditionalPluginsDirectory ¶
func (recv *WebContext) SetAdditionalPluginsDirectory(directory string)
SetAdditionalPluginsDirectory is a wrapper around the C function webkit_web_context_set_additional_plugins_directory.
func (*WebContext) SetCacheModel ¶
func (recv *WebContext) SetCacheModel(cacheModel CacheModel)
SetCacheModel is a wrapper around the C function webkit_web_context_set_cache_model.
func (*WebContext) SetDiskCacheDirectory ¶
func (recv *WebContext) SetDiskCacheDirectory(directory string)
SetDiskCacheDirectory is a wrapper around the C function webkit_web_context_set_disk_cache_directory.
func (*WebContext) SetFaviconDatabaseDirectory ¶
func (recv *WebContext) SetFaviconDatabaseDirectory(path string)
SetFaviconDatabaseDirectory is a wrapper around the C function webkit_web_context_set_favicon_database_directory.
func (*WebContext) SetPreferredLanguages ¶
func (recv *WebContext) SetPreferredLanguages(languages []string)
SetPreferredLanguages is a wrapper around the C function webkit_web_context_set_preferred_languages.
func (*WebContext) SetSpellCheckingEnabled ¶
func (recv *WebContext) SetSpellCheckingEnabled(enabled bool)
SetSpellCheckingEnabled is a wrapper around the C function webkit_web_context_set_spell_checking_enabled.
func (*WebContext) SetSpellCheckingLanguages ¶
func (recv *WebContext) SetSpellCheckingLanguages(languages []string)
SetSpellCheckingLanguages is a wrapper around the C function webkit_web_context_set_spell_checking_languages.
func (*WebContext) SetTlsErrorsPolicy ¶
func (recv *WebContext) SetTlsErrorsPolicy(policy TLSErrorsPolicy)
SetTlsErrorsPolicy is a wrapper around the C function webkit_web_context_set_tls_errors_policy.
func (*WebContext) SetWebExtensionsDirectory ¶
func (recv *WebContext) SetWebExtensionsDirectory(directory string)
SetWebExtensionsDirectory is a wrapper around the C function webkit_web_context_set_web_extensions_directory.
func (*WebContext) ToC ¶
func (recv *WebContext) ToC() unsafe.Pointer
type WebContextClass ¶
type WebContextClass struct {
// contains filtered or unexported fields
}
WebContextClass is a wrapper around the C record WebKitWebContextClass.
func WebContextClassNewFromC ¶
func WebContextClassNewFromC(u unsafe.Pointer) *WebContextClass
func (*WebContextClass) Equals ¶
func (recv *WebContextClass) Equals(other *WebContextClass) bool
Equals compares this WebContextClass with another WebContextClass, and returns true if they represent the same GObject.
func (*WebContextClass) ToC ¶
func (recv *WebContextClass) ToC() unsafe.Pointer
type WebContextPrivate ¶
type WebContextPrivate struct {
// contains filtered or unexported fields
}
WebContextPrivate is a wrapper around the C record WebKitWebContextPrivate.
func WebContextPrivateNewFromC ¶
func WebContextPrivateNewFromC(u unsafe.Pointer) *WebContextPrivate
func (*WebContextPrivate) Equals ¶
func (recv *WebContextPrivate) Equals(other *WebContextPrivate) bool
Equals compares this WebContextPrivate with another WebContextPrivate, and returns true if they represent the same GObject.
func (*WebContextPrivate) ToC ¶
func (recv *WebContextPrivate) ToC() unsafe.Pointer
type WebContextSignalDownloadStartedCallback ¶
type WebContextSignalDownloadStartedCallback func(targetObject *WebContext, download *Download)
WebContextSignalDownloadStartedCallback is a callback function for a 'download-started' signal emitted from a WebContext.
type WebInspector ¶
type WebInspector struct {
// contains filtered or unexported fields
}
WebInspector is a wrapper around the C record WebKitWebInspector.
func CastToWebInspector ¶
func CastToWebInspector(object *gobject.Object) *WebInspector
CastToWidget down casts any arbitrary Object to WebInspector. Exercise care, as this is a potentially dangerous function if the Object is not a WebInspector.
func WebInspectorNewFromC ¶
func WebInspectorNewFromC(u unsafe.Pointer) *WebInspector
func (*WebInspector) Attach ¶
func (recv *WebInspector) Attach()
Attach is a wrapper around the C function webkit_web_inspector_attach.
func (*WebInspector) Close ¶
func (recv *WebInspector) Close()
Close is a wrapper around the C function webkit_web_inspector_close.
func (*WebInspector) ConnectAttach ¶
func (recv *WebInspector) ConnectAttach(callback WebInspectorSignalAttachCallback) int
ConnectAttach connects the callback to the 'attach' signal for the WebInspector.
The returned value represents the connection, and may be passed to DisconnectAttach to remove it.
func (*WebInspector) ConnectBringToFront ¶
func (recv *WebInspector) ConnectBringToFront(callback WebInspectorSignalBringToFrontCallback) int
ConnectBringToFront connects the callback to the 'bring-to-front' signal for the WebInspector.
The returned value represents the connection, and may be passed to DisconnectBringToFront to remove it.
func (*WebInspector) ConnectClosed ¶
func (recv *WebInspector) ConnectClosed(callback WebInspectorSignalClosedCallback) int
ConnectClosed connects the callback to the 'closed' signal for the WebInspector.
The returned value represents the connection, and may be passed to DisconnectClosed to remove it.
func (*WebInspector) ConnectDetach ¶
func (recv *WebInspector) ConnectDetach(callback WebInspectorSignalDetachCallback) int
ConnectDetach connects the callback to the 'detach' signal for the WebInspector.
The returned value represents the connection, and may be passed to DisconnectDetach to remove it.
func (*WebInspector) ConnectOpenWindow ¶
func (recv *WebInspector) ConnectOpenWindow(callback WebInspectorSignalOpenWindowCallback) int
ConnectOpenWindow connects the callback to the 'open-window' signal for the WebInspector.
The returned value represents the connection, and may be passed to DisconnectOpenWindow to remove it.
func (*WebInspector) Detach ¶
func (recv *WebInspector) Detach()
Detach is a wrapper around the C function webkit_web_inspector_detach.
func (*WebInspector) DisconnectAttach ¶
func (recv *WebInspector) DisconnectAttach(connectionID int)
DisconnectAttach disconnects a callback from the 'attach' signal for the WebInspector.
The connectionID should be a value returned from a call to ConnectAttach.
func (*WebInspector) DisconnectBringToFront ¶
func (recv *WebInspector) DisconnectBringToFront(connectionID int)
DisconnectBringToFront disconnects a callback from the 'bring-to-front' signal for the WebInspector.
The connectionID should be a value returned from a call to ConnectBringToFront.
func (*WebInspector) DisconnectClosed ¶
func (recv *WebInspector) DisconnectClosed(connectionID int)
DisconnectClosed disconnects a callback from the 'closed' signal for the WebInspector.
The connectionID should be a value returned from a call to ConnectClosed.
func (*WebInspector) DisconnectDetach ¶
func (recv *WebInspector) DisconnectDetach(connectionID int)
DisconnectDetach disconnects a callback from the 'detach' signal for the WebInspector.
The connectionID should be a value returned from a call to ConnectDetach.
func (*WebInspector) DisconnectOpenWindow ¶
func (recv *WebInspector) DisconnectOpenWindow(connectionID int)
DisconnectOpenWindow disconnects a callback from the 'open-window' signal for the WebInspector.
The connectionID should be a value returned from a call to ConnectOpenWindow.
func (*WebInspector) Equals ¶
func (recv *WebInspector) Equals(other *WebInspector) bool
Equals compares this WebInspector with another WebInspector, and returns true if they represent the same GObject.
func (*WebInspector) GetAttachedHeight ¶
func (recv *WebInspector) GetAttachedHeight() uint32
GetAttachedHeight is a wrapper around the C function webkit_web_inspector_get_attached_height.
func (*WebInspector) GetInspectedUri ¶
func (recv *WebInspector) GetInspectedUri() string
GetInspectedUri is a wrapper around the C function webkit_web_inspector_get_inspected_uri.
func (*WebInspector) GetWebView ¶
func (recv *WebInspector) GetWebView() *WebViewBase
GetWebView is a wrapper around the C function webkit_web_inspector_get_web_view.
func (*WebInspector) IsAttached ¶
func (recv *WebInspector) IsAttached() bool
IsAttached is a wrapper around the C function webkit_web_inspector_is_attached.
func (*WebInspector) Object ¶
func (recv *WebInspector) Object() *gobject.Object
Object upcasts to *Object
func (*WebInspector) Show ¶
func (recv *WebInspector) Show()
Show is a wrapper around the C function webkit_web_inspector_show.
func (*WebInspector) ToC ¶
func (recv *WebInspector) ToC() unsafe.Pointer
type WebInspectorClass ¶
type WebInspectorClass struct {
// contains filtered or unexported fields
}
WebInspectorClass is a wrapper around the C record WebKitWebInspectorClass.
func WebInspectorClassNewFromC ¶
func WebInspectorClassNewFromC(u unsafe.Pointer) *WebInspectorClass
func (*WebInspectorClass) Equals ¶
func (recv *WebInspectorClass) Equals(other *WebInspectorClass) bool
Equals compares this WebInspectorClass with another WebInspectorClass, and returns true if they represent the same GObject.
func (*WebInspectorClass) ToC ¶
func (recv *WebInspectorClass) ToC() unsafe.Pointer
type WebInspectorPrivate ¶
type WebInspectorPrivate struct {
// contains filtered or unexported fields
}
WebInspectorPrivate is a wrapper around the C record WebKitWebInspectorPrivate.
func WebInspectorPrivateNewFromC ¶
func WebInspectorPrivateNewFromC(u unsafe.Pointer) *WebInspectorPrivate
func (*WebInspectorPrivate) Equals ¶
func (recv *WebInspectorPrivate) Equals(other *WebInspectorPrivate) bool
Equals compares this WebInspectorPrivate with another WebInspectorPrivate, and returns true if they represent the same GObject.
func (*WebInspectorPrivate) ToC ¶
func (recv *WebInspectorPrivate) ToC() unsafe.Pointer
type WebInspectorSignalAttachCallback ¶
type WebInspectorSignalAttachCallback func(targetObject *WebInspector) bool
WebInspectorSignalAttachCallback is a callback function for a 'attach' signal emitted from a WebInspector.
type WebInspectorSignalBringToFrontCallback ¶
type WebInspectorSignalBringToFrontCallback func(targetObject *WebInspector) bool
WebInspectorSignalBringToFrontCallback is a callback function for a 'bring-to-front' signal emitted from a WebInspector.
type WebInspectorSignalClosedCallback ¶
type WebInspectorSignalClosedCallback func(targetObject *WebInspector)
WebInspectorSignalClosedCallback is a callback function for a 'closed' signal emitted from a WebInspector.
type WebInspectorSignalDetachCallback ¶
type WebInspectorSignalDetachCallback func(targetObject *WebInspector) bool
WebInspectorSignalDetachCallback is a callback function for a 'detach' signal emitted from a WebInspector.
type WebInspectorSignalOpenWindowCallback ¶
type WebInspectorSignalOpenWindowCallback func(targetObject *WebInspector) bool
WebInspectorSignalOpenWindowCallback is a callback function for a 'open-window' signal emitted from a WebInspector.
type WebResource ¶
type WebResource struct {
// contains filtered or unexported fields
}
WebResource is a wrapper around the C record WebKitWebResource.
func CastToWebResource ¶
func CastToWebResource(object *gobject.Object) *WebResource
CastToWidget down casts any arbitrary Object to WebResource. Exercise care, as this is a potentially dangerous function if the Object is not a WebResource.
func WebResourceNewFromC ¶
func WebResourceNewFromC(u unsafe.Pointer) *WebResource
func (*WebResource) ConnectFailed ¶
func (recv *WebResource) ConnectFailed(callback WebResourceSignalFailedCallback) int
ConnectFailed connects the callback to the 'failed' signal for the WebResource.
The returned value represents the connection, and may be passed to DisconnectFailed to remove it.
func (*WebResource) ConnectFinished ¶
func (recv *WebResource) ConnectFinished(callback WebResourceSignalFinishedCallback) int
ConnectFinished connects the callback to the 'finished' signal for the WebResource.
The returned value represents the connection, and may be passed to DisconnectFinished to remove it.
func (*WebResource) ConnectReceivedData ¶
func (recv *WebResource) ConnectReceivedData(callback WebResourceSignalReceivedDataCallback) int
ConnectReceivedData connects the callback to the 'received-data' signal for the WebResource.
The returned value represents the connection, and may be passed to DisconnectReceivedData to remove it.
func (*WebResource) ConnectSentRequest ¶
func (recv *WebResource) ConnectSentRequest(callback WebResourceSignalSentRequestCallback) int
ConnectSentRequest connects the callback to the 'sent-request' signal for the WebResource.
The returned value represents the connection, and may be passed to DisconnectSentRequest to remove it.
func (*WebResource) DisconnectFailed ¶
func (recv *WebResource) DisconnectFailed(connectionID int)
DisconnectFailed disconnects a callback from the 'failed' signal for the WebResource.
The connectionID should be a value returned from a call to ConnectFailed.
func (*WebResource) DisconnectFinished ¶
func (recv *WebResource) DisconnectFinished(connectionID int)
DisconnectFinished disconnects a callback from the 'finished' signal for the WebResource.
The connectionID should be a value returned from a call to ConnectFinished.
func (*WebResource) DisconnectReceivedData ¶
func (recv *WebResource) DisconnectReceivedData(connectionID int)
DisconnectReceivedData disconnects a callback from the 'received-data' signal for the WebResource.
The connectionID should be a value returned from a call to ConnectReceivedData.
func (*WebResource) DisconnectSentRequest ¶
func (recv *WebResource) DisconnectSentRequest(connectionID int)
DisconnectSentRequest disconnects a callback from the 'sent-request' signal for the WebResource.
The connectionID should be a value returned from a call to ConnectSentRequest.
func (*WebResource) Equals ¶
func (recv *WebResource) Equals(other *WebResource) bool
Equals compares this WebResource with another WebResource, and returns true if they represent the same GObject.
func (*WebResource) GetResponse ¶
func (recv *WebResource) GetResponse() *URIResponse
GetResponse is a wrapper around the C function webkit_web_resource_get_response.
func (*WebResource) GetUri ¶
func (recv *WebResource) GetUri() string
GetUri is a wrapper around the C function webkit_web_resource_get_uri.
func (*WebResource) Object ¶
func (recv *WebResource) Object() *gobject.Object
Object upcasts to *Object
func (*WebResource) ToC ¶
func (recv *WebResource) ToC() unsafe.Pointer
type WebResourceClass ¶
type WebResourceClass struct {
// contains filtered or unexported fields
}
WebResourceClass is a wrapper around the C record WebKitWebResourceClass.
func WebResourceClassNewFromC ¶
func WebResourceClassNewFromC(u unsafe.Pointer) *WebResourceClass
func (*WebResourceClass) Equals ¶
func (recv *WebResourceClass) Equals(other *WebResourceClass) bool
Equals compares this WebResourceClass with another WebResourceClass, and returns true if they represent the same GObject.
func (*WebResourceClass) ToC ¶
func (recv *WebResourceClass) ToC() unsafe.Pointer
type WebResourcePrivate ¶
type WebResourcePrivate struct {
// contains filtered or unexported fields
}
WebResourcePrivate is a wrapper around the C record WebKitWebResourcePrivate.
func WebResourcePrivateNewFromC ¶
func WebResourcePrivateNewFromC(u unsafe.Pointer) *WebResourcePrivate
func (*WebResourcePrivate) Equals ¶
func (recv *WebResourcePrivate) Equals(other *WebResourcePrivate) bool
Equals compares this WebResourcePrivate with another WebResourcePrivate, and returns true if they represent the same GObject.
func (*WebResourcePrivate) ToC ¶
func (recv *WebResourcePrivate) ToC() unsafe.Pointer
type WebResourceSignalFailedCallback ¶
type WebResourceSignalFailedCallback func(targetObject *WebResource, error *glib.Error)
WebResourceSignalFailedCallback is a callback function for a 'failed' signal emitted from a WebResource.
type WebResourceSignalFinishedCallback ¶
type WebResourceSignalFinishedCallback func(targetObject *WebResource)
WebResourceSignalFinishedCallback is a callback function for a 'finished' signal emitted from a WebResource.
type WebResourceSignalReceivedDataCallback ¶
type WebResourceSignalReceivedDataCallback func(targetObject *WebResource, dataLength uint64)
WebResourceSignalReceivedDataCallback is a callback function for a 'received-data' signal emitted from a WebResource.
type WebResourceSignalSentRequestCallback ¶
type WebResourceSignalSentRequestCallback func(targetObject *WebResource, request *URIRequest, redirectedResponse *URIResponse)
WebResourceSignalSentRequestCallback is a callback function for a 'sent-request' signal emitted from a WebResource.
type WebView ¶
type WebView struct {
// contains filtered or unexported fields
}
WebView is a wrapper around the C record WebKitWebView.
func CastToWebView ¶
CastToWidget down casts any arbitrary Object to WebView. Exercise care, as this is a potentially dangerous function if the Object is not a WebView.
func WebViewNew ¶
func WebViewNew() *WebView
WebViewNew is a wrapper around the C function webkit_web_view_new.
func WebViewNewFromC ¶
func WebViewNewWithContext ¶
func WebViewNewWithContext(context *WebContext) *WebView
WebViewNewWithContext is a wrapper around the C function webkit_web_view_new_with_context.
func (*WebView) CanExecuteEditingCommandFinish ¶
func (recv *WebView) CanExecuteEditingCommandFinish(result *gio.AsyncResult) (bool, error)
CanExecuteEditingCommandFinish is a wrapper around the C function webkit_web_view_can_execute_editing_command_finish.
func (*WebView) CanGoBack ¶
CanGoBack is a wrapper around the C function webkit_web_view_can_go_back.
func (*WebView) CanGoForward ¶
CanGoForward is a wrapper around the C function webkit_web_view_can_go_forward.
func (*WebView) CanShowMimeType ¶
CanShowMimeType is a wrapper around the C function webkit_web_view_can_show_mime_type.
func (*WebView) ConnectClose ¶
func (recv *WebView) ConnectClose(callback WebViewSignalCloseCallback) int
ConnectClose connects the callback to the 'close' signal for the WebView.
The returned value represents the connection, and may be passed to DisconnectClose to remove it.
func (*WebView) ConnectContextMenuDismissed ¶
func (recv *WebView) ConnectContextMenuDismissed(callback WebViewSignalContextMenuDismissedCallback) int
ConnectContextMenuDismissed connects the callback to the 'context-menu-dismissed' signal for the WebView.
The returned value represents the connection, and may be passed to DisconnectContextMenuDismissed to remove it.
func (*WebView) ConnectCreate ¶
func (recv *WebView) ConnectCreate(callback WebViewSignalCreateCallback) int
ConnectCreate connects the callback to the 'create' signal for the WebView.
The returned value represents the connection, and may be passed to DisconnectCreate to remove it.
func (*WebView) ConnectDecidePolicy ¶
func (recv *WebView) ConnectDecidePolicy(callback WebViewSignalDecidePolicyCallback) int
ConnectDecidePolicy connects the callback to the 'decide-policy' signal for the WebView.
The returned value represents the connection, and may be passed to DisconnectDecidePolicy to remove it.
func (*WebView) ConnectEnterFullscreen ¶
func (recv *WebView) ConnectEnterFullscreen(callback WebViewSignalEnterFullscreenCallback) int
ConnectEnterFullscreen connects the callback to the 'enter-fullscreen' signal for the WebView.
The returned value represents the connection, and may be passed to DisconnectEnterFullscreen to remove it.
func (*WebView) ConnectInsecureContentDetected ¶
func (recv *WebView) ConnectInsecureContentDetected(callback WebViewSignalInsecureContentDetectedCallback) int
ConnectInsecureContentDetected connects the callback to the 'insecure-content-detected' signal for the WebView.
The returned value represents the connection, and may be passed to DisconnectInsecureContentDetected to remove it.
func (*WebView) ConnectLeaveFullscreen ¶
func (recv *WebView) ConnectLeaveFullscreen(callback WebViewSignalLeaveFullscreenCallback) int
ConnectLeaveFullscreen connects the callback to the 'leave-fullscreen' signal for the WebView.
The returned value represents the connection, and may be passed to DisconnectLeaveFullscreen to remove it.
func (*WebView) ConnectLoadChanged ¶
func (recv *WebView) ConnectLoadChanged(callback WebViewSignalLoadChangedCallback) int
ConnectLoadChanged connects the callback to the 'load-changed' signal for the WebView.
The returned value represents the connection, and may be passed to DisconnectLoadChanged to remove it.
func (*WebView) ConnectLoadFailed ¶
func (recv *WebView) ConnectLoadFailed(callback WebViewSignalLoadFailedCallback) int
ConnectLoadFailed connects the callback to the 'load-failed' signal for the WebView.
The returned value represents the connection, and may be passed to DisconnectLoadFailed to remove it.
func (*WebView) ConnectMouseTargetChanged ¶
func (recv *WebView) ConnectMouseTargetChanged(callback WebViewSignalMouseTargetChangedCallback) int
ConnectMouseTargetChanged connects the callback to the 'mouse-target-changed' signal for the WebView.
The returned value represents the connection, and may be passed to DisconnectMouseTargetChanged to remove it.
func (*WebView) ConnectPermissionRequest ¶
func (recv *WebView) ConnectPermissionRequest(callback WebViewSignalPermissionRequestCallback) int
ConnectPermissionRequest connects the callback to the 'permission-request' signal for the WebView.
The returned value represents the connection, and may be passed to DisconnectPermissionRequest to remove it.
func (*WebView) ConnectPrint ¶
func (recv *WebView) ConnectPrint(callback WebViewSignalPrintCallback) int
ConnectPrint connects the callback to the 'print' signal for the WebView.
The returned value represents the connection, and may be passed to DisconnectPrint to remove it.
func (*WebView) ConnectReadyToShow ¶
func (recv *WebView) ConnectReadyToShow(callback WebViewSignalReadyToShowCallback) int
ConnectReadyToShow connects the callback to the 'ready-to-show' signal for the WebView.
The returned value represents the connection, and may be passed to DisconnectReadyToShow to remove it.
func (*WebView) ConnectResourceLoadStarted ¶
func (recv *WebView) ConnectResourceLoadStarted(callback WebViewSignalResourceLoadStartedCallback) int
ConnectResourceLoadStarted connects the callback to the 'resource-load-started' signal for the WebView.
The returned value represents the connection, and may be passed to DisconnectResourceLoadStarted to remove it.
func (*WebView) ConnectRunAsModal ¶
func (recv *WebView) ConnectRunAsModal(callback WebViewSignalRunAsModalCallback) int
ConnectRunAsModal connects the callback to the 'run-as-modal' signal for the WebView.
The returned value represents the connection, and may be passed to DisconnectRunAsModal to remove it.
func (*WebView) ConnectRunFileChooser ¶
func (recv *WebView) ConnectRunFileChooser(callback WebViewSignalRunFileChooserCallback) int
ConnectRunFileChooser connects the callback to the 'run-file-chooser' signal for the WebView.
The returned value represents the connection, and may be passed to DisconnectRunFileChooser to remove it.
func (*WebView) ConnectScriptDialog ¶
func (recv *WebView) ConnectScriptDialog(callback WebViewSignalScriptDialogCallback) int
ConnectScriptDialog connects the callback to the 'script-dialog' signal for the WebView.
The returned value represents the connection, and may be passed to DisconnectScriptDialog to remove it.
func (*WebView) ConnectSubmitForm ¶
func (recv *WebView) ConnectSubmitForm(callback WebViewSignalSubmitFormCallback) int
ConnectSubmitForm connects the callback to the 'submit-form' signal for the WebView.
The returned value represents the connection, and may be passed to DisconnectSubmitForm to remove it.
func (*WebView) ConnectWebProcessCrashed ¶
func (recv *WebView) ConnectWebProcessCrashed(callback WebViewSignalWebProcessCrashedCallback) int
ConnectWebProcessCrashed connects the callback to the 'web-process-crashed' signal for the WebView.
The returned value represents the connection, and may be passed to DisconnectWebProcessCrashed to remove it.
func (*WebView) DisconnectClose ¶
DisconnectClose disconnects a callback from the 'close' signal for the WebView.
The connectionID should be a value returned from a call to ConnectClose.
func (*WebView) DisconnectContextMenuDismissed ¶
DisconnectContextMenuDismissed disconnects a callback from the 'context-menu-dismissed' signal for the WebView.
The connectionID should be a value returned from a call to ConnectContextMenuDismissed.
func (*WebView) DisconnectCreate ¶
DisconnectCreate disconnects a callback from the 'create' signal for the WebView.
The connectionID should be a value returned from a call to ConnectCreate.
func (*WebView) DisconnectDecidePolicy ¶
DisconnectDecidePolicy disconnects a callback from the 'decide-policy' signal for the WebView.
The connectionID should be a value returned from a call to ConnectDecidePolicy.
func (*WebView) DisconnectEnterFullscreen ¶
DisconnectEnterFullscreen disconnects a callback from the 'enter-fullscreen' signal for the WebView.
The connectionID should be a value returned from a call to ConnectEnterFullscreen.
func (*WebView) DisconnectInsecureContentDetected ¶
DisconnectInsecureContentDetected disconnects a callback from the 'insecure-content-detected' signal for the WebView.
The connectionID should be a value returned from a call to ConnectInsecureContentDetected.
func (*WebView) DisconnectLeaveFullscreen ¶
DisconnectLeaveFullscreen disconnects a callback from the 'leave-fullscreen' signal for the WebView.
The connectionID should be a value returned from a call to ConnectLeaveFullscreen.
func (*WebView) DisconnectLoadChanged ¶
DisconnectLoadChanged disconnects a callback from the 'load-changed' signal for the WebView.
The connectionID should be a value returned from a call to ConnectLoadChanged.
func (*WebView) DisconnectLoadFailed ¶
DisconnectLoadFailed disconnects a callback from the 'load-failed' signal for the WebView.
The connectionID should be a value returned from a call to ConnectLoadFailed.
func (*WebView) DisconnectMouseTargetChanged ¶
DisconnectMouseTargetChanged disconnects a callback from the 'mouse-target-changed' signal for the WebView.
The connectionID should be a value returned from a call to ConnectMouseTargetChanged.
func (*WebView) DisconnectPermissionRequest ¶
DisconnectPermissionRequest disconnects a callback from the 'permission-request' signal for the WebView.
The connectionID should be a value returned from a call to ConnectPermissionRequest.
func (*WebView) DisconnectPrint ¶
DisconnectPrint disconnects a callback from the 'print' signal for the WebView.
The connectionID should be a value returned from a call to ConnectPrint.
func (*WebView) DisconnectReadyToShow ¶
DisconnectReadyToShow disconnects a callback from the 'ready-to-show' signal for the WebView.
The connectionID should be a value returned from a call to ConnectReadyToShow.
func (*WebView) DisconnectResourceLoadStarted ¶
DisconnectResourceLoadStarted disconnects a callback from the 'resource-load-started' signal for the WebView.
The connectionID should be a value returned from a call to ConnectResourceLoadStarted.
func (*WebView) DisconnectRunAsModal ¶
DisconnectRunAsModal disconnects a callback from the 'run-as-modal' signal for the WebView.
The connectionID should be a value returned from a call to ConnectRunAsModal.
func (*WebView) DisconnectRunFileChooser ¶
DisconnectRunFileChooser disconnects a callback from the 'run-file-chooser' signal for the WebView.
The connectionID should be a value returned from a call to ConnectRunFileChooser.
func (*WebView) DisconnectScriptDialog ¶
DisconnectScriptDialog disconnects a callback from the 'script-dialog' signal for the WebView.
The connectionID should be a value returned from a call to ConnectScriptDialog.
func (*WebView) DisconnectSubmitForm ¶
DisconnectSubmitForm disconnects a callback from the 'submit-form' signal for the WebView.
The connectionID should be a value returned from a call to ConnectSubmitForm.
func (*WebView) DisconnectWebProcessCrashed ¶
DisconnectWebProcessCrashed disconnects a callback from the 'web-process-crashed' signal for the WebView.
The connectionID should be a value returned from a call to ConnectWebProcessCrashed.
func (*WebView) DownloadUri ¶
DownloadUri is a wrapper around the C function webkit_web_view_download_uri.
func (*WebView) Equals ¶
Equals compares this WebView with another WebView, and returns true if they represent the same GObject.
func (*WebView) ExecuteEditingCommand ¶
ExecuteEditingCommand is a wrapper around the C function webkit_web_view_execute_editing_command.
func (*WebView) GetBackForwardList ¶
func (recv *WebView) GetBackForwardList() *BackForwardList
GetBackForwardList is a wrapper around the C function webkit_web_view_get_back_forward_list.
func (*WebView) GetContext ¶
func (recv *WebView) GetContext() *WebContext
GetContext is a wrapper around the C function webkit_web_view_get_context.
func (*WebView) GetCustomCharset ¶
GetCustomCharset is a wrapper around the C function webkit_web_view_get_custom_charset.
func (*WebView) GetEstimatedLoadProgress ¶
GetEstimatedLoadProgress is a wrapper around the C function webkit_web_view_get_estimated_load_progress.
func (*WebView) GetFavicon ¶
GetFavicon is a wrapper around the C function webkit_web_view_get_favicon.
func (*WebView) GetFindController ¶
func (recv *WebView) GetFindController() *FindController
GetFindController is a wrapper around the C function webkit_web_view_get_find_controller.
func (*WebView) GetInspector ¶
func (recv *WebView) GetInspector() *WebInspector
GetInspector is a wrapper around the C function webkit_web_view_get_inspector.
func (*WebView) GetMainResource ¶
func (recv *WebView) GetMainResource() *WebResource
GetMainResource is a wrapper around the C function webkit_web_view_get_main_resource.
func (*WebView) GetPageId ¶
GetPageId is a wrapper around the C function webkit_web_view_get_page_id.
func (*WebView) GetSettings ¶
GetSettings is a wrapper around the C function webkit_web_view_get_settings.
func (*WebView) GetSnapshotFinish ¶
GetSnapshotFinish is a wrapper around the C function webkit_web_view_get_snapshot_finish.
func (*WebView) GetTlsInfo ¶
func (recv *WebView) GetTlsInfo() (bool, *gio.TlsCertificate, gio.TlsCertificateFlags)
GetTlsInfo is a wrapper around the C function webkit_web_view_get_tls_info.
func (*WebView) GetWindowProperties ¶
func (recv *WebView) GetWindowProperties() *WindowProperties
GetWindowProperties is a wrapper around the C function webkit_web_view_get_window_properties.
func (*WebView) GetZoomLevel ¶
GetZoomLevel is a wrapper around the C function webkit_web_view_get_zoom_level.
func (*WebView) GoBack ¶
func (recv *WebView) GoBack()
GoBack is a wrapper around the C function webkit_web_view_go_back.
func (*WebView) GoForward ¶
func (recv *WebView) GoForward()
GoForward is a wrapper around the C function webkit_web_view_go_forward.
func (*WebView) GoToBackForwardListItem ¶
func (recv *WebView) GoToBackForwardListItem(listItem *BackForwardListItem)
GoToBackForwardListItem is a wrapper around the C function webkit_web_view_go_to_back_forward_list_item.
func (*WebView) ImplementorIface ¶
func (recv *WebView) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by WebView
func (*WebView) InitiallyUnowned ¶
func (recv *WebView) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*WebView) IsEditable ¶
IsEditable is a wrapper around the C function webkit_web_view_is_editable.
func (*WebView) IsLoading ¶
IsLoading is a wrapper around the C function webkit_web_view_is_loading.
func (*WebView) LoadAlternateHtml ¶
LoadAlternateHtml is a wrapper around the C function webkit_web_view_load_alternate_html.
func (*WebView) LoadPlainText ¶
LoadPlainText is a wrapper around the C function webkit_web_view_load_plain_text.
func (*WebView) LoadRequest ¶
func (recv *WebView) LoadRequest(request *URIRequest)
LoadRequest is a wrapper around the C function webkit_web_view_load_request.
func (*WebView) Reload ¶
func (recv *WebView) Reload()
Reload is a wrapper around the C function webkit_web_view_reload.
func (*WebView) ReloadBypassCache ¶
func (recv *WebView) ReloadBypassCache()
ReloadBypassCache is a wrapper around the C function webkit_web_view_reload_bypass_cache.
func (*WebView) RunJavascriptFinish ¶
func (recv *WebView) RunJavascriptFinish(result *gio.AsyncResult) (*JavascriptResult, error)
RunJavascriptFinish is a wrapper around the C function webkit_web_view_run_javascript_finish.
func (*WebView) RunJavascriptFromGresourceFinish ¶
func (recv *WebView) RunJavascriptFromGresourceFinish(result *gio.AsyncResult) (*JavascriptResult, error)
RunJavascriptFromGresourceFinish is a wrapper around the C function webkit_web_view_run_javascript_from_gresource_finish.
func (*WebView) SaveFinish ¶
func (recv *WebView) SaveFinish(result *gio.AsyncResult) (*gio.InputStream, error)
SaveFinish is a wrapper around the C function webkit_web_view_save_finish.
func (*WebView) SaveToFileFinish ¶
func (recv *WebView) SaveToFileFinish(result *gio.AsyncResult) (bool, error)
SaveToFileFinish is a wrapper around the C function webkit_web_view_save_to_file_finish.
func (*WebView) SetCustomCharset ¶
SetCustomCharset is a wrapper around the C function webkit_web_view_set_custom_charset.
func (*WebView) SetSettings ¶
SetSettings is a wrapper around the C function webkit_web_view_set_settings.
func (*WebView) SetZoomLevel ¶
SetZoomLevel is a wrapper around the C function webkit_web_view_set_zoom_level.
func (*WebView) StopLoading ¶
func (recv *WebView) StopLoading()
StopLoading is a wrapper around the C function webkit_web_view_stop_loading.
func (*WebView) WebViewBase ¶
func (recv *WebView) WebViewBase() *WebViewBase
WebViewBase upcasts to *WebViewBase
type WebViewBase ¶
type WebViewBase struct {
// contains filtered or unexported fields
}
WebViewBase is a wrapper around the C record WebKitWebViewBase.
func CastToWebViewBase ¶
func CastToWebViewBase(object *gobject.Object) *WebViewBase
CastToWidget down casts any arbitrary Object to WebViewBase. Exercise care, as this is a potentially dangerous function if the Object is not a WebViewBase.
func WebViewBaseNewFromC ¶
func WebViewBaseNewFromC(u unsafe.Pointer) *WebViewBase
func (*WebViewBase) Buildable ¶
func (recv *WebViewBase) Buildable() *gtk.Buildable
Buildable returns the Buildable interface implemented by WebViewBase
func (*WebViewBase) Container ¶
func (recv *WebViewBase) Container() *gtk.Container
Container upcasts to *Container
func (*WebViewBase) Equals ¶
func (recv *WebViewBase) Equals(other *WebViewBase) bool
Equals compares this WebViewBase with another WebViewBase, and returns true if they represent the same GObject.
func (*WebViewBase) ImplementorIface ¶
func (recv *WebViewBase) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by WebViewBase
func (*WebViewBase) InitiallyUnowned ¶
func (recv *WebViewBase) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*WebViewBase) Object ¶
func (recv *WebViewBase) Object() *gobject.Object
Object upcasts to *Object
func (*WebViewBase) ToC ¶
func (recv *WebViewBase) ToC() unsafe.Pointer
func (*WebViewBase) Widget ¶
func (recv *WebViewBase) Widget() *gtk.Widget
Widget upcasts to *Widget
type WebViewBaseClass ¶
type WebViewBaseClass struct {
// contains filtered or unexported fields
}
WebViewBaseClass is a wrapper around the C record WebKitWebViewBaseClass.
func WebViewBaseClassNewFromC ¶
func WebViewBaseClassNewFromC(u unsafe.Pointer) *WebViewBaseClass
func (*WebViewBaseClass) Equals ¶
func (recv *WebViewBaseClass) Equals(other *WebViewBaseClass) bool
Equals compares this WebViewBaseClass with another WebViewBaseClass, and returns true if they represent the same GObject.
func (*WebViewBaseClass) ToC ¶
func (recv *WebViewBaseClass) ToC() unsafe.Pointer
type WebViewBasePrivate ¶
type WebViewBasePrivate struct {
// contains filtered or unexported fields
}
WebViewBasePrivate is a wrapper around the C record WebKitWebViewBasePrivate.
func WebViewBasePrivateNewFromC ¶
func WebViewBasePrivateNewFromC(u unsafe.Pointer) *WebViewBasePrivate
func (*WebViewBasePrivate) Equals ¶
func (recv *WebViewBasePrivate) Equals(other *WebViewBasePrivate) bool
Equals compares this WebViewBasePrivate with another WebViewBasePrivate, and returns true if they represent the same GObject.
func (*WebViewBasePrivate) ToC ¶
func (recv *WebViewBasePrivate) ToC() unsafe.Pointer
type WebViewClass ¶
type WebViewClass struct {
// contains filtered or unexported fields
}
WebViewClass is a wrapper around the C record WebKitWebViewClass.
func WebViewClassNewFromC ¶
func WebViewClassNewFromC(u unsafe.Pointer) *WebViewClass
func (*WebViewClass) Equals ¶
func (recv *WebViewClass) Equals(other *WebViewClass) bool
Equals compares this WebViewClass with another WebViewClass, and returns true if they represent the same GObject.
func (*WebViewClass) ToC ¶
func (recv *WebViewClass) ToC() unsafe.Pointer
type WebViewPrivate ¶
type WebViewPrivate struct {
// contains filtered or unexported fields
}
WebViewPrivate is a wrapper around the C record WebKitWebViewPrivate.
func WebViewPrivateNewFromC ¶
func WebViewPrivateNewFromC(u unsafe.Pointer) *WebViewPrivate
func (*WebViewPrivate) Equals ¶
func (recv *WebViewPrivate) Equals(other *WebViewPrivate) bool
Equals compares this WebViewPrivate with another WebViewPrivate, and returns true if they represent the same GObject.
func (*WebViewPrivate) ToC ¶
func (recv *WebViewPrivate) ToC() unsafe.Pointer
type WebViewSessionState ¶
type WebViewSessionState struct {
// contains filtered or unexported fields
}
WebViewSessionState is a wrapper around the C record WebKitWebViewSessionState.
func WebViewSessionStateNewFromC ¶
func WebViewSessionStateNewFromC(u unsafe.Pointer) *WebViewSessionState
func (*WebViewSessionState) Equals ¶
func (recv *WebViewSessionState) Equals(other *WebViewSessionState) bool
Equals compares this WebViewSessionState with another WebViewSessionState, and returns true if they represent the same GObject.
func (*WebViewSessionState) ToC ¶
func (recv *WebViewSessionState) ToC() unsafe.Pointer
type WebViewSignalCloseCallback ¶
type WebViewSignalCloseCallback func(targetObject *WebView)
WebViewSignalCloseCallback is a callback function for a 'close' signal emitted from a WebView.
type WebViewSignalContextMenuDismissedCallback ¶
type WebViewSignalContextMenuDismissedCallback func(targetObject *WebView)
WebViewSignalContextMenuDismissedCallback is a callback function for a 'context-menu-dismissed' signal emitted from a WebView.
type WebViewSignalCreateCallback ¶
type WebViewSignalCreateCallback func(targetObject *WebView, navigationAction *NavigationAction) gtk.Widget
WebViewSignalCreateCallback is a callback function for a 'create' signal emitted from a WebView.
type WebViewSignalDecidePolicyCallback ¶
type WebViewSignalDecidePolicyCallback func(targetObject *WebView, decision *PolicyDecision, decisionType PolicyDecisionType) bool
WebViewSignalDecidePolicyCallback is a callback function for a 'decide-policy' signal emitted from a WebView.
type WebViewSignalEnterFullscreenCallback ¶
WebViewSignalEnterFullscreenCallback is a callback function for a 'enter-fullscreen' signal emitted from a WebView.
type WebViewSignalInsecureContentDetectedCallback ¶
type WebViewSignalInsecureContentDetectedCallback func(targetObject *WebView, event InsecureContentEvent)
WebViewSignalInsecureContentDetectedCallback is a callback function for a 'insecure-content-detected' signal emitted from a WebView.
type WebViewSignalLeaveFullscreenCallback ¶
WebViewSignalLeaveFullscreenCallback is a callback function for a 'leave-fullscreen' signal emitted from a WebView.
type WebViewSignalLoadChangedCallback ¶
WebViewSignalLoadChangedCallback is a callback function for a 'load-changed' signal emitted from a WebView.
type WebViewSignalLoadFailedCallback ¶
type WebViewSignalLoadFailedCallback func(targetObject *WebView, loadEvent LoadEvent, failingUri string, error *glib.Error) bool
WebViewSignalLoadFailedCallback is a callback function for a 'load-failed' signal emitted from a WebView.
type WebViewSignalMouseTargetChangedCallback ¶
type WebViewSignalMouseTargetChangedCallback func(targetObject *WebView, hitTestResult *HitTestResult, modifiers uint32)
WebViewSignalMouseTargetChangedCallback is a callback function for a 'mouse-target-changed' signal emitted from a WebView.
type WebViewSignalPermissionRequestCallback ¶
type WebViewSignalPermissionRequestCallback func(targetObject *WebView, request *PermissionRequest) bool
WebViewSignalPermissionRequestCallback is a callback function for a 'permission-request' signal emitted from a WebView.
type WebViewSignalPrintCallback ¶
type WebViewSignalPrintCallback func(targetObject *WebView, printOperation *PrintOperation) bool
WebViewSignalPrintCallback is a callback function for a 'print' signal emitted from a WebView.
type WebViewSignalReadyToShowCallback ¶
type WebViewSignalReadyToShowCallback func(targetObject *WebView)
WebViewSignalReadyToShowCallback is a callback function for a 'ready-to-show' signal emitted from a WebView.
type WebViewSignalResourceLoadStartedCallback ¶
type WebViewSignalResourceLoadStartedCallback func(targetObject *WebView, resource *WebResource, request *URIRequest)
WebViewSignalResourceLoadStartedCallback is a callback function for a 'resource-load-started' signal emitted from a WebView.
type WebViewSignalRunAsModalCallback ¶
type WebViewSignalRunAsModalCallback func(targetObject *WebView)
WebViewSignalRunAsModalCallback is a callback function for a 'run-as-modal' signal emitted from a WebView.
type WebViewSignalRunFileChooserCallback ¶
type WebViewSignalRunFileChooserCallback func(targetObject *WebView, request *FileChooserRequest) bool
WebViewSignalRunFileChooserCallback is a callback function for a 'run-file-chooser' signal emitted from a WebView.
type WebViewSignalScriptDialogCallback ¶
type WebViewSignalScriptDialogCallback func(targetObject *WebView, dialog *ScriptDialog) bool
WebViewSignalScriptDialogCallback is a callback function for a 'script-dialog' signal emitted from a WebView.
type WebViewSignalSubmitFormCallback ¶
type WebViewSignalSubmitFormCallback func(targetObject *WebView, request *FormSubmissionRequest)
WebViewSignalSubmitFormCallback is a callback function for a 'submit-form' signal emitted from a WebView.
type WebViewSignalWebProcessCrashedCallback ¶
WebViewSignalWebProcessCrashedCallback is a callback function for a 'web-process-crashed' signal emitted from a WebView.
type WebsiteData ¶
type WebsiteData struct {
// contains filtered or unexported fields
}
WebsiteData is a wrapper around the C record WebKitWebsiteData.
func WebsiteDataNewFromC ¶
func WebsiteDataNewFromC(u unsafe.Pointer) *WebsiteData
func (*WebsiteData) Equals ¶
func (recv *WebsiteData) Equals(other *WebsiteData) bool
Equals compares this WebsiteData with another WebsiteData, and returns true if they represent the same GObject.
func (*WebsiteData) ToC ¶
func (recv *WebsiteData) ToC() unsafe.Pointer
type WebsiteDataManager ¶
type WebsiteDataManager struct {
// contains filtered or unexported fields
}
WebsiteDataManager is a wrapper around the C record WebKitWebsiteDataManager.
func CastToWebsiteDataManager ¶
func CastToWebsiteDataManager(object *gobject.Object) *WebsiteDataManager
CastToWidget down casts any arbitrary Object to WebsiteDataManager. Exercise care, as this is a potentially dangerous function if the Object is not a WebsiteDataManager.
func WebsiteDataManagerNewFromC ¶
func WebsiteDataManagerNewFromC(u unsafe.Pointer) *WebsiteDataManager
func (*WebsiteDataManager) Equals ¶
func (recv *WebsiteDataManager) Equals(other *WebsiteDataManager) bool
Equals compares this WebsiteDataManager with another WebsiteDataManager, and returns true if they represent the same GObject.
func (*WebsiteDataManager) Object ¶
func (recv *WebsiteDataManager) Object() *gobject.Object
Object upcasts to *Object
func (*WebsiteDataManager) ToC ¶
func (recv *WebsiteDataManager) ToC() unsafe.Pointer
type WebsiteDataManagerClass ¶
type WebsiteDataManagerClass struct {
// contains filtered or unexported fields
}
WebsiteDataManagerClass is a wrapper around the C record WebKitWebsiteDataManagerClass.
func WebsiteDataManagerClassNewFromC ¶
func WebsiteDataManagerClassNewFromC(u unsafe.Pointer) *WebsiteDataManagerClass
func (*WebsiteDataManagerClass) Equals ¶
func (recv *WebsiteDataManagerClass) Equals(other *WebsiteDataManagerClass) bool
Equals compares this WebsiteDataManagerClass with another WebsiteDataManagerClass, and returns true if they represent the same GObject.
func (*WebsiteDataManagerClass) ToC ¶
func (recv *WebsiteDataManagerClass) ToC() unsafe.Pointer
type WebsiteDataManagerPrivate ¶
type WebsiteDataManagerPrivate struct {
// contains filtered or unexported fields
}
WebsiteDataManagerPrivate is a wrapper around the C record WebKitWebsiteDataManagerPrivate.
func WebsiteDataManagerPrivateNewFromC ¶
func WebsiteDataManagerPrivateNewFromC(u unsafe.Pointer) *WebsiteDataManagerPrivate
func (*WebsiteDataManagerPrivate) Equals ¶
func (recv *WebsiteDataManagerPrivate) Equals(other *WebsiteDataManagerPrivate) bool
Equals compares this WebsiteDataManagerPrivate with another WebsiteDataManagerPrivate, and returns true if they represent the same GObject.
func (*WebsiteDataManagerPrivate) ToC ¶
func (recv *WebsiteDataManagerPrivate) ToC() unsafe.Pointer
type WindowProperties ¶
type WindowProperties struct {
// contains filtered or unexported fields
}
WindowProperties is a wrapper around the C record WebKitWindowProperties.
func CastToWindowProperties ¶
func CastToWindowProperties(object *gobject.Object) *WindowProperties
CastToWidget down casts any arbitrary Object to WindowProperties. Exercise care, as this is a potentially dangerous function if the Object is not a WindowProperties.
func WindowPropertiesNewFromC ¶
func WindowPropertiesNewFromC(u unsafe.Pointer) *WindowProperties
func (*WindowProperties) Equals ¶
func (recv *WindowProperties) Equals(other *WindowProperties) bool
Equals compares this WindowProperties with another WindowProperties, and returns true if they represent the same GObject.
func (*WindowProperties) GetFullscreen ¶
func (recv *WindowProperties) GetFullscreen() bool
GetFullscreen is a wrapper around the C function webkit_window_properties_get_fullscreen.
func (*WindowProperties) GetGeometry ¶
func (recv *WindowProperties) GetGeometry() *gdk.Rectangle
GetGeometry is a wrapper around the C function webkit_window_properties_get_geometry.
func (*WindowProperties) GetLocationbarVisible ¶
func (recv *WindowProperties) GetLocationbarVisible() bool
GetLocationbarVisible is a wrapper around the C function webkit_window_properties_get_locationbar_visible.
func (*WindowProperties) GetMenubarVisible ¶
func (recv *WindowProperties) GetMenubarVisible() bool
GetMenubarVisible is a wrapper around the C function webkit_window_properties_get_menubar_visible.
func (*WindowProperties) GetResizable ¶
func (recv *WindowProperties) GetResizable() bool
GetResizable is a wrapper around the C function webkit_window_properties_get_resizable.
func (*WindowProperties) GetScrollbarsVisible ¶
func (recv *WindowProperties) GetScrollbarsVisible() bool
GetScrollbarsVisible is a wrapper around the C function webkit_window_properties_get_scrollbars_visible.
func (*WindowProperties) GetStatusbarVisible ¶
func (recv *WindowProperties) GetStatusbarVisible() bool
GetStatusbarVisible is a wrapper around the C function webkit_window_properties_get_statusbar_visible.
func (*WindowProperties) GetToolbarVisible ¶
func (recv *WindowProperties) GetToolbarVisible() bool
GetToolbarVisible is a wrapper around the C function webkit_window_properties_get_toolbar_visible.
func (*WindowProperties) Object ¶
func (recv *WindowProperties) Object() *gobject.Object
Object upcasts to *Object
func (*WindowProperties) ToC ¶
func (recv *WindowProperties) ToC() unsafe.Pointer
type WindowPropertiesClass ¶
type WindowPropertiesClass struct {
// contains filtered or unexported fields
}
WindowPropertiesClass is a wrapper around the C record WebKitWindowPropertiesClass.
func WindowPropertiesClassNewFromC ¶
func WindowPropertiesClassNewFromC(u unsafe.Pointer) *WindowPropertiesClass
func (*WindowPropertiesClass) Equals ¶
func (recv *WindowPropertiesClass) Equals(other *WindowPropertiesClass) bool
Equals compares this WindowPropertiesClass with another WindowPropertiesClass, and returns true if they represent the same GObject.
func (*WindowPropertiesClass) ToC ¶
func (recv *WindowPropertiesClass) ToC() unsafe.Pointer
type WindowPropertiesPrivate ¶
type WindowPropertiesPrivate struct {
// contains filtered or unexported fields
}
WindowPropertiesPrivate is a wrapper around the C record WebKitWindowPropertiesPrivate.
func WindowPropertiesPrivateNewFromC ¶
func WindowPropertiesPrivateNewFromC(u unsafe.Pointer) *WindowPropertiesPrivate
func (*WindowPropertiesPrivate) Equals ¶
func (recv *WindowPropertiesPrivate) Equals(other *WindowPropertiesPrivate) bool
Equals compares this WindowPropertiesPrivate with another WindowPropertiesPrivate, and returns true if they represent the same GObject.
func (*WindowPropertiesPrivate) ToC ¶
func (recv *WindowPropertiesPrivate) ToC() unsafe.Pointer