More doc updates
authorMatthias Clasen <matthiasc@src.gnome.org>
Sun, 30 Dec 2007 05:22:33 +0000 (05:22 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 30 Dec 2007 05:22:33 +0000 (05:22 +0000)
svn path=/trunk/; revision=6212

gio/ChangeLog
gio/gmount.h

index 725b7c0..963b1a4 100644 (file)
@@ -1,5 +1,6 @@
 2007-12-30  Matthias Clasen  <mclasen@redhat.com> 
 
+       * gmount.h:
        * gdesktopappinfo.c:
        * gvolumemonitor.c: 
        * gfileinfo.c: Documentation updates.
index 6b31493..8681854 100644 (file)
@@ -72,6 +72,8 @@ typedef struct _GMountIface    GMountIface;
  * @unmount_finish: Finishes an unmounting operation.
  * @eject: Starts ejecting a #GMount.
  * @eject_finish: Finishes an eject operation.
+ * @remount: Starts remounting a #GMount.
+ * @remount_finish: Finishes a remounting operation.
  * 
  * Interface for implementing operations for mounts.
  **/