gi-soup-2.4.15: Libsoup 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.Soup.Objects.RequestFile

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

class GObject o => IsRequestFile o Source #

Type class for types which can be safely cast to RequestFile, for instance with toRequestFile.

toRequestFile :: (MonadIO m, IsRequestFile o) => o -> m RequestFile Source #

Cast to RequestFile, for types for which this is known to be safe. For general casts, use castTo.

Methods

getFile

requestFileGetFile Source #

Arguments

:: (HasCallStack, MonadIO m, IsRequestFile a) 
=> a

file: a RequestFile

-> m File

Returns: a File corresponding to file

Gets a File corresponding to file's URI

Since: 2.40