mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 13:06:14 +01:00
cancellable: Minor fix to docs
The code uses "my_data", not "data" everywhere else.
This commit is contained in:
parent
83605e2d0a
commit
140fa7ee46
@ -122,7 +122,7 @@ g_cancellable_class_init (GCancellableClass *klass)
|
|||||||
* if (cancellable)
|
* if (cancellable)
|
||||||
* id = g_cancellable_connect (cancellable,
|
* id = g_cancellable_connect (cancellable,
|
||||||
* G_CALLBACK (cancelled_handler)
|
* G_CALLBACK (cancelled_handler)
|
||||||
* data, NULL);
|
* my_data, NULL);
|
||||||
*
|
*
|
||||||
* /<!-- -->* cancellable operation here... *<!-- -->/
|
* /<!-- -->* cancellable operation here... *<!-- -->/
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user