More doc updates

svn path=/trunk/; revision=6212
This commit is contained in:
Matthias Clasen 2007-12-30 05:22:33 +00:00
parent d285f28401
commit b0f4fcc272
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
2007-12-30 Matthias Clasen <mclasen@redhat.com>
* gmount.h:
* gdesktopappinfo.c:
* gvolumemonitor.c:
* gfileinfo.c: Documentation updates.

View 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.
**/