_simple_async_result_is_valid: allow tag to be NULL
authorWill Thompson <will@willthompson.co.uk>
Sat, 14 Aug 2010 03:15:27 +0000 (23:15 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 14 Aug 2010 03:15:27 +0000 (23:15 -0400)
commitec31612ea00e2babd5d6b02d65966164594a03f8
treef2f66ac39e455fad48133e168469721aa7c99618
parentc29d800d84d446d3762329815824a8be269c969b
_simple_async_result_is_valid: allow tag to be NULL

Because g_simple_async_report_[g]error_in_idle() don't take a source tag
parameter, code that uses them can't currently use
g_simple_async_result_is_valid() (at least, not for the error case).

Bug 602417
gio/gsimpleasyncresult.c