--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
+<!ENTITY version SYSTEM "../version.xml">
+]>
+
+<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
+ <bookinfo>
+ <title>ALSACtl Reference Manual</title>
+ <releaseinfo>This document is for the ALSACtl library, version &version;.
+ </releaseinfo>
+ </bookinfo>
+
+ <chapter id="alsactl-enumerations">
+ <title>ALSACtl enumerations</title>
+ <xi:include href="xml/alsactl-enum-types.xml"/>
+ </chapter>
+
+ <chapter id="alsactl-global-methods">
+ <title>ALSACtl global methods</title>
+ <xi:include href="xml/query.xml"/>
+ </chapter>
+
+ <chapter id="alsactl-objects">
+ <title>ALSACtl objects</title>
+ <xi:include href="xml/card.xml"/>
+ <xi:include href="xml/alsactl-sigs-marshal.xml"/>
+ <xi:include href="xml/card-info.xml"/>
+ <xi:include href="xml/elem-id.xml"/>
+ <xi:include href="xml/elem-info.xml"/>
+ <xi:include href="xml/elem-info-bool.xml"/>
+ <xi:include href="xml/elem-info-int.xml"/>
+ <xi:include href="xml/elem-info-enum.xml"/>
+ <xi:include href="xml/elem-info-bytes.xml"/>
+ <xi:include href="xml/elem-info-iec60958.xml"/>
+ <xi:include href="xml/elem-info-int64.xml"/>
+ <xi:include href="xml/elem-value.xml"/>
+ </chapter>
+
+ <index id="index-all">
+ <title>Index of all symbols</title>
+ <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
+ </index>
+
+ <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
+
+</book>
--- /dev/null
+alsactl_elem_type_get_type
+alsactl_elem_iface_type_get_type
+alsactl_elem_access_flag_get_type
+alsactl_event_type_get_type
+alsactl_event_mask_flag_get_type
+alsactl_card_get_type
+alsactl_card_info_get_type
+alsactl_elem_id_get_type
+alsactl_elem_info_get_type
+alsactl_elem_info_bool_get_type
+alsactl_elem_info_int_get_type
+alsactl_elem_info_enum_get_type
+alsactl_elem_info_bytes_get_type
+alsactl_elem_info_iec60958_get_type
+alsactl_elem_info_int64_get_type
+alsactl_elem_value_get_type
--- /dev/null
+gnome.gtkdoc('alsactl',
+ src_dir : alsactl_dir,
+ main_xml : 'alsactl-docs.xml',
+ scan_args: [
+ '--ignore-headers=privates.h',
+ ],
+ gobject_typesfile: 'alsactl.types',
+ dependencies: alsactl_dependency,
+ install : true,
+)