mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-11 11:44:03 +02:00
cancellable: Minor fix to docs
The code uses "my_data", not "data" everywhere else.
This commit is contained in:
@@ -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... *<!-- -->/
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user