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-xml2idl - convert a D-Bus introspection file into an obus IDL one

Author

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

Description

obus-xml2idl  generates  an  obus IDL file from a D-Bus xml introspection file. THe file can then be used
       with other obus tools such as obus-gen-interface , obus-gen-client , obus-gen-server

       The goal of the obus IDL is to allow you to write D-Bus interface with a syntax lighter than XML.

Name

       obus-xml2idl - convert a D-Bus introspection file into an obus IDL one

Options

       -o file-name
              Use this name as output. It defaults to the input file name with the extension replaced by "obus".

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

See Also

obus-idl2xml.

                                                   April 2010                                    OBUS-XML2IDL(1)

Synopsis

obus-xml2idl [ options ] input-file

See Also