ObjectSkeleton
Object Hierarchy:
Description:
[
CCode ( type_id =
"udisks_object_skeleton_get_type ()" ) ]
public class ObjectSkeleton :
DBusObjectSkeleton,
DBusObject,
Object
The ObjectSkeleton structure contains only private data and should only be accessed using the provided API.
Content:
Creation methods:
Methods:
- public void set_block (Block? interface_)
Sets the Block
instance for the D-Bus interface org.freedesktop.UDisks2.Block on this.
- public void set_drive (Drive? interface_)
Sets the Drive
instance for the D-Bus interface org.freedesktop.UDisks2.Drive on this.
- public void set_drive_ata (DriveAta? interface_)
Sets the DriveAta
instance for the D-Bus interface org.freedesktop.UDisks2.Drive.Ata on this.
- public void set_encrypted (Encrypted? interface_)
Sets the
Encrypted instance for the D-Bus interface org.freedesktop.UDisks2.Encrypted on this.
- public void set_filesystem (Filesystem? interface_)
Sets the
Filesystem instance for the D-Bus interface org.freedesktop.UDisks2.Filesystem on this.
- public void set_job (Job? interface_)
Sets the Job
instance for the D-Bus interface org.freedesktop.UDisks2.Job on this.
- public void set_loop (Loop? interface_)
Sets the Loop
instance for the D-Bus interface org.freedesktop.UDisks2.Loop on this.
- public void set_manager (Manager? interface_)
Sets the Manager
instance for the D-Bus interface org.freedesktop.UDisks2.Manager on this.
- public void set_mdraid (MDRaid? interface_)
Sets the MDRaid
instance for the D-Bus interface org.freedesktop.UDisks2.MDRaid on this.
- public void set_partition (Partition? interface_)
Sets the
Partition instance for the D-Bus interface org.freedesktop.UDisks2.Partition on this.
- public void set_partition_table (PartitionTable? interface_)
Sets the
PartitionTable instance for the D-Bus interface org.freedesktop.UDisks2.PartitionTable on this
.
- public void set_swapspace (Swapspace? interface_)
Sets the
Swapspace instance for the D-Bus interface org.freedesktop.UDisks2.Swapspace on this.
Inherited Members:
All known members inherited from class GLib.DBusObjectSkeleton
All known members inherited from class GLib.Object
All known members inherited from interface GLib.DBusObject
All known members inherited from interface UDisks.Object