summaryrefslogtreecommitdiff
path: root/pango/pango-engine.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-02-15 21:06:28 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-03-11 13:17:36 -0500
commitaf4a7f6d8ba850562b3dc675a11ca709fdd3c171 (patch)
tree494e0ae5defc220b4fd21e9f73c4d40d410c5557 /pango/pango-engine.h
parent6aa38752f9a8b5cbe39439d689bdb1ede9ee0a77 (diff)
downloadpango-af4a7f6d8ba850562b3dc675a11ca709fdd3c171.tar.gz
Drop some useless things from the gir
We don't need the deprecated and useless module and engine types in the gir and the docs.
Diffstat (limited to 'pango/pango-engine.h')
-rw-r--r--pango/pango-engine.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/pango/pango-engine.h b/pango/pango-engine.h
index 8b99ec63..16b39c3f 100644
--- a/pango/pango-engine.h
+++ b/pango/pango-engine.h
@@ -30,6 +30,11 @@
G_BEGIN_DECLS
+/* All of this is deprecated and entirely useless for bindings.
+ * Leave it out of the gir file.
+ */
+#ifndef __GI_SCANNER__
+
#ifndef PANGO_DISABLE_DEPRECATED
/**
@@ -287,11 +292,6 @@ struct _PangoEngineInfo
gint n_scripts;
};
-/* We should to ignore these unprefixed symbols when going through
- * this header with the introspection scanner
- */
-#ifndef __GI_SCANNER__
-
/**
* script_engine_list: (skip)
* @engines: location to store a pointer to an array of engines.