mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 08:22:16 +01:00 
			
		
		
		
	2003-06-17 Matthias Clasen <maclas@gmx.de> * acinclude.m4 (JH_PATH_XML_CATALOG, JH_CHECK_XML_CATALOG): New macros to check for XML catalog contents and path, borrowed from gtk-doc. * configure.in: New option --enable-man to enable regeneration of man pages from Docbook, if the necessary tools are found. * gobject/Makefile.am: Add rule to regenerate man pages from Docbook. (man_MANS): Add glib-mkenums.1, glib-genmarshal.1 and gobject-query.1. (content_files): Add glib-mkenums.xml, glib-genmarshal.xml and gobject-query.xml. * gobject/glib-mkenums.xml: * gobject/glib-genmarshal.xml: * gobject/gobject-query.xml: New refentries. * gobject/glib-mkenums.1: * gobject/glib-genmarshal.1: * gobject/gobject-query.1: Man pages generated from the .xml sources. * gobject/gobject-docs.sgml: Include glib-mkenums.xml, glib-genmarshal.xml and gobject-query.xml. * glib/Makefile.am: Add rule to regenerate man pages from Docbook. (man_MANS): Add glib-gettextize.1. (content_files): Add glib-gettextize.xml. * glib/glib-gettextize.xml: New refentry. * glib/glib-gettextize.1: Man page generated from the .xml source. * glib/glib-docs.sgml: Include glib-gettextize.xml.
		
			
				
	
	
		
			112 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			112 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <refentry id="gobject-query">
 | |
| 
 | |
| <refmeta>
 | |
| <refentrytitle>gobject-query</refentrytitle>
 | |
| <manvolnum>1</manvolnum>
 | |
| </refmeta>
 | |
| 
 | |
| <refnamediv>
 | |
| <refname>gobject-query</refname>
 | |
| <refpurpose>display a tree of types</refpurpose>
 | |
| </refnamediv>
 | |
| 
 | |
| <refsynopsisdiv>
 | |
| <cmdsynopsis>
 | |
| <command>gobject-query</command>
 | |
| <arg choice="plain">froots</arg>
 | |
| <arg choice="opt" rep="repeat">options</arg>
 | |
| </cmdsynopsis>
 | |
| <cmdsynopsis>
 | |
| <command>gobject-query</command>
 | |
| <arg choice="plain">tree</arg>
 | |
| <arg choice="opt" rep="repeat">options</arg>
 | |
| </cmdsynopsis>
 | |
| </refsynopsisdiv>
 | |
| 
 | |
| <refsect1><title>Description</title>
 | |
| <para>
 | |
| <command>gobject-query</command> is a small utility that draws a tree of 
 | |
| types.
 | |
| </para>
 | |
| </refsect1>
 | |
| 
 | |
| <refsect1><title>Invokation</title>
 | |
| <para>
 | |
| <command>gobject-query</command> takes a mandatory argument that specifies
 | |
| whether it should iterate over the fundamental types or print a type tree.
 | |
| </para>
 | |
| 
 | |
| <refsect2><title>Options</title>
 | |
| <variablelist>
 | |
| 
 | |
| <varlistentry>
 | |
| <term><option>froots</option></term>
 | |
| <listitem><para>
 | |
| iterate over fundamental roots
 | |
| </para></listitem>
 | |
| </varlistentry>
 | |
| 
 | |
| <varlistentry>
 | |
| <term><option>tree</option></term>
 | |
| <listitem><para>
 | |
| print type tree
 | |
| </para></listitem>
 | |
| </varlistentry>
 | |
| 
 | |
| <varlistentry>
 | |
| <term><option>-r</option> <replaceable>type</replaceable></term>
 | |
| <listitem><para>
 | |
| specify the root type
 | |
| </para></listitem>
 | |
| </varlistentry>
 | |
| 
 | |
| <varlistentry>
 | |
| <term><option>-n</option></term>
 | |
| <listitem><para>
 | |
| don't descend type tree
 | |
| </para></listitem>
 | |
| </varlistentry>
 | |
| 
 | |
| <varlistentry>
 | |
| <term><option>-b</option> <replaceable>string</replaceable></term>
 | |
| <listitem><para>
 | |
| specify indent string
 | |
| </para></listitem>
 | |
| </varlistentry>
 | |
| 
 | |
| <varlistentry>
 | |
| <term><option>-i</option> <replaceable>string</replaceable></term>
 | |
| <listitem><para>
 | |
| specify incremental indent string
 | |
| </para></listitem>
 | |
| </varlistentry>
 | |
| 
 | |
| 
 | |
| <varlistentry>
 | |
| <term><option>-s</option> <replaceable>number</replaceable></term>
 | |
| <listitem><para>
 | |
| specify line spacing
 | |
| </para></listitem>
 | |
| </varlistentry>
 | |
| 
 | |
| <varlistentry>
 | |
| <term><option>-h</option>, <option>--help</option></term>
 | |
| <listitem><para>
 | |
| Print brief help and exit.
 | |
| </para></listitem>
 | |
| </varlistentry>
 | |
| 
 | |
| <varlistentry>
 | |
| <term><option>-v</option>, <option>--version</option></term>
 | |
| <listitem><para>
 | |
| Print version and exit.
 | |
| </para></listitem>
 | |
| </varlistentry>
 | |
| 
 | |
| </variablelist>
 | |
| </refsect2>
 | |
| </refsect1>
 | |
| </refentry>
 | |
| 
 | |
| 
 |