[pango/introspection-fixes: 6/7] Skip some deprecated symbols



commit 7c744bb8a71df1edc0c9751f41bd86ac994ddab5
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Aug 2 11:22:12 2019 +0100

    Skip some deprecated symbols
    
    These symbols are generating warnings because of missing type
    information, but since they are deprecated we can just skip them.

 pango/modules.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/pango/modules.c b/pango/modules.c
index 25481bbd..54f9db8f 100644
--- a/pango/modules.c
+++ b/pango/modules.c
@@ -37,14 +37,14 @@
 #include "pango-modules.h"
 
 /**
- * pango_find_map:
+ * pango_find_map: (skip)
  * @language: the language tag for which to find the map
  * @engine_type_id: the engine type for the map to find
  * @render_type_id: the render type for the map to find
  *
  * Do not use.  Does not do anything.
  *
- * Return value: %NULL.
+ * Return value: (transfer none) (nullable): %NULL.
  *
  * Deprecated: 1.38
  **/
@@ -63,7 +63,7 @@ pango_find_map (PangoLanguage *language G_GNUC_UNUSED,
  *
  * Do not use.  Does not do anything.
  *
- * Return value: %NULL.
+ * Return value: (transfer none) (nullable): %NULL.
  *
  * Deprecated: 1.38
  **/
@@ -78,10 +78,10 @@ pango_map_get_engine (PangoMap   *map G_GNUC_UNUSED,
  * pango_map_get_engines: (skip)
  * @map: a #PangoMap
  * @script: a #PangoScript
- * @exact_engines: location to store list of engines that exactly
- *  handle this script.
- * @fallback_engines: location to store list of engines that approximately
+ * @exact_engines: (nullable): location to store list of engines that exactly
  *  handle this script.
+ * @fallback_engines: (nullable): location to store list of engines that
+ *  approximately handle this script.
  *
  * Do not use.  Does not do anything.
  *
@@ -101,7 +101,7 @@ pango_map_get_engines (PangoMap     *map G_GNUC_UNUSED,
 }
 
 /**
- * pango_module_register:
+ * pango_module_register: (skip)
  * @module: a #PangoIncludedModule
  *
  * Do not use.  Does not do anything.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]