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

View File

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