summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-07-04 14:31:56 +0200
committerMichal Ratajsky <[email protected]>2014-07-04 14:31:56 +0200
commit4793cbd87fed50678215b5dc1ba8e708fd4c9b58 (patch)
treeb1a34657c1606fdea3ce14036c5f6fff9a3168ed /docs/reference
parentb81d9ed11fae7bee59b67b1aee9927e417666875 (diff)
downloadlibmatemixer-4793cbd87fed50678215b5dc1ba8e708fd4c9b58.tar.bz2
libmatemixer-4793cbd87fed50678215b5dc1ba8e708fd4c9b58.tar.xz
Rename MateMixerProfile to MateMixerDeviceProfile and add number of streams in a profile
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/libmatemixer-docs.xml2
-rw-r--r--docs/reference/libmatemixer-sections.txt45
-rw-r--r--docs/reference/libmatemixer.types6
3 files changed, 31 insertions, 22 deletions
diff --git a/docs/reference/libmatemixer-docs.xml b/docs/reference/libmatemixer-docs.xml
index 15af1aa..708ca6e 100644
--- a/docs/reference/libmatemixer-docs.xml
+++ b/docs/reference/libmatemixer-docs.xml
@@ -19,8 +19,8 @@
<xi:include href="xml/matemixer-client-stream.xml"/>
<xi:include href="xml/matemixer-control.xml"/>
<xi:include href="xml/matemixer-device.xml"/>
+ <xi:include href="xml/matemixer-device-profile.xml"/>
<xi:include href="xml/matemixer-port.xml"/>
- <xi:include href="xml/matemixer-profile.xml"/>
<xi:include href="xml/matemixer-stream.xml"/>
</chapter>
<index id="api-index-full">
diff --git a/docs/reference/libmatemixer-sections.txt b/docs/reference/libmatemixer-sections.txt
index 69e60e1..dd2d1ce 100644
--- a/docs/reference/libmatemixer-sections.txt
+++ b/docs/reference/libmatemixer-sections.txt
@@ -2,6 +2,7 @@
<FILE>matemixer</FILE>
mate_mixer_init
mate_mixer_deinit
+mate_mixer_is_initialized
LIBMATEMIXER_CHECK_VERSION
</SECTION>
@@ -85,6 +86,29 @@ mate_mixer_device_get_type
</SECTION>
<SECTION>
+<FILE>matemixer-device-profile</FILE>
+<TITLE>MateMixerDeviceProfile</TITLE>
+MateMixerDeviceProfile
+mate_mixer_device_profile_new
+mate_mixer_device_profile_get_name
+mate_mixer_device_profile_get_description
+mate_mixer_device_profile_get_priority
+mate_mixer_device_profile_get_num_input_streams
+mate_mixer_device_profile_get_num_output_streams
+<SUBSECTION Standard>
+MateMixerDeviceProfileClass
+MATE_MIXER_IS_DEVICE_PROFILE
+MATE_MIXER_IS_DEVICE_PROFILE_CLASS
+MATE_MIXER_DEVICE_PROFILE
+MATE_MIXER_DEVICE_PROFILE_CLASS
+MATE_MIXER_DEVICE_PROFILE_GET_CLASS
+MATE_MIXER_TYPE_DEVICE_PROFILE
+mate_mixer_device_profile_get_type
+<SUBSECTION Private>
+MateMixerDeviceProfilePrivate
+</SECTION>
+
+<SECTION>
<FILE>matemixer-port</FILE>
<TITLE>MateMixerPort</TITLE>
MateMixerPortFlags
@@ -109,27 +133,6 @@ MateMixerPortPrivate
</SECTION>
<SECTION>
-<FILE>matemixer-profile</FILE>
-<TITLE>MateMixerProfile</TITLE>
-MateMixerProfile
-mate_mixer_profile_new
-mate_mixer_profile_get_name
-mate_mixer_profile_get_description
-mate_mixer_profile_get_priority
-<SUBSECTION Standard>
-MateMixerProfileClass
-MATE_MIXER_IS_PROFILE
-MATE_MIXER_IS_PROFILE_CLASS
-MATE_MIXER_PROFILE
-MATE_MIXER_PROFILE_CLASS
-MATE_MIXER_PROFILE_GET_CLASS
-MATE_MIXER_TYPE_PROFILE
-mate_mixer_profile_get_type
-<SUBSECTION Private>
-MateMixerProfilePrivate
-</SECTION>
-
-<SECTION>
<FILE>matemixer-stream</FILE>
<TITLE>MateMixerStream</TITLE>
MateMixerChannelPosition
diff --git a/docs/reference/libmatemixer.types b/docs/reference/libmatemixer.types
new file mode 100644
index 0000000..714c773
--- /dev/null
+++ b/docs/reference/libmatemixer.types
@@ -0,0 +1,6 @@
+mate_mixer_client_stream_get_type
+mate_mixer_control_get_type
+mate_mixer_device_get_type
+mate_mixer_device_profile_get_type
+mate_mixer_port_get_type
+mate_mixer_stream_get_type