Package ch.bailu.gtk.gio
Klasse MountIface
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gio.MountIface
- Alle implementierten Schnittstellen:
PointerInterface
Interface for implementing operations for mounts.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final String
Checks if a #GMount can be ejected.static final String
Checks if a #GMount can be unmounted.static final String
Changed signal that is emitted when the mount's state has changed.static final String
Starts ejecting a #GMount.static final String
Finishes an eject operation.static final String
The parent interface.static final String
Gets a #GDrive the volume of the mount is located on.static final String
Gets a #GIcon for the #GMount.static final String
Gets a string containing the name of the #GMount.static final String
Gets a #GFile to the root directory of the #GMount.static final String
Gets the UUID for the #GMount.static final String
Gets a #GVolume the mount is located on.static final String
Starts guessing the type of the content of a #GMount.static final String
Starts remounting a #GMount.static final String
Finishes a remounting operation.static final String
Starts unmounting a #GMount.static final String
Finishes an unmounting operation.static final String
The unmounted signal that is emitted when the #GMount have been unmounted. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandler
ch.bailu.gtk.gio.JnaMountIface.OnCanEject
Checks if a #GMount can be ejected.ch.bailu.gtk.gio.JnaMountIface.OnCanUnmount
Checks if a #GMount can be unmounted.ch.bailu.gtk.gio.JnaMountIface.OnChanged
Changed signal that is emitted when the mount's state has changed.ch.bailu.gtk.gio.JnaMountIface.OnEjectFinish
Finishes an eject operation.ch.bailu.gtk.gio.JnaMountIface.OnGetDrive
Gets a #GDrive the volume of the mount is located on.ch.bailu.gtk.gio.JnaMountIface.OnGetIcon
Gets a #GIcon for the #GMount.ch.bailu.gtk.gio.JnaMountIface.OnGetName
Gets a string containing the name of the #GMount.ch.bailu.gtk.gio.JnaMountIface.OnGetRoot
Gets a #GFile to the root directory of the #GMount.ch.bailu.gtk.gio.JnaMountIface.OnGetUuid
Gets the UUID for the #GMount.ch.bailu.gtk.gio.JnaMountIface.OnGetVolume
Gets a #GVolume the mount is located on.ch.bailu.gtk.gio.JnaMountIface.OnRemountFinish
Finishes a remounting operation.ch.bailu.gtk.gio.JnaMountIface.OnUnmounted
The unmounted signal that is emitted when the #GMount have been unmounted.ch.bailu.gtk.gio.JnaMountIface.OnUnmountFinish
Finishes an unmounting operation.static int
static TypeSystem.TypeSize
static TypeSystem.TypeSize
void
setFieldCanEject
(MountIface.OnCanEject can_eject) Checks if a #GMount can be ejected.void
setFieldCanUnmount
(MountIface.OnCanUnmount can_unmount) Checks if a #GMount can be unmounted.void
setFieldChanged
(MountIface.OnChanged changed) Changed signal that is emitted when the mount's state has changed.void
setFieldEjectFinish
(MountIface.OnEjectFinish eject_finish) Finishes an eject operation.void
setFieldGetDrive
(MountIface.OnGetDrive get_drive) Gets a #GDrive the volume of the mount is located on.void
setFieldGetIcon
(MountIface.OnGetIcon get_icon) Gets a #GIcon for the #GMount.void
setFieldGetName
(MountIface.OnGetName get_name) Gets a string containing the name of the #GMount.void
setFieldGetRoot
(MountIface.OnGetRoot get_root) Gets a #GFile to the root directory of the #GMount.void
setFieldGetUuid
(MountIface.OnGetUuid get_uuid) Gets the UUID for the #GMount.void
setFieldGetVolume
(MountIface.OnGetVolume get_volume) Gets a #GVolume the mount is located on.void
setFieldRemountFinish
(MountIface.OnRemountFinish remount_finish) Finishes a remounting operation.void
setFieldUnmounted
(MountIface.OnUnmounted unmounted) The unmounted signal that is emitted when the #GMount have been unmounted.void
setFieldUnmountFinish
(MountIface.OnUnmountFinish unmount_finish) Finishes an unmounting operation.Von Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Von Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Felddetails
-
G_IFACE
The parent interface.
Private field: direct-type- Siehe auch:
-
CHANGED
Changed signal that is emitted when the mount's state has changed.
SeeMountIface.OnChanged.onChanged(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
- Siehe auch:
-
UNMOUNTED
The unmounted signal that is emitted when the #GMount have been unmounted. If the recipient is holding references to the object they should release them so the object can be finalized.
SeeMountIface.OnUnmounted.onUnmounted(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
- Siehe auch:
-
GET_ROOT
Gets a #GFile to the root directory of the #GMount.
SeeMountIface.OnGetRoot.onGetRoot(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
- Siehe auch:
-
GET_NAME
Gets a string containing the name of the #GMount.
SeeMountIface.OnGetName.onGetName(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
- Siehe auch:
-
GET_ICON
Gets a #GIcon for the #GMount.
SeeMountIface.OnGetIcon.onGetIcon(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
- Siehe auch:
-
GET_UUID
Gets the UUID for the #GMount. The reference is typically based on the file system UUID for the mount in question and should be considered an opaque string. Returns %NULL if there is no UUID available.
SeeMountIface.OnGetUuid.onGetUuid(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
- Siehe auch:
-
GET_VOLUME
Gets a #GVolume the mount is located on. Returns %NULL if the #GMount is not associated with a #GVolume.
SeeMountIface.OnGetVolume.onGetVolume(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
- Siehe auch:
-
GET_DRIVE
Gets a #GDrive the volume of the mount is located on. Returns %NULL if the #GMount is not associated with a #GDrive or a #GVolume. This is convenience method for getting the #GVolume and using that to get the #GDrive.
SeeMountIface.OnGetDrive.onGetDrive(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
- Siehe auch:
-
CAN_UNMOUNT
Checks if a #GMount can be unmounted.
SeeMountIface.OnCanUnmount.onCanUnmount(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
- Siehe auch:
-
CAN_EJECT
Checks if a #GMount can be ejected.
SeeMountIface.OnCanEject.onCanEject(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
- Siehe auch:
-
UNMOUNT
Starts unmounting a #GMount.
Private field: cb-with-cb- Siehe auch:
-
UNMOUNT_FINISH
Finishes an unmounting operation.
SeeMountIface.OnUnmountFinish.onUnmountFinish(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount, ch.bailu.gtk.gio.AsyncResult)
- Siehe auch:
-
EJECT
Starts ejecting a #GMount.
Private field: cb-with-cb- Siehe auch:
-
EJECT_FINISH
Finishes an eject operation.
SeeMountIface.OnEjectFinish.onEjectFinish(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount, ch.bailu.gtk.gio.AsyncResult)
- Siehe auch:
-
REMOUNT
Starts remounting a #GMount.
Private field: cb-with-cb- Siehe auch:
-
REMOUNT_FINISH
Finishes a remounting operation.
SeeMountIface.OnRemountFinish.onRemountFinish(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount, ch.bailu.gtk.gio.AsyncResult)
- Siehe auch:
-
GUESS_CONTENT_TYPE
Starts guessing the type of the content of a #GMount.
See g_mount_guess_content_type() for more information on content
type guessing. This operation was added in 2.18.
Private field: cb-with-cb- Siehe auch:
-
-
Konstruktordetails
-
MountIface
-
-
Methodendetails
-
getClassHandler
-
setFieldChanged
Changed signal that is emitted when the mount's state has changed.
SeeMountIface.OnChanged.onChanged(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
-
getFieldChanged
public ch.bailu.gtk.gio.JnaMountIface.OnChanged getFieldChanged()Changed signal that is emitted when the mount's state has changed.
SeeMountIface.OnChanged.onChanged(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
-
setFieldUnmounted
The unmounted signal that is emitted when the #GMount have been unmounted. If the recipient is holding references to the object they should release them so the object can be finalized.
SeeMountIface.OnUnmounted.onUnmounted(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
-
getFieldUnmounted
public ch.bailu.gtk.gio.JnaMountIface.OnUnmounted getFieldUnmounted()The unmounted signal that is emitted when the #GMount have been unmounted. If the recipient is holding references to the object they should release them so the object can be finalized.
SeeMountIface.OnUnmounted.onUnmounted(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
-
setFieldGetRoot
Gets a #GFile to the root directory of the #GMount.
SeeMountIface.OnGetRoot.onGetRoot(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
-
getFieldGetRoot
public ch.bailu.gtk.gio.JnaMountIface.OnGetRoot getFieldGetRoot()Gets a #GFile to the root directory of the #GMount.
SeeMountIface.OnGetRoot.onGetRoot(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
-
setFieldGetName
Gets a string containing the name of the #GMount.
SeeMountIface.OnGetName.onGetName(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
-
getFieldGetName
public ch.bailu.gtk.gio.JnaMountIface.OnGetName getFieldGetName()Gets a string containing the name of the #GMount.
SeeMountIface.OnGetName.onGetName(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
-
setFieldGetIcon
Gets a #GIcon for the #GMount.
SeeMountIface.OnGetIcon.onGetIcon(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
-
getFieldGetIcon
public ch.bailu.gtk.gio.JnaMountIface.OnGetIcon getFieldGetIcon()Gets a #GIcon for the #GMount.
SeeMountIface.OnGetIcon.onGetIcon(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
-
setFieldGetUuid
Gets the UUID for the #GMount. The reference is typically based on the file system UUID for the mount in question and should be considered an opaque string. Returns %NULL if there is no UUID available.
SeeMountIface.OnGetUuid.onGetUuid(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
-
getFieldGetUuid
public ch.bailu.gtk.gio.JnaMountIface.OnGetUuid getFieldGetUuid()Gets the UUID for the #GMount. The reference is typically based on the file system UUID for the mount in question and should be considered an opaque string. Returns %NULL if there is no UUID available.
SeeMountIface.OnGetUuid.onGetUuid(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
-
setFieldGetVolume
Gets a #GVolume the mount is located on. Returns %NULL if the #GMount is not associated with a #GVolume.
SeeMountIface.OnGetVolume.onGetVolume(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
-
getFieldGetVolume
public ch.bailu.gtk.gio.JnaMountIface.OnGetVolume getFieldGetVolume()Gets a #GVolume the mount is located on. Returns %NULL if the #GMount is not associated with a #GVolume.
SeeMountIface.OnGetVolume.onGetVolume(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
-
setFieldGetDrive
Gets a #GDrive the volume of the mount is located on. Returns %NULL if the #GMount is not associated with a #GDrive or a #GVolume. This is convenience method for getting the #GVolume and using that to get the #GDrive.
SeeMountIface.OnGetDrive.onGetDrive(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
-
getFieldGetDrive
public ch.bailu.gtk.gio.JnaMountIface.OnGetDrive getFieldGetDrive()Gets a #GDrive the volume of the mount is located on. Returns %NULL if the #GMount is not associated with a #GDrive or a #GVolume. This is convenience method for getting the #GVolume and using that to get the #GDrive.
SeeMountIface.OnGetDrive.onGetDrive(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
-
setFieldCanUnmount
Checks if a #GMount can be unmounted.
SeeMountIface.OnCanUnmount.onCanUnmount(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
-
getFieldCanUnmount
public ch.bailu.gtk.gio.JnaMountIface.OnCanUnmount getFieldCanUnmount()Checks if a #GMount can be unmounted.
SeeMountIface.OnCanUnmount.onCanUnmount(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
-
setFieldCanEject
Checks if a #GMount can be ejected.
SeeMountIface.OnCanEject.onCanEject(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
-
getFieldCanEject
public ch.bailu.gtk.gio.JnaMountIface.OnCanEject getFieldCanEject()Checks if a #GMount can be ejected.
SeeMountIface.OnCanEject.onCanEject(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount)
-
setFieldUnmountFinish
Finishes an unmounting operation.
SeeMountIface.OnUnmountFinish.onUnmountFinish(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount, ch.bailu.gtk.gio.AsyncResult)
-
getFieldUnmountFinish
public ch.bailu.gtk.gio.JnaMountIface.OnUnmountFinish getFieldUnmountFinish()Finishes an unmounting operation.
SeeMountIface.OnUnmountFinish.onUnmountFinish(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount, ch.bailu.gtk.gio.AsyncResult)
-
setFieldEjectFinish
-
getFieldEjectFinish
public ch.bailu.gtk.gio.JnaMountIface.OnEjectFinish getFieldEjectFinish() -
setFieldRemountFinish
Finishes a remounting operation.
SeeMountIface.OnRemountFinish.onRemountFinish(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount, ch.bailu.gtk.gio.AsyncResult)
-
getFieldRemountFinish
public ch.bailu.gtk.gio.JnaMountIface.OnRemountFinish getFieldRemountFinish()Finishes a remounting operation.
SeeMountIface.OnRemountFinish.onRemountFinish(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Mount, ch.bailu.gtk.gio.AsyncResult)
-
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-