From 4793cbd87fed50678215b5dc1ba8e708fd4c9b58 Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Fri, 4 Jul 2014 14:31:56 +0200 Subject: Rename MateMixerProfile to MateMixerDeviceProfile and add number of streams in a profile --- docs/reference/libmatemixer-docs.xml | 2 +- docs/reference/libmatemixer-sections.txt | 45 +++++++++++++++++--------------- docs/reference/libmatemixer.types | 6 +++++ 3 files changed, 31 insertions(+), 22 deletions(-) create mode 100644 docs/reference/libmatemixer.types (limited to 'docs') 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 @@ + - 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 @@ matemixer mate_mixer_init mate_mixer_deinit +mate_mixer_is_initialized LIBMATEMIXER_CHECK_VERSION @@ -84,6 +85,29 @@ MATE_MIXER_TYPE_DEVICE mate_mixer_device_get_type +
+matemixer-device-profile +MateMixerDeviceProfile +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 + +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 + +MateMixerDeviceProfilePrivate +
+
matemixer-port MateMixerPort @@ -108,27 +132,6 @@ mate_mixer_port_get_type MateMixerPortPrivate
-
-matemixer-profile -MateMixerProfile -MateMixerProfile -mate_mixer_profile_new -mate_mixer_profile_get_name -mate_mixer_profile_get_description -mate_mixer_profile_get_priority - -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 - -MateMixerProfilePrivate -
-
matemixer-stream MateMixerStream 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 -- cgit v1.2.1