Giter VIP home page Giter VIP logo

udisks-osmc's Introduction

OVERVIEW
========

The udisks project provides

 o  A storage daemon that implements well-defined D-Bus interfaces
    that can be used to query and manipulate storage devices.

 o  a command-line tool, udisks(1), that can be used to query and
    use the daemon

LICENSE
=======

See the COPYING file for the license.

VERSIONING and ABI STABILITY
============================

The udisks version number consists of three numbers separated by a .

 o  Major number indicating the feature version

 o  Minor number indicating the ABI for the current feature version

 o  Sub number indicating ABI additions

The ABI is guaranteed to be stable only when the major and minor
number does not change. For example, an application expecting version
1.0.12 will work with any 1.0.x release (such as 1.0.99) as long as
e.g. x >= 12.

The udisks version number can be obtained at compile time using
pkg-config(1):

 $ pkg-config --modversion udisks
 1.0.0

or any of the autoconf macros.

At run-time, the udisks version number can be obtained by querying the
DaemonVersion property (of type 's') on the org.freedesktop.UDisks
interface on the object /org/freedesktop/UDisks owned by the
well-known name org.freedesktop.UDisks on the D-Bus system message
bus. This property is guaranteed to always exist and contain the
version number no matter what the ABI version is:

 $ dbus-send --system                             \
             --print-reply                        \
             --dest=org.freedesktop.UDisks        \
             /org/freedesktop/UDisks              \
             org.freedesktop.DBus.Properties.Get  \
             string:org.freedesktop.UDisks        \
             string:DaemonVersion
  method return sender=:1.172 -> dest=:1.186 reply_serial=2
     variant       string "1.0.0"

BUGS and DEVELOPMENT
====================

Please report bugs via the freedesktop.org bugzilla at

 http://bugs.freedesktop.org/enter_bug.cgi?product=udisks

For feature development use the devkit-devel mailing list (need to be
subsribed to post)

 http://lists.freedesktop.org/archives/devkit-devel

See the HACKING file for details on code style.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.