From: Matthias Clasen Date: Sun, 30 Dec 2007 05:22:33 +0000 (+0000) Subject: More doc updates X-Git-Tag: GLIB_2_15_1~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0f4fcc2724e69bf7bba2638f35de58fcb3b6f6a;p=platform%2Fupstream%2Fglib.git More doc updates svn path=/trunk/; revision=6212 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index 725b7c0..963b1a4 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,5 +1,6 @@ 2007-12-30 Matthias Clasen + * gmount.h: * gdesktopappinfo.c: * gvolumemonitor.c: * gfileinfo.c: Documentation updates. diff --git a/gio/gmount.h b/gio/gmount.h index 6b31493..8681854 100644 --- a/gio/gmount.h +++ b/gio/gmount.h @@ -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. **/