dk_make_protocol - tool to generate protocol declarations from D-Bus introspection data
Contents
Copyright
Copyright © 2012 Free Software Foundation, Inc.
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.
GNUstep June 18, 2012 dk_make_protocol(1)
Description
dk_make_protocol parses D-Bus interface files with introspection data and generates Objective-C @protocol
declarations. This allows invoking methods on D-Bus objects from GNUstep application code using the
DBusKit framework.
dk_make_protocol accepts the following options:
Examples
dk_make_protocol -i org.freedesktop.Foo.xml -o Foo.h
Name
dk_make_protocol - tool to generate protocol declarations from D-Bus introspection data
Options
-iinterface_file
Expects the interface file with introspection data.
-ooutput_file
Output file for the header with the generated @protocol declarations. If this option is omitted,
the generated header will be printed on the standard output.
See Also
GNUstep(7).
Synopsis
dk_make_protocol-iinterface_file-ooutput_file
