diff options
author | Michal Ratajsky <[email protected]> | 2014-08-28 23:39:33 +0200 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-08-28 23:39:33 +0200 |
commit | 4f089f8489e292ced05a89ec7d761b9bc6533b84 (patch) | |
tree | 77a81710ffb092661a8df6bb92b6017b71a9b23d /docs | |
parent | b6955dd78085d642f10325ec6d929e7421224d74 (diff) | |
download | libmatemixer-4f089f8489e292ced05a89ec7d761b9bc6533b84.tar.bz2 libmatemixer-4f089f8489e292ced05a89ec7d761b9bc6533b84.tar.xz |
Documentation additions and fixes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Makefile.am | 3 | ||||
-rw-r--r-- | docs/reference/libmatemixer-sections.txt | 8 |
2 files changed, 7 insertions, 4 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 4a6e205..fb3db04 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -61,8 +61,7 @@ IGNORE_HFILES= \ matemixer-stream-private.h \ matemixer-switch-option-private.h \ matemixer-switch-private.h \ - matemixer-private.h \ - matemixer-types.h + matemixer-private.h # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png diff --git a/docs/reference/libmatemixer-sections.txt b/docs/reference/libmatemixer-sections.txt index 46e8a8d..2b901e5 100644 --- a/docs/reference/libmatemixer-sections.txt +++ b/docs/reference/libmatemixer-sections.txt @@ -9,6 +9,7 @@ LIBMATEMIXER_CHECK_VERSION <SECTION> <FILE>matemixer-app-info</FILE> <TITLE>MateMixerAppInfo</TITLE> +MateMixerAppInfo mate_mixer_app_info_get_name mate_mixer_app_info_get_id mate_mixer_app_info_get_version @@ -16,6 +17,7 @@ mate_mixer_app_info_get_icon <SUBSECTION Standard> MATE_MIXER_APP_INFO MATE_MIXER_TYPE_APP_INFO +<SUBSECTION Private> mate_mixer_app_info_get_type </SECTION> @@ -50,7 +52,6 @@ mate_mixer_context_set_default_output_stream mate_mixer_context_get_backend_name mate_mixer_context_get_backend_type mate_mixer_context_get_backend_flags -MateMixerContextPrivate <SUBSECTION Standard> MATE_MIXER_CONTEXT MATE_MIXER_CONTEXT_CLASS @@ -59,6 +60,8 @@ MATE_MIXER_IS_CONTEXT MATE_MIXER_IS_CONTEXT_CLASS MATE_MIXER_TYPE_CONTEXT mate_mixer_context_get_type +<SUBSECTION Private> +MateMixerContextPrivate </SECTION> <SECTION> @@ -73,7 +76,6 @@ mate_mixer_device_get_stream mate_mixer_device_get_switch mate_mixer_device_list_streams mate_mixer_device_list_switches -MateMixerDevicePrivate <SUBSECTION Standard> MATE_MIXER_DEVICE MATE_MIXER_DEVICE_CLASS @@ -82,6 +84,8 @@ MATE_MIXER_IS_DEVICE MATE_MIXER_IS_DEVICE_CLASS MATE_MIXER_TYPE_DEVICE mate_mixer_device_get_type +<SUBSECTION Private> +MateMixerDevicePrivate </SECTION> <SECTION> |