logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Authors

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

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

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

See Also