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