diff options
author | Philip Withnall <withnall@endlessm.com> | 2017-02-15 11:06:03 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-04-08 00:57:28 -0400 |
commit | 6df7fcde9cde8c808344cd7242b0492e92ec10f1 (patch) | |
tree | ad08eb2bdfddf536cfea840286201475a04a094a /pango/modules.c | |
parent | 9ab6ddd41723e0f0f8f0d57ca6bb37763c910d3c (diff) | |
download | pango-6df7fcde9cde8c808344cd7242b0492e92ec10f1.tar.gz |
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
Diffstat (limited to 'pango/modules.c')
-rw-r--r-- | pango/modules.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/modules.c b/pango/modules.c index 8d2686d3..35ab2a30 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 |