rest-0.7
Description:
A helper library for RESTful services.
Warning: This package is deprecated!
- C-Documentation: https://developer-old.gnome.org/rest/unstable/
- Devhelp-Package download
- Example listing
Content:
Namespaces:
- Rest
- OAuth2Proxy - OAuth2Proxy has no publicly available members.
- OAuth2ProxyCall - OAuth2ProxyCall has no publicly available members.
- OAuthProxy - OAuthProxy has no publicly available members.
- OAuthProxyCall - OAuthProxyCall has no publicly available members.
- Param
- Params
- ParamsIter
- Proxy - Proxy has no publicly available members.
- ProxyAuth - ProxyAuth has no publicly available members.
- ProxyCall - ProxyCall has no publicly available members.
- XmlNode -
- XmlParser -
- MemoryUse
- OAuthSignatureMethod - The signature method to use when signing method calls.
- ProxyCallError - Error domain used when returning errors from ProxyCall.
- ProxyError - Error domain used when returning errors from a Proxy.
- public delegate void OAuthProxyAuthCallback (OAuthProxy proxy, Error? error, Object? weak_object)
Callback from request_token_async and access_token_async.
- public delegate void ProxyCallAsyncCallback (ProxyCall call, Error? error, Object? weak_object)
- public delegate void ProxyCallContinuousCallback (ProxyCall call, string buf, size_t len, Error? error, Object? weak_object)
- public delegate void ProxyCallUploadCallback (ProxyCall call, size_t total, size_t uploaded, Error? error, Object? weak_object)
- public Quark proxy_call_error_quark ()
- public Quark proxy_error_quark ()