mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 17:08:53 +02:00
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.)
This commit is contained in:
28
docs/reference/gobject/gobject-docs.sgml
Normal file
28
docs/reference/gobject/gobject-docs.sgml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!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>
|
Reference in New Issue
Block a user