summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call.h
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2008-09-15 14:53:54 +0100
committerRob Bradford <rob@linux.intel.com>2008-09-15 14:53:54 +0100
commit8aa62b28966e198f1b078c93c2d0b52cc51e6937 (patch)
tree5645977538c67056cbeb99fa699bcafa7fb84874 /rest/rest-proxy-call.h
parenta3cd7e61b6d202737fa78c6841c627ee73ef8cff (diff)
downloadlibrest-8aa62b28966e198f1b078c93c2d0b52cc51e6937.tar.gz
Add a prepare() vfunc to RestProxy which is called before invocation
Diffstat (limited to 'rest/rest-proxy-call.h')
-rw-r--r--rest/rest-proxy-call.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rest/rest-proxy-call.h b/rest/rest-proxy-call.h
index 32fec1d..777ab8e 100644
--- a/rest/rest-proxy-call.h
+++ b/rest/rest-proxy-call.h
@@ -28,6 +28,7 @@ typedef struct {
typedef struct {
GObjectClass parent_class;
+ gboolean (*prepare)(RestProxyCall *call, GError **error);
} RestProxyCallClass;
GType rest_proxy_call_get_type (void);