File tree Expand file tree Collapse file tree 2 files changed +43
-0
lines changed
Expand file tree Collapse file tree 2 files changed +43
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3+ "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4+ <!ENTITY % local.common.attrib " xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'" >
5+ ]>
6+
7+ <book id =" index" xmlns : xi =" http://www.w3.org/2003/XInclude" >
8+ <bookinfo >
9+ <title >Gthree Reference Manual</title >
10+ <releaseinfo >
11+ <para >This document is the API reference for Gthree Gtk3.</para >
12+ <para >
13+ If you find any issues in the API reference, please report it using
14+ <ulink type =" http" url =" https://github.com/alexlarsson/gthree/issues" >the
15+ online bug reporting tool</ulink >.
16+ </para >
17+ </releaseinfo >
18+ </bookinfo >
19+
20+ <part id =" widget" >
21+ <title >Widget</title >
22+
23+ <xi : include href =" xml/gthreearea.xml" />
24+ </part >
25+
26+ </book >
Original file line number Diff line number Diff line change 1+ <SECTION>
2+ <FILE>gthreearea</FILE>
3+ GthreeArea
4+ GthreeAreaClass
5+ <SUBSECTION>
6+ gthree_area_new
7+ gthree_area_set_camera
8+ gthree_area_get_camera
9+ gthree_area_set_scene
10+ gthree_area_get_scene
11+ gthree_area_get_renderer
12+ <SUBSECTION Standard>
13+ GTHREE_AREA
14+ GTHREE_IS_AREA
15+ GTHREE_TYPE_AREA
16+ gthree_area_get_type
17+ </SECTION>
You can’t perform that action at this time.
0 commit comments