From 6ed4af62879023f267dec97ad49e07acd1130ff6 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Thu, 13 Dec 2018 11:14:39 +0100 Subject: 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. --- src/libqmi-glib/qmi-compat.h | 6 +++--- 1 file 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 -- cgit v1.2.1