1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-23 10:27:51 +02:00

Fix error in GSimpleAsyncResult example

This commit is contained in:
Emilio Pozuelo Monfort
2010-12-07 17:45:06 +01:00
committed by Emilio Pozuelo Monfort
parent f5c3e0d3d5
commit 85adbc99bf

@@ -187,7 +187,7 @@
* return;
* }
*
* _baker_prepare_cake (self, radius, baked_cb, user_data);
* _baker_prepare_cake (self, radius, baked_cb, simple);
* }
*
* Cake *