gi-webkit2-0.2.10.13: WebKit2 bindings

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

GI.WebKit2.Objects.FileChooserRequest

Contents

Description

 

Synopsis

Exported types

Methods

fileChooserRequestCancel

fileChooserRequestGetMimeTypes

fileChooserRequestGetMimeTypesFilter

fileChooserRequestGetSelectMultiple

fileChooserRequestGetSelectedFiles

fileChooserRequestSelectFiles

Properties

Filter

MimeTypes

data FileChooserRequestMimeTypesPropertyInfo Source

SelectMultiple

data FileChooserRequestSelectMultiplePropertyInfo Source

Instances

AttrInfo FileChooserRequestSelectMultiplePropertyInfo Source 
type AttrLabel FileChooserRequestSelectMultiplePropertyInfo = "select-multiple" Source 
type AttrGetType FileChooserRequestSelectMultiplePropertyInfo = Bool Source 
type AttrBaseTypeConstraint FileChooserRequestSelectMultiplePropertyInfo = FileChooserRequestK Source 
type AttrSetTypeConstraint FileChooserRequestSelectMultiplePropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps FileChooserRequestSelectMultiplePropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

SelectedFiles

data FileChooserRequestSelectedFilesPropertyInfo Source

Instances

AttrInfo FileChooserRequestSelectedFilesPropertyInfo Source 
type AttrLabel FileChooserRequestSelectedFilesPropertyInfo = "selected-files" Source 
type AttrGetType FileChooserRequestSelectedFilesPropertyInfo = [Text] Source 
type AttrBaseTypeConstraint FileChooserRequestSelectedFilesPropertyInfo = FileChooserRequestK Source 
type AttrSetTypeConstraint FileChooserRequestSelectedFilesPropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps FileChooserRequestSelectedFilesPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source