Document guess_content_type_sync
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 2 Sep 2008 17:37:51 +0000 (17:37 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 2 Sep 2008 17:37:51 +0000 (17:37 +0000)
svn path=/trunk/; revision=7428

gio/ChangeLog
gio/gmount.h

index 2ad074d..ba3dcf2 100644 (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):
index 6f0213d..969d94e 100644 (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.
  **/