File: gtk-Filesystem-utilities.Rd

package info (click to toggle)
rgtk2 2.20.36-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,540 kB
  • sloc: ansic: 137,163; makefile: 2; sh: 1
file content (59 lines) | stat: -rw-r--r-- 2,386 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
\alias{gtk-Filesystem-utilities}
\alias{GtkMountOperation}
\alias{gtkMountOperation}
\name{gtk-Filesystem-utilities}
\title{Filesystem utilities}
\description{Functions for working with GIO}
\section{Methods and Functions}{
\code{\link{gtkMountOperationNew}(parent = NULL)}\cr
\code{\link{gtkMountOperationIsShowing}(object)}\cr
\code{\link{gtkMountOperationSetParent}(object, parent)}\cr
\code{\link{gtkMountOperationGetParent}(object)}\cr
\code{\link{gtkMountOperationSetScreen}(object, screen)}\cr
\code{\link{gtkMountOperationGetScreen}(object)}\cr
\code{\link{gtkShowUri}(screen = NULL, uri, timestamp, .errwarn = TRUE)}\cr
\code{gtkMountOperation(parent = NULL)}
}
\section{Hierarchy}{\preformatted{GObject
   +----GMountOperation
         +----GtkMountOperation}}
\section{Detailed Description}{The functions and objects described here make working with GTK+ and
GIO more convenient.
  \code{\link{GtkMountOperation}} is needed when mounting volumes:
It is an implementation of \code{\link{GMountOperation}} that can be used with
GIO functions for mounting volumes such as
\code{\link{gFileMountEnclosingVolume}}, \code{\link{gFileMountMountable}},
\code{\link{gVolumeMount}}, \code{\link{gMountUnmountWithOperation}} and others.
  
When necessary, \code{\link{GtkMountOperation}} shows dialogs to ask for
passwords, questions or show processes blocking unmount.
  \code{\link{gtkShowUri}} is a convenient way to launch applications for URIs.
  
Another object that is worth mentioning in this context is
\code{\link{GdkAppLaunchContext}}, which provides visual feedback when lauching
applications.}
\section{Structures}{\describe{\item{\verb{GtkMountOperation}}{
This should not be accessed directly. Use the accessor functions below.

}}}
\section{Convenient Construction}{\code{gtkMountOperation} is the equivalent of \code{\link{gtkMountOperationNew}}.}
\section{Properties}{\describe{
\item{\verb{is-showing} [logical : Read]}{

Are we showing a dialog.  Default value: FALSE

}
\item{\verb{parent} [\code{\link{GtkWindow}} : *            : Read / Write]}{

The parent window.

}
\item{\verb{screen} [\code{\link{GdkScreen}} : *            : Read / Write]}{

The screen where this window will be displayed.

}
}}
\references{\url{https://developer.gnome.org/gtk2/stable/gtk2-Filesystem-utilities.html}}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}