summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call.h
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2012-05-03 18:36:46 -0700
committerEvan Nemerson <evan@coeus-group.com>2012-05-03 18:42:34 -0700
commit8ea1394b7bf9338ad0a8f504920e43698afb97d3 (patch)
tree3289931b883b4a5daa5af06842117ef9534017ef /rest/rest-proxy-call.h
parentb449fd9067cc4267057ef751032dcf0225e6e51d (diff)
downloadlibrest-8ea1394b7bf9338ad0a8f504920e43698afb97d3.tar.gz
assorted introspection fixes
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=675213
Diffstat (limited to 'rest/rest-proxy-call.h')
-rw-r--r--rest/rest-proxy-call.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rest/rest-proxy-call.h b/rest/rest-proxy-call.h
index b2603f9..1e96afd 100644
--- a/rest/rest-proxy-call.h
+++ b/rest/rest-proxy-call.h
@@ -179,7 +179,7 @@ typedef void (*RestProxyCallContinuousCallback) (RestProxyCall *call,
gpointer userdata);
gboolean rest_proxy_call_continuous (RestProxyCall *call,
- RestProxyCallContinuousCallback cb,
+ RestProxyCallContinuousCallback callback,
GObject *weak_object,
gpointer userdata,
GError **error);
@@ -192,7 +192,7 @@ typedef void (*RestProxyCallUploadCallback) (RestProxyCall *call,
gpointer userdata);
gboolean rest_proxy_call_upload (RestProxyCall *call,
- RestProxyCallUploadCallback cb,
+ RestProxyCallUploadCallback callback,
GObject *weak_object,
gpointer userdata,
GError **error);