summaryrefslogtreecommitdiffstats
path: root/src/pulse/introspect.h
diff options
context:
space:
mode:
authorColin Guthrie <pulse@colin.guthr.ie>2008-07-30 23:43:45 +0100
committerColin Guthrie <pulse@colin.guthr.ie>2008-07-30 23:43:45 +0100
commitb30a5d601eaffd98914ca0b9fdecd863eade0b4f (patch)
tree2bf5dfaa46b8e1733311562dba299709a0a3228e /src/pulse/introspect.h
parent0e1936fd56ad51509424f3eca06fe3a442b4dc9c (diff)
parent0b428e7cb1efdd7330b89a9855f08c45bfa98307 (diff)
Merge branch 'master' of git://git.0pointer.de/pulseaudio
Diffstat (limited to 'src/pulse/introspect.h')
-rw-r--r--src/pulse/introspect.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/pulse/introspect.h b/src/pulse/introspect.h
index c8c13a75..6a6755e7 100644
--- a/src/pulse/introspect.h
+++ b/src/pulse/introspect.h
@@ -130,8 +130,10 @@
*
* \subsection autoload_subsec Autoload Entries
*
- * Modules can be autoloaded as a result of a client requesting a certain
- * sink or source. This mapping between sink/source names and modules can be
+ * Modules can be autoloaded as a result of a client requesting a
+ * certain sink or source. Please note that autoloading is deprecated
+ * in 0.9.11. and is likely to be removed from the API in a later
+ * version. This mapping between sink/source names and modules can be
* queried from the server:
*
* \li By index - pa_context_get_autoload_info_by_index()
@@ -191,7 +193,9 @@
*
* New module autoloading rules can be added, and existing can be removed
* using pa_context_add_autoload() and pa_context_remove_autoload_by_index()
- * / pa_context_remove_autoload_by_name().
+ * / pa_context_remove_autoload_by_name(). Please note that autoloading is deprecated
+ * in 0.9.11. and is likely to be removed from the API in a later
+ * version.
*
* \subsection client_subsec Clients
*