glib r6740 - trunk/gio
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r6740 - trunk/gio
- Date: Wed, 19 Mar 2008 20:54:49 +0000 (GMT)
Author: matthiasc
Date: Wed Mar 19 20:54:49 2008
New Revision: 6740
URL: http://svn.gnome.org/viewvc/glib?rev=6740&view=rev
Log:
Doc additions
Modified:
trunk/gio/ChangeLog
trunk/gio/gmountoperation.c
trunk/gio/gmountoperation.h
Modified: trunk/gio/gmountoperation.c
==============================================================================
--- trunk/gio/gmountoperation.c (original)
+++ trunk/gio/gmountoperation.c Wed Mar 19 20:54:49 2008
@@ -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);
Modified: trunk/gio/gmountoperation.h
==============================================================================
--- trunk/gio/gmountoperation.h (original)
+++ trunk/gio/gmountoperation.h Wed Mar 19 20:54:49 2008
@@ -85,6 +85,9 @@
* @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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]