Difference between revisions of "DBusKit"

From GNUstepWiki
Jump to navigation Jump to search
(Create a information page for DBusKit)
 
Line 2: Line 2:
 
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 |
releasedate = April 15 201 |
+
releasedate = April 15 2011 |
 
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

Revision as of 13:08, 13 March 2012

DBusKit is a framework that interfaces Objective-C applications with the D-Bus IPC service.

Current Version: 0.1

  • Released: April 15 2011
  • 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