summaryrefslogtreecommitdiff
path: root/gio/goutputstream.h
diff options
context:
space:
mode:
authorPavel Holejsovsky <pholejs@src.gnome.org>2010-12-17 16:24:33 +0100
committerPavel Holejsovsky <pholejs@src.gnome.org>2010-12-17 16:29:05 +0100
commit89b558077f97c630c5b26b3527a6c7d0515f1f2c (patch)
tree6e8d1234fcf68f393ec6ceefc9c577afb1daf1e4 /gio/goutputstream.h
parent101dcecb1f1c53041c228cd4f5c4580743a7362a (diff)
[gi] Add annotations for GFile, G[File]{Input|Output|IO}Stream.
Also make parameter names in virtual function declarations consistent to silent g-ir-scanner.
Diffstat (limited to 'gio/goutputstream.h')
-rw-r--r--gio/goutputstream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/goutputstream.h b/gio/goutputstream.h
index e28bded85..995d0dd44 100644
--- a/gio/goutputstream.h
+++ b/gio/goutputstream.h
@@ -100,7 +100,7 @@ struct _GOutputStreamClass
int io_priority,
GCancellable *cancellable,
GAsyncReadyCallback callback,
- gpointer data);
+ gpointer user_data);
gssize (* splice_finish) (GOutputStream *stream,
GAsyncResult *result,
GError **error);