Document guess_content_type_sync

svn path=/trunk/; revision=7428
This commit is contained in:
Matthias Clasen 2008-09-02 17:37:51 +00:00
parent 4c2ca6d3f4
commit 4f1e575f30
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-09-02 Matthias Clasen <mclasen@redhat.com>
* gmount.h: Document guess_content_type sync vfunc.
2008-09-02 Michael Natterer <mitch@imendio.com>
* gbufferedoutputstream.h (struct _GBufferedOutputStreamClass):

View File

@ -62,6 +62,7 @@ typedef struct _GMountIface GMountIface;
* See g_mount_guess_content_type() for more information on content
* type guessing. This operation was added in 2.18.
* @guess_content_type_finish: Finishes a contenet type guessing operation.
* @guess_content_type_sync: Synchronous variant of @guess_content_type.
*
* Interface for implementing operations for mounts.
**/