You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rui Seabra aa10dd0b5a rpm spec for new edbus 11 years ago
..
doc edbus: Fix doxygen layout 11 years ago
m4 edbus: Do not build examples by default 11 years ago
src edbus: Add main page to doxygen 11 years ago
.gitignore edbus: Add edbus_message to/from eina_value examples 11 years ago
AUTHORS Add new edbus library, aka e_dbus v2 11 years ago
COPYING add copying (lgpl like elm) and readme. 11 years ago
Makefile.am rpm spec for new edbus 11 years ago
README add copying (lgpl like elm) and readme. 11 years ago
autogen.sh edbus: exec configure in the end to preserve return code 11 years ago
configure.ac rpm spec for new edbus 11 years ago
edbus.spec.in rpm spec for new edbus 11 years ago
edbus2.pc.in edbus: Fix lib name in edbus2.pc.in 11 years ago

README

ABOUT:
-----

EDBus provides easy access to D-Bus from EFL applications.

EDBus allows connecting to both system and session buses acting as
both client and service roles.

Many official D-Bus specifications and interfaces are supported, namely:

- org.freedesktop.DBus.Peer: full support (Ping and GetMachineId).
- org.freedesktop.DBus.Introspectable: full support.
- org.freedesktop.DBus.Properties: full support.
- org.freedesktop.DBus.ObjectManager: partial support (under dev).

One can create client-side objects using the low-level methods from
EDBus_Connection and EDBus_Object, or go high level with
EDBus_Proxy.


RELATION TO OLD E_DBUS:
-----------------------

This is a replacement for old library "e_dbus". Its main purpose is to
fix some core bugs and completely encapsulating D-Bus without exposing
libdbus to end-user. One day libdbus may be completely removed as a
dependency.


REQUIREMENTS:
-------------

- libdbus-1
- eina >= 1.7
- ecore >= 1.7


CONTACT:
--------

Bugs, questions, ideas and comments should be addressed to:

enlightenment-devel@lists.sourceforge.net



COMPILING AND INSTALLING:
-------------------------

Standard autotools process:

./autogen.sh # if trying development
./configure # if running from release tarball
make
sudo make install