Doc additions
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 19 Mar 2008 20:54:49 +0000 (20:54 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 19 Mar 2008 20:54:49 +0000 (20:54 +0000)
svn path=/trunk/; revision=6740

gio/ChangeLog
gio/gmountoperation.c
gio/gmountoperation.h

index 879d395..f90babf 100644 (file)
@@ -1,3 +1,7 @@
+2008-03-19  Matthias Clasen  <mclasen@redhat.com>
+
+       * gmountoperation.[hc]: Small documentation additions
+
 2008-03-19  Sebastien Bacher  <seb128@ubuntu.com>
 
        * gunixmounts.c: (guess_mount_type): 
index bc35965..ef8ca21 100644 (file)
@@ -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);
index a220d95..e9a9e44 100644 (file)
@@ -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,