summaryrefslogtreecommitdiff
path: root/rest
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-10-08 12:16:37 +0100
committerRoss Burton <ross@linux.intel.com>2009-10-08 12:16:37 +0100
commit22c1629d2db9854c606a920d8d38d328d7c2f885 (patch)
tree9a3c8e18bd62c858fc17a542fb9bf7b761ecf0ed /rest
parent0da66218fbffe7020a34bc2caed7f5ac491a74fe (diff)
downloadlibrest-22c1629d2db9854c606a920d8d38d328d7c2f885.tar.gz
Add more class padding
Diffstat (limited to 'rest')
-rw-r--r--rest/facebook-proxy-call.h3
-rw-r--r--rest/facebook-proxy.h3
-rw-r--r--rest/flickr-proxy-call.h3
-rw-r--r--rest/flickr-proxy.h3
-rw-r--r--rest/oauth-proxy-call.h3
-rw-r--r--rest/oauth-proxy.h3
6 files changed, 18 insertions, 0 deletions
diff --git a/rest/facebook-proxy-call.h b/rest/facebook-proxy-call.h
index c81f6ff..9f97ad7 100644
--- a/rest/facebook-proxy-call.h
+++ b/rest/facebook-proxy-call.h
@@ -55,6 +55,9 @@ typedef struct {
typedef struct {
RestProxyCallClass parent_class;
+ /*< private >*/
+ /* padding for future expansion */
+ gpointer _padding_dummy[8];
} FacebookProxyCallClass;
GType facebook_proxy_call_get_type (void);
diff --git a/rest/facebook-proxy.h b/rest/facebook-proxy.h
index 6e6273b..cdee905 100644
--- a/rest/facebook-proxy.h
+++ b/rest/facebook-proxy.h
@@ -58,6 +58,9 @@ typedef struct {
typedef struct {
RestProxyClass parent_class;
+ /*< private >*/
+ /* padding for future expansion */
+ gpointer _padding_dummy[8];
} FacebookProxyClass;
GType facebook_proxy_get_type (void);
diff --git a/rest/flickr-proxy-call.h b/rest/flickr-proxy-call.h
index be96bd1..195886e 100644
--- a/rest/flickr-proxy-call.h
+++ b/rest/flickr-proxy-call.h
@@ -55,6 +55,9 @@ typedef struct {
typedef struct {
RestProxyCallClass parent_class;
+ /*< private >*/
+ /* padding for future expansion */
+ gpointer _padding_dummy[8];
} FlickrProxyCallClass;
GType flickr_proxy_call_get_type (void);
diff --git a/rest/flickr-proxy.h b/rest/flickr-proxy.h
index 9369434..736056c 100644
--- a/rest/flickr-proxy.h
+++ b/rest/flickr-proxy.h
@@ -59,6 +59,9 @@ typedef struct {
typedef struct {
RestProxyClass parent_class;
+ /*< private >*/
+ /* padding for future expansion */
+ gpointer _padding_dummy[8];
} FlickrProxyClass;
#define FLICKR_PROXY_ERROR flickr_proxy_error_quark()
diff --git a/rest/oauth-proxy-call.h b/rest/oauth-proxy-call.h
index 49b4928..7ccb818 100644
--- a/rest/oauth-proxy-call.h
+++ b/rest/oauth-proxy-call.h
@@ -55,6 +55,9 @@ typedef struct {
typedef struct {
RestProxyCallClass parent_class;
+ /*< private >*/
+ /* padding for future expansion */
+ gpointer _padding_dummy[8];
} OAuthProxyCallClass;
GType oauth_proxy_call_get_type (void);
diff --git a/rest/oauth-proxy.h b/rest/oauth-proxy.h
index 7ba2309..0d63f60 100644
--- a/rest/oauth-proxy.h
+++ b/rest/oauth-proxy.h
@@ -55,6 +55,9 @@ typedef struct {
typedef struct {
RestProxyClass parent_class;
+ /*< private >*/
+ /* padding for future expansion */
+ gpointer _padding_dummy[8];
} OAuthProxyClass;
/**