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

obus-gen-client - generate client-side ocaml bindings from D-Bus introspection files

Author

       Jérémie Dimino <jeremie@dimino.org>

Description

obus-gen-client  generates  an ocaml module from D-Bus introspection files. The generated module contains
       functions to send method calls, receive signals and read/write properties. It depends  on  the  interface
       module generated with obus-gen-interface.

       The module generated by obus-gen-client it is meant to be edited.

Name

       obus-gen-client - generate client-side ocaml bindings from D-Bus introspection files

Options

       -o output-prefix
              Use  this  name  as  output  prefix.  It defaults to the input file name without its extension and
              extended with "_client". For example, if the input file name is "foo.xml"  (or  "foo.obus"),  then
              "obus-gen-client" will generate "foo_client.ml" and "foo_client.mli".

       -keep-common
              Keeps common interfaces, i.e. all interfaces starting with "org.freedesktop.DBus". By default they
              are dropped.

       -help or --help
              Display a short usage summary and exit.

See Also

obus-introspect(1), obus-gen-interface(1), obus-gen-server(1).

                                                   April 2010                                 OBUS-GEN-CLIENT(1)

Synopsis

obus-gen-client [ options ] input-file

See Also