diff options
author | Ross Burton <ross@linux.intel.com> | 2009-05-14 18:53:24 +0100 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2009-05-15 08:30:53 +0100 |
commit | 571b9ec668bd731c9f6adb4a98432fbf7f7c401b (patch) | |
tree | 1b7da378a5e84a0ffc2ed9db98e4562c92a33f15 /rest/oauth-proxy-call.h | |
parent | 5c551d79e2881adc54156d43009d6919e5688c57 (diff) |
Add basic OAuthProxy documentation
Diffstat (limited to 'rest/oauth-proxy-call.h')
-rw-r--r-- | rest/oauth-proxy-call.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rest/oauth-proxy-call.h b/rest/oauth-proxy-call.h index 521db4c..4379af2 100644 --- a/rest/oauth-proxy-call.h +++ b/rest/oauth-proxy-call.h @@ -44,6 +44,11 @@ G_BEGIN_DECLS #define OAUTH_PROXY_CALL_GET_CLASS(obj) \ (G_TYPE_INSTANCE_GET_CLASS ((obj), OAUTH_TYPE_PROXY_CALL, OAuthProxyCallClass)) +/** + * OAuthProxyCall: + * + * #OAuthProxyCall has no publicly available members. + */ typedef struct { RestProxyCall parent; } OAuthProxyCall; |