summaryrefslogtreecommitdiff
path: root/pango/modules.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-04 17:39:44 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-07-04 17:39:44 -0400
commit0b6e7feae0f9543d7ed59c77b6be77b453a23e44 (patch)
tree8a73bbfe1ec6c9ba830af33981975378735505dc /pango/modules.c
parent2b6590fd2ed2b5a99f7d4c7628de78e4fd20bb7e (diff)
downloadpango-0b6e7feae0f9543d7ed59c77b6be77b453a23e44.tar.gz
Mark deprecated apis more clearly
Move them to their own section in the docs.
Diffstat (limited to 'pango/modules.c')
-rw-r--r--pango/modules.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/pango/modules.c b/pango/modules.c
index 35ab2a30..25481bbd 100644
--- a/pango/modules.c
+++ b/pango/modules.c
@@ -24,8 +24,13 @@
* @short_description:Support for loadable modules
* @title:Modules
*
- * Functions and macros in this section are used to support loading dynamic
- * modules that add engines to Pango at run time.
+ * Functions and macros in this section were used to support
+ * loading dynamic modules that add engines to Pango at run time.
+ *
+ * That is no longer the case, and these APIs should not be
+ * used anymore.
+ *
+ * Deprecated: 1.38
*/
#include "config.h"