summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-04-23 16:03:07 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2016-06-20 12:39:44 +0200
commit4ea1fca79b719d5f7c5458d96bce9b62a762c715 (patch)
tree3e1f556ba5fbc46a8df1f7814b2311f3acf59a2c /rest/rest-proxy-call.h
parente7b3ed2cc407d34a3e35d59f3c13d68c9e682c0d (diff)
downloadlibrest-4ea1fca79b719d5f7c5458d96bce9b62a762c715.tar.gz
RestProxyCall: Use G_DEFINE_TYPE_WITH_PRIVATE
Diffstat (limited to 'rest/rest-proxy-call.h')
-rw-r--r--rest/rest-proxy-call.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/rest/rest-proxy-call.h b/rest/rest-proxy-call.h
index 9671664..0c37e7c 100644
--- a/rest/rest-proxy-call.h
+++ b/rest/rest-proxy-call.h
@@ -46,7 +46,6 @@ G_BEGIN_DECLS
#define REST_PROXY_CALL_GET_CLASS(obj) \
(G_TYPE_INSTANCE_GET_CLASS ((obj), REST_TYPE_PROXY_CALL, RestProxyCallClass))
-typedef struct _RestProxyCallPrivate RestProxyCallPrivate;
/**
* RestProxyCall:
@@ -55,7 +54,6 @@ typedef struct _RestProxyCallPrivate RestProxyCallPrivate;
*/
typedef struct {
GObject parent;
- RestProxyCallPrivate *priv;
} RestProxyCall;
/**