mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-06 04:40:05 +02:00
Doc additions
svn path=/trunk/; revision=6740
This commit is contained in:
parent
663d15d1a6
commit
43db4fb1dd
@ -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>
|
2008-03-19 Sebastien Bacher <seb128@ubuntu.com>
|
||||||
|
|
||||||
* gunixmounts.c: (guess_mount_type):
|
* gunixmounts.c: (guess_mount_type):
|
||||||
|
@ -47,7 +47,8 @@
|
|||||||
* user credentials such as FTP or WebDAV.
|
* user credentials such as FTP or WebDAV.
|
||||||
*
|
*
|
||||||
* Users should instantiate a subclass of this that implements all
|
* 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);
|
G_DEFINE_TYPE (GMountOperation, g_mount_operation, G_TYPE_OBJECT);
|
||||||
|
@ -85,6 +85,9 @@ typedef enum {
|
|||||||
* @G_PASSWORD_SAVE_PERMANENTLY: save a password permanently.
|
* @G_PASSWORD_SAVE_PERMANENTLY: save a password permanently.
|
||||||
*
|
*
|
||||||
* #GPasswordSave is used to indicate the lifespan of a saved password.
|
* #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 {
|
typedef enum {
|
||||||
G_PASSWORD_SAVE_NEVER,
|
G_PASSWORD_SAVE_NEVER,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user