Doc additions

svn path=/trunk/; revision=6740
This commit is contained in:
Matthias Clasen 2008-03-19 20:54:49 +00:00
parent 663d15d1a6
commit 43db4fb1dd
3 changed files with 9 additions and 1 deletions

View 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):

View 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);

View 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,