[pango] docs: Add (skip) annotation to some non-introspectable deprecated funcs



commit 6df7fcde9cde8c808344cd7242b0492e92ec10f1
Author: Philip Withnall <withnall endlessm com>
Date:   Wed Feb 15 11:06:03 2017 +0000

    docs: Add (skip) annotation to some non-introspectable deprecated funcs
    
    To make it a bit more explicit that there’s no need to worry about
    introspecting them.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=778663

 pango/modules.c      |    4 ++--
 pango/pango-engine.h |    8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/pango/modules.c b/pango/modules.c
index 8d2686d..35ab2a3 100644
--- a/pango/modules.c
+++ b/pango/modules.c
@@ -52,7 +52,7 @@ pango_find_map (PangoLanguage *language G_GNUC_UNUSED,
 }
 
 /**
- * pango_map_get_engine:
+ * pango_map_get_engine: (skip)
  * @map: a #PangoMap
  * @script: a #PangoScript
  *
@@ -70,7 +70,7 @@ pango_map_get_engine (PangoMap   *map G_GNUC_UNUSED,
 }
 
 /**
- * pango_map_get_engines:
+ * pango_map_get_engines: (skip)
  * @map: a #PangoMap
  * @script: a #PangoScript
  * @exact_engines: location to store list of engines that exactly
diff --git a/pango/pango-engine.h b/pango/pango-engine.h
index ce5c888..fe0c5a7 100644
--- a/pango/pango-engine.h
+++ b/pango/pango-engine.h
@@ -288,7 +288,7 @@ struct _PangoEngineInfo
 };
 
 /**
- * script_engine_list:
+ * script_engine_list: (skip)
  * @engines: location to store a pointer to an array of engines.
  * @n_engines: location to store the number of elements in @engines.
  *
@@ -301,7 +301,7 @@ void script_engine_list (PangoEngineInfo **engines,
                         int              *n_engines);
 
 /**
- * script_engine_init:
+ * script_engine_init: (skip)
  * @module: a #GTypeModule structure used to associate any
  *  GObject types created in this module with the module.
  *
@@ -314,7 +314,7 @@ void script_engine_init (GTypeModule *module);
 
 
 /**
- * script_engine_exit:
+ * script_engine_exit: (skip)
  *
  * Do not use.
  *
@@ -324,7 +324,7 @@ PANGO_DEPRECATED_IN_1_38
 void script_engine_exit (void);
 
 /**
- * script_engine_create:
+ * script_engine_create: (skip)
  * @id: the ID of an engine as reported by script_engine_list.
  *
  * Do not use.


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