summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call.h
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-10-08 12:12:11 +0100
committerRoss Burton <ross@linux.intel.com>2009-10-08 12:12:11 +0100
commitd27c340ae9427b4ae9ad55d7d6e044b163b54ba1 (patch)
tree4e214f29372cf3de587d472d17a8a3bc008b96df /rest/rest-proxy-call.h
parent79c88cadb16c3eae9b13a4dc84995872eaa38f86 (diff)
downloadlibrest-d27c340ae9427b4ae9ad55d7d6e044b163b54ba1.tar.gz
Add 8 padding pointers for future use to the core class structs
Diffstat (limited to 'rest/rest-proxy-call.h')
-rw-r--r--rest/rest-proxy-call.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/rest/rest-proxy-call.h b/rest/rest-proxy-call.h
index 3360156..62da6a0 100644
--- a/rest/rest-proxy-call.h
+++ b/rest/rest-proxy-call.h
@@ -69,6 +69,10 @@ typedef struct {
GObjectClass parent_class;
/*< public >*/
gboolean (*prepare)(RestProxyCall *call, GError **error);
+
+ /*< private >*/
+ /* padding for future expansion */
+ gpointer _padding_dummy[8];
} RestProxyCallClass;
#define REST_PROXY_CALL_ERROR rest_proxy_call_error_quark ()