Manager
Object Hierarchy:
Description:
[ CCode ( type_id = "udisks_manager_get_type ()" ) ]
public interface Manager : Object
Abstract interface type for the D-Bus interface org.freedesktop.UDisks2.Manager.
All known implementing classes:
Content:
Properties:
Static methods:
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
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref