Portability | portable (depends on GHC) |
---|---|
Stability | provisional |
Maintainer | gtk2hs-users@lists.sourceforge.net |
Safe Haskell | None |
The response given to a network request
- data NetworkResponse
- class GObjectClass o => NetworkResponseClass o
- networkResponseSetUri :: NetworkResponseClass self => self -> String -> IO ()
- networkResponseGetUri :: NetworkResponseClass self => self -> IO (Maybe String)
Description
This class represents the network related aspects of a navigation response.
Types
data NetworkResponse Source
Methods
:: NetworkResponseClass self | |
=> self | |
-> String |
|
-> IO () |
Set the URI of NetworkResponse
.
:: NetworkResponseClass self | |
=> self | |
-> IO (Maybe String) | the URI or |
Return the uri of NetworkResponse
.