projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83605e2
)
cancellable: Minor fix to docs
author
Alexander Larsson
<alexl@redhat.com>
Mon, 23 Sep 2013 07:11:04 +0000
(09:11 +0200)
committer
Alexander Larsson
<alexl@redhat.com>
Mon, 23 Sep 2013 07:11:04 +0000
(09:11 +0200)
The code uses "my_data", not "data" everywhere else.
gio/gcancellable.c
patch
|
blob
|
history
diff --git
a/gio/gcancellable.c
b/gio/gcancellable.c
index 6207ae8ac26298fadb351a371ad8d86b375d010b..4522a418b3feeece7c2f3d204cd19520703e79c5 100644
(file)
--- a/
gio/gcancellable.c
+++ b/
gio/gcancellable.c
@@
-122,7
+122,7
@@
g_cancellable_class_init (GCancellableClass *klass)
* if (cancellable)
* id = g_cancellable_connect (cancellable,
* G_CALLBACK (cancelled_handler)
- * data, NULL);
+ *
my_
data, NULL);
*
* /<!-- -->* cancellable operation here... *<!-- -->/
*