DOKK / manpages / debian 10 / libdbuskit-dev / dk_make_protocol.1.en
dk_make_protocol(1) DBusKit dk_make_protocol(1)

dk_make_protocol - tool to generate protocol declarations from D-Bus introspection data

dk_make_protocol -i interface_file -o output_file

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:

Expects the interface file with introspection data.
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.

dk_make_protocol -i org.freedesktop.Foo.xml -o Foo.h

GNUstep(7).

dk_make_protocol was written by Niels Grewe <niels.grewe@halbordnung.de>.

This manual page was added by Yavor Doganov <yavor@gnu.org>.

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.

June 18, 2012 GNUstep