Filesystem
Object Hierarchy:
Description:
Abstract interface type for the D-Bus interface org.freedesktop.UDisks2.Filesystem.
All known implementing classes:
Namespace: UDisks
Package: udisks2
Content:
Properties:
- public abstract string[] mount_points { owned get; set; }
Represents the D-Bus property "MountPoints".
Static methods:
- public static unowned DBusInterfaceInfo interface_info ()
Gets a machine-readable description of the org.freedesktop.UDisks2.Filesystem D-Bus interface.
- public static uint override_properties (ObjectClass klass, uint property_id_begin)
Overrides all Object properties in the Filesystem interface for a concrete class.
Methods:
- public async bool call_mount (Variant arg_options, Cancellable? cancellable, out string out_mount_path) throws Error
Asynchronously invokes the Mount D-Bus method on this.
- public bool call_mount_sync (Variant arg_options, out string out_mount_path, Cancellable? cancellable = null) throws Error
Synchronously invokes the Mount D-Bus method on this.
- public async bool call_set_label (string arg_label, Variant arg_options, Cancellable? cancellable) throws Error
Asynchronously invokes the SetLabel D-Bus method on this.
- public bool call_set_label_sync (string arg_label, Variant arg_options, Cancellable? cancellable = null) throws Error
Synchronously invokes the SetLabel D-Bus method on this.
- public async bool call_unmount (Variant arg_options, Cancellable? cancellable) throws Error
Asynchronously invokes the Unmount D-Bus method on this.
- public bool call_unmount_sync (Variant arg_options, Cancellable? cancellable = null) throws Error
Synchronously invokes the Unmount D-Bus method on this.
- public void complete_mount (owned DBusMethodInvocation invocation, string mount_path)
Helper function used in service implementations to finish handling invocations of the Mount D-Bus method.
- public void complete_set_label (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the SetLabel D-Bus method.
- public void complete_unmount (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the Unmount D-Bus method.
Signals:
- public virtual signal bool handle_mount (DBusMethodInvocation invocation, Variant arg_options)
Signal emitted when a remote caller is invoking the Mount D-Bus method.
- public virtual signal bool handle_set_label (DBusMethodInvocation invocation, string arg_label, Variant arg_options)
Signal emitted when a remote caller is invoking the SetLabel D-Bus method.
- public virtual signal bool handle_unmount (DBusMethodInvocation invocation, Variant arg_options)
Signal emitted when a remote caller is invoking the Unmount D-Bus method.
Inherited Members:
All known members inherited from class GLib.Object