diff options
author | Javier Jardón <jjardon@gnome.org> | 2009-10-14 23:44:59 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2009-12-21 06:34:43 +0100 |
commit | 25e3329215a11190a4846dada95d8fd305ac74f8 (patch) | |
tree | 7c1aeb2aad5122e89f2d30c5ef31d3976427e1ad /gtk/gtkmountoperation.c | |
parent | e62e7f76c91f186054fc5714800f6d0b67c89f65 (diff) | |
download | gtk+-25e3329215a11190a4846dada95d8fd305ac74f8.tar.gz |
Move documentation to inline comments: GtkMountOperation
https://bugzilla.gnome.org/show_bug.cgi?id=597865
Diffstat (limited to 'gtk/gtkmountoperation.c')
-rw-r--r-- | gtk/gtkmountoperation.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/gtk/gtkmountoperation.c b/gtk/gtkmountoperation.c index 4a1c9f8a8b..eff119067c 100644 --- a/gtk/gtkmountoperation.c +++ b/gtk/gtkmountoperation.c @@ -58,25 +58,25 @@ /** * SECTION:filesystem * @short_description: Functions for working with GIO + * @Title: Filesystem utilities * * The functions and objects described here make working with GTK+ and - * GIO more convenient. #GtkMountOperation is needed when mounting volumes - * and gtk_show_uri() is a convenient way to launch applications for URIs. - * Another object that is worth mentioning in this context is - * #GdkAppLaunchContext, which provides visual feedback when lauching - * applications. - */ - -/** - * GtkMountOperation: + * GIO more convenient. * - * #GtkMountOperation is an implementation of #GMountOperation that - * can be used with GIO functions for mounting volumes such as + * #GtkMountOperation is needed when mounting volumes: + * It is an implementation of #GMountOperation that can be used with + * GIO functions for mounting volumes such as * g_file_mount_enclosing_volume(), g_file_mount_mountable(), - * g_volume_mount(), g_mount_unmount() and others. + * g_volume_mount(), g_mount_unmount_with_operation() and others. * * When necessary, #GtkMountOperation shows dialogs to ask for * passwords, questions or show processes blocking unmount. + * + * gtk_show_uri() is a convenient way to launch applications for URIs. + * + * Another object that is worth mentioning in this context is + * #GdkAppLaunchContext, which provides visual feedback when lauching + * applications. */ static void gtk_mount_operation_finalize (GObject *object); |