Manager
Object Hierarchy:
Description:
Abstract interface type for the D-Bus interface org.freedesktop.UDisks2.Manager.
All known implementing classes:
Namespace: UDisks
Package: udisks2
Content:
Properties:
- public abstract string[] supported_filesystems { owned get; set; }
Represents the D-Bus property "SupportedFilesystems".
- public abstract string version { owned get; set; }
Represents the D-Bus property "Version".
Static methods:
- public static unowned DBusInterfaceInfo interface_info ()
Gets a machine-readable description of the org.freedesktop.UDisks2.Manager D-Bus interface.
- public static uint override_properties (ObjectClass klass, uint property_id_begin)
Overrides all Object properties in the Manager interface for a concrete class.
Methods:
- public async bool call_enable_modules (bool arg_enable, Cancellable? cancellable) throws Error
Asynchronously invokes the EnableModules D-Bus method on this.
- public bool call_enable_modules_sync (bool arg_enable, Cancellable? cancellable = null) throws Error
Synchronously invokes the EnableModules D-Bus method on this.
- public async bool call_loop_setup (Variant arg_fd, Variant arg_options, UnixFDList? fd_list, Cancellable? cancellable, out string out_resulting_device, out UnixFDList out_fd_list) throws Error
Asynchronously invokes the LoopSetup D-Bus method on this.
- public bool call_loop_setup_sync (Variant arg_fd, Variant arg_options, UnixFDList? fd_list, out string out_resulting_device, out UnixFDList out_fd_list, Cancellable? cancellable = null) throws Error
Synchronously invokes the LoopSetup D-Bus method on this.
- public async bool call_mdraid_create (string arg_blocks, string arg_level, string arg_name, uint64 arg_chunk, Variant arg_options, Cancellable? cancellable, out string out_resulting_array) throws Error
Asynchronously invokes the MDRaidCreate D-Bus method on this.
- public bool call_mdraid_create_sync (string arg_blocks, string arg_level, string arg_name, uint64 arg_chunk, Variant arg_options, out string out_resulting_array, Cancellable? cancellable = null) throws Error
Synchronously invokes the MDRaidCreate D-Bus method on this.
- public void complete_enable_modules (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the EnableModules D-Bus method.
- public void complete_loop_setup (owned DBusMethodInvocation invocation, UnixFDList? fd_list, string resulting_device)
Helper function used in service implementations to finish handling invocations of the LoopSetup D-Bus method.
- public void complete_mdraid_create (owned DBusMethodInvocation invocation, string resulting_array)
Helper function used in service implementations to finish handling invocations of the MDRaidCreate D-Bus method.
Signals:
- public virtual signal bool handle_enable_modules (DBusMethodInvocation invocation, bool arg_enable)
Signal emitted when a remote caller is invoking the EnableModules D-Bus method.
- public virtual signal bool handle_loop_setup (DBusMethodInvocation invocation, UnixFDList? fd_list, Variant arg_fd, Variant arg_options)
Signal emitted when a remote caller is invoking the LoopSetup D-Bus method.
- public virtual signal bool handle_mdraid_create (DBusMethodInvocation invocation, string[] arg_blocks, string arg_level, string arg_name, uint64 arg_chunk, Variant arg_options)
Signal emitted when a remote caller is invoking the MDRaidCreate D-Bus method.
Inherited Members:
All known members inherited from class GLib.Object