summaryrefslogtreecommitdiff
path: root/rest-extras/youtube-proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'rest-extras/youtube-proxy.c')
-rw-r--r--rest-extras/youtube-proxy.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/rest-extras/youtube-proxy.c b/rest-extras/youtube-proxy.c
index 08faca4..fe43ea3 100644
--- a/rest-extras/youtube-proxy.c
+++ b/rest-extras/youtube-proxy.c
@@ -392,10 +392,11 @@ _message_wrote_data_cb (SoupMessage *msg,
* youtube_proxy_upload_async:
* @self: a #YoutubeProxy
* @filename: filename
- * @fields: fields
+ * @fields: (element-type utf8 utf8): fields
* @incomplete: incomplete
- * @callback: (scope async): callback to invoke upon completion
- * @weak_object: an object instance used to tie the life cycle of the proxy to
+ * @callback: (scope call): callback to invoke upon completion
+ * @weak_object: (nullable): an object instance used to tie the life cycle of
+ * the proxy to
* @user_data: user data to pass to the callback
* @error: a #GError pointer, or %NULL
*