summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2018-12-13 11:14:39 +0100
committerAleksander Morgado <aleksander@gnu.org>2018-12-18 09:24:20 +0000
commit6ed4af62879023f267dec97ad49e07acd1130ff6 (patch)
tree137257eb50ba46a35ab3b236ef7d54765be20c44
parent0e5ae24bee07464681c6750de1739be1b3e634a9 (diff)
downloadlibqmi-6ed4af62879023f267dec97ad49e07acd1130ff6.tar.gz
libqmi,docs: update compat section documentation
We're going to put together all deprecated methods in the same header, and have them all under QMI_DISABLE_DEPRECATED ifdefs.
-rw-r--r--src/libqmi-glib/qmi-compat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libqmi-glib/qmi-compat.h b/src/libqmi-glib/qmi-compat.h
index 45517079..54ac004d 100644
--- a/src/libqmi-glib/qmi-compat.h
+++ b/src/libqmi-glib/qmi-compat.h
@@ -33,11 +33,11 @@
/**
* SECTION:qmi-compat
- * @title: API break replacements
+ * @title: Deprecated interface
*
- * These compatibility types and methods are flagged as deprecated and therefore
+ * These types and methods are flagged as deprecated and therefore
* shouldn't be used in newly written code. They are provided to avoid
- * innecessary API/ABI breaks.
+ * innecessary API/ABI breaks, for compatibility purposes only.
*/
#ifndef QMI_DISABLE_DEPRECATED