glib/docs/reference/gobject/gobject-docs.sgml
Owen Taylor 60d032a622 Split GObject docs away from the remainder of the docs.
Wed Sep  6 00:30:09 2000  Owen Taylor  <otaylor@redhat.com>

	* glib/* gobject/*: Split GObject docs away from
	the remainder of the docs.

	* glib/Makefile.am gobject/Makefile.am: Rework
	to have reasonable dependencies. (No dependencies
	on the files actually in the source directories,
	so to get it going, you have to do 'make scan',
	but after that, things should work OK.)
2000-09-06 04:32:45 +00:00

28 lines
925 B
Plaintext

<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
<!entity gobject-enumerations-flags SYSTEM "sgml/enumerations_flags.sgml">
<!entity gobject-generic-values SYSTEM "sgml/generic_values.sgml">
<!entity gobject-objects SYSTEM "sgml/objects.sgml">
<!entity gobject-param-specs SYSTEM "sgml/param_specs.sgml">
<!entity gobject-standard-params SYSTEM "sgml/standard_params.sgml">
<!entity gobject-types SYSTEM "sgml/types.sgml">
<!entity gobject-value-collection SYSTEM "sgml/value_collection.sgml">
<!entity gobject-value-types SYSTEM "sgml/value_types.sgml">
]>
<book id="index">
<bookinfo>
<title>GObject Reference Manual</title>
</bookinfo>
<reference>
<title>API Reference</title>
&gobject-types;
&gobject-objects;
&gobject-enumerations-flags;
&gobject-generic-values;
&gobject-value-types;
&gobject-value-collection;
&gobject-param-specs;
&gobject-standard-params;
</book>