darling-dbuskit/Documentation
Niels Grewe bb8ebd7470 Remove deprecated self->isa access.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/dbuskit/trunk@36672 72102866-910b-0410-8b05-ffd578937521
2013-05-29 07:23:20 +00:00
..
announce.0.1.texi Add draft release announcement. 2011-02-22 21:17:37 +00:00
announce.0.2.texi Thread safety fixes, started working on generating D-Bus XML introspection data. 2011-05-12 20:32:15 +00:00
DBusKit.gsdoc Documentation improvements. Avoid starting the worker thread before we 2011-02-27 22:52:24 +00:00
DBusKit.texi Reorder menu. 2010-08-15 17:08:18 +00:00
dk_make_protocol.1 Add manpage for protocol generation tool. 2011-10-09 00:45:28 +00:00
ExposingObjects.texi Further work on the manual. 2010-08-15 17:06:55 +00:00
fdl-1.3.texi Begun writing a guide on how to use D-Bus with GNUstep. 2010-08-14 22:05:39 +00:00
GNUmakefile Add manpage for protocol generation tool. 2011-10-09 00:45:28 +00:00
GNUmakefile.postamble Add manpage for protocol generation tool. 2011-10-09 00:45:28 +00:00
install.texi Further work on generating D-Bus introspection data. We can now successfully 2012-08-22 21:34:25 +00:00
Introduction.texi Remove deprecated self->isa access. 2013-05-29 07:23:20 +00:00
readme.texi Implement functions that determine whether we certain types can be converted. 2011-09-21 15:56:52 +00:00
UsingDBus.texi Make properties somewhat KVC-compliant. NOTE: This constitutes an API break! If 2011-09-30 23:32:24 +00:00

@chapter Readme

The DBusKit framework provides Objective-C applications with bindings
for the D-Bus inter-process communication system. It allows Objective-C
applications to transparently access services exposed via D-Bus. 

@section Build and Install

Please refer to the @samp{INSTALL} file for information about
dependencies and instructions about installing the library.

@section Mac OS X Support

DBusKit makes use of the typed selectors feature of the Objective-C
runtime. Since typed selectors are not available in Apple's libobjc,
Mac OS X is not supported by DBusKit.

@section Test suite
Execute @kbd{make test=yes} to compile and run the test suite. This
requires the UnitKit framework from Étoilé and a working D-Bus
installation.

@section License

The DBusKit library is covered under the  GNU Lesser Public License.
This means you can use it in any program (even non-free programs). If
you distribute the library along with your program, you must make the
improvements you have made freely available. You should read the
COPYING file in the root directory of the framework distribution for
more information. The file @file{Source/type_encoding_cases.h} is
originally part of the GNUstep Objective-C runtime and licensed under
the MIT license. All other files in the @file{Source}, @file{Headers},
and @file{Tests} directories are covered under the LGPL.

The associated tools and examples are covered under the GNU Public
License. This means if you make changes to these programs, you cannot
charge a fee, other than distribution fees, for others to use the
program. You should read the COPYING file for more information. All
files in the @file{Examples} and @file{Tools} directories are covered
under the GPL.

The documentation is, unless noted otherwise, licensed under the GNU Free
Documentation License (with no Invariant Sections or Cover Texts).


@ifinfo
Copyright @copyright{} 2010 Free Software Foundation

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
@end ifinfo