1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-22 01:47:52 +02:00

cancellable: Minor fix to docs

The code uses "my_data", not "data" everywhere else.
This commit is contained in:
Alexander Larsson
2013-09-23 09:11:04 +02:00
parent 83605e2d0a
commit 140fa7ee46

@@ -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... *<!-- -->/
*