Remove warning in g_simple_async_result_complete
authorAlexander Larsson <alexl@redhat.com>
Mon, 7 Sep 2009 08:25:14 +0000 (10:25 +0200)
committerAlexander Larsson <alexl@redhat.com>
Mon, 7 Sep 2009 08:25:14 +0000 (10:25 +0200)
commit06de24f430d4b43733dec63ca0b840d129a716e2
tree6a2e1afa9d11ccc8caa367bdf71a5288fec24948
parent034d516160ffacbb805ad28cfdb848134f26c1dc
Remove warning in g_simple_async_result_complete

This warning hits code that uses GSimpleAsyncResult outside of a
mainloop as a helper object. For instance EggDBus does this.
Since the bugs this warning would fix are pretty easy to spot
and since EggDBus is deployed already we just remove the
"called from outside main loop" warning.

However, we need to keep the "called from wrong context" warning
as that is very helpful when debugging misuse of the new multiple
main context code.
gio/gsimpleasyncresult.c