Skip to content

Commit

Permalink
Add docs files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlarsson committed Jul 24, 2020
1 parent 5ee0283 commit 3a73f7d
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/gthree-gtk3-docs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
]>

<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
<bookinfo>
<title>Gthree Reference Manual</title>
<releaseinfo>
<para>This document is the API reference for Gthree Gtk3.</para>
<para>
If you find any issues in the API reference, please report it using
<ulink type="http" url="https://github.com/alexlarsson/gthree/issues">the
online bug reporting tool</ulink>.
</para>
</releaseinfo>
</bookinfo>

<part id="widget">
<title>Widget</title>

<xi:include href="xml/gthreearea.xml" />
</part>

</book>
17 changes: 17 additions & 0 deletions docs/gthree-gtk3-sections.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<SECTION>
<FILE>gthreearea</FILE>
GthreeArea
GthreeAreaClass
<SUBSECTION>
gthree_area_new
gthree_area_set_camera
gthree_area_get_camera
gthree_area_set_scene
gthree_area_get_scene
gthree_area_get_renderer
<SUBSECTION Standard>
GTHREE_AREA
GTHREE_IS_AREA
GTHREE_TYPE_AREA
gthree_area_get_type
</SECTION>

0 comments on commit 3a73f7d

Please sign in to comment.