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

gobject-query - display a tree of types

Commands

froots
          Iterate over fundamental roots.

       tree
          Print type tree.

Description

gobject-query is a small utility that draws a tree of types.

       It  takes  a  mandatory  argument  that specifies whether it should iterate over the fundamental types or
       print a type tree.

Name

       gobject-query - display a tree of types

Options

-r<TYPE>
          Specify the root type.

       -n
          Don’t descend type tree.

       -b<STRING>
          Specify indent string.

       -i<STRING>
          Specify incremental indent string.

       -s<NUMBER>
          Specify line spacing.

       -h, --help
          Print brief help and exit.

       -v, --version
          Print version and exit.

                                                                                                 GOBJECT-QUERY()

Synopsis

gobject-query froots [OPTION…]
       gobject-query tree [OPTION…]

See Also