diff options
-rw-r--r-- | rest/facebook-proxy-call.h | 3 | ||||
-rw-r--r-- | rest/facebook-proxy.h | 3 | ||||
-rw-r--r-- | rest/flickr-proxy-call.h | 3 | ||||
-rw-r--r-- | rest/flickr-proxy.h | 3 | ||||
-rw-r--r-- | rest/oauth-proxy-call.h | 3 | ||||
-rw-r--r-- | rest/oauth-proxy.h | 3 |
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; /** |