Difference between revisions of "DBusKit"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{Framework| | {{Framework| | ||
shortdescription = DBusKit is a framework that interfaces Objective-C applications with the D-Bus IPC service. | | shortdescription = DBusKit is a framework that interfaces Objective-C applications with the D-Bus IPC service. | | ||
− | currentversion = 0.1 | | + | currentversion = 0.1.1 | |
− | releasedate = April | + | releasedate = April 16 2013 | |
license = LGPL | | license = LGPL | | ||
overview = The DBusKit framework offers tight integration of D-Bus services into | overview = The DBusKit framework offers tight integration of D-Bus services into | ||
Line 13: | Line 13: | ||
* 'dk_make_interface' tool to generate Objective-C protocol declarations from D-Bus interface files. | | * 'dk_make_interface' tool to generate Objective-C protocol declarations from D-Bus interface files. | | ||
maintainer = * Niels Grewe | | maintainer = * Niels Grewe | | ||
− | relatedlinks = * [http://download.gna.org/gnustep/dbuskit-0.1.tar. | + | relatedlinks = * [http://download.gna.org/gnustep/dbuskit-0.1.1.tar.gz Current release tarball] |
* [http://svn.gna.org/svn/gnustep/libs/dbuskit/trunk SVN trunk]| | * [http://svn.gna.org/svn/gnustep/libs/dbuskit/trunk SVN trunk]| | ||
category = | category = | ||
}} | }} |
Latest revision as of 09:38, 1 May 2013
DBusKit is a framework that interfaces Objective-C applications with the D-Bus IPC service.
Current Version: 0.1.1
- Released: April 16 2013
- Licensed: LGPL
Overview
The DBusKit framework offers tight integration of D-Bus services into Objective-C applications. It handles all low-level details of communication with D-Bus daemons and the services connected to them and exposes an interface similar to Distributed Objects to make it easy for Objective-C programmers to access D-Bus services.
Features
- Distributed Objects-like API for exchanging messages with D-Bus services.
- A notification center class for watching signals emitted by D-Bus services.
- 'dk_make_interface' tool to generate Objective-C protocol declarations from D-Bus interface files.
Maintainer
- Niels Grewe
Related Links