org.freedesktop.UDisks2.Manager

org.freedesktop.UDisks2.Manager — Manager singleton

Methods

LoopSetup (IN  h     fd,
           IN  a{sv} options,
           OUT o     resulting_device);

Properties

Version  readable   s

Description

Interface for top-level manager singleton object located at the object path /org/freedesktop/UDisks2/Manager.

Method Details

The LoopSetup() method

LoopSetup (IN  h     fd,
           IN  a{sv} options,
           OUT o     resulting_device);

Creates a block device for the file represented by fd.

IN h fd:

An index for the file descriptor to use.

IN a{sv} options:

Options - known options (in addition to standard options) includes offset (of type 't'), size (of type 't') and read-only (of type 'b').

OUT o resulting_device:

An object path to the object implementing the org.freedesktop.UDisks2.Block interface.

Property Details

The "Version" property

Version  readable   s

The version of the daemon currently running