From: Matthias Clasen Date: Wed, 19 Mar 2008 20:54:49 +0000 (+0000) Subject: Doc additions X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=43db4fb1ddbd8bbb91f3323c94f5e9b8e5e9eb0d;p=dana%2Fcg-glib.git Doc additions svn path=/trunk/; revision=6740 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index 879d395e..f90babf4 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,7 @@ +2008-03-19 Matthias Clasen + + * gmountoperation.[hc]: Small documentation additions + 2008-03-19 Sebastien Bacher * gunixmounts.c: (guess_mount_type): diff --git a/gio/gmountoperation.c b/gio/gmountoperation.c index bc359651..ef8ca213 100644 --- a/gio/gmountoperation.c +++ b/gio/gmountoperation.c @@ -47,7 +47,8 @@ * user credentials such as FTP or WebDAV. * * Users should instantiate a subclass of this that implements all - * the various callbacks to show the required dialogs. + * the various callbacks to show the required dialogs, such as + * #GtkMountOperation. **/ G_DEFINE_TYPE (GMountOperation, g_mount_operation, G_TYPE_OBJECT); diff --git a/gio/gmountoperation.h b/gio/gmountoperation.h index a220d954..e9a9e446 100644 --- a/gio/gmountoperation.h +++ b/gio/gmountoperation.h @@ -85,6 +85,9 @@ typedef enum { * @G_PASSWORD_SAVE_PERMANENTLY: save a password permanently. * * #GPasswordSave is used to indicate the lifespan of a saved password. + * + * #Gvfs stores passwords in the Gnome keyring when this flag allows it + * to, and later retrieves it again from there. **/ typedef enum { G_PASSWORD_SAVE_NEVER,