For async functions that have no non-async version, document that the

2008-01-15  Murray Cumming  <murrayc@murrayc.com>

* gdrive.c:
* gfile.c:
* gmount.c:
* gvolume.c: For async functions that have no non-async 
version, document that the GAsyncReadyCallback may be NULL.
Bug #509626.

svn path=/trunk/; revision=6318
This commit is contained in:
Murray Cumming
2008-01-15 14:08:41 +00:00
committed by Murray Cumming
parent 9d0f6b8f94
commit 218827445d
5 changed files with 20 additions and 11 deletions

View File

@@ -1,3 +1,12 @@
2008-01-15 Murray Cumming <murrayc@murrayc.com>
* gdrive.c:
* gfile.c:
* gmount.c:
* gvolume.c: For async functions that have no non-async
version, document that the GAsyncReadyCallback may be NULL.
Bug #509626.
2008-01-15 Alexander Larsson <alexl@redhat.com>
* gmemoryinputstream.c: