summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-06-26 16:55:51 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2018-06-26 16:55:51 +0100
commit1e7bb7110ba4b28ac8b6df54401a475041f65d2b (patch)
tree739c073981135d70e9019b67851eff20be60de3c
parenteeb0c9f80682a18aecf3345cb7523eb33606327d (diff)
downloadatk-1e7bb7110ba4b28ac8b6df54401a475041f65d2b.tar.gz
docs: Remove atk.types
We can autogenerate it from the list of headers, and avoid it going out of sync whenever we add a new GType. In point of fact, we're already asking Meson/gtk-doc to do that, but if we leave atk.types in the source directory, we're going to confuse Meson and ourselves.
-rw-r--r--docs/atk.types28
1 files changed, 0 insertions, 28 deletions
diff --git a/docs/atk.types b/docs/atk.types
deleted file mode 100644
index e1a33e4..0000000
--- a/docs/atk.types
+++ /dev/null
@@ -1,28 +0,0 @@
-#include <atk/atk.h>
-
-atk_action_get_type
-atk_component_get_type
-atk_document_get_type
-atk_editable_text_get_type
-atk_gobject_accessible_get_type
-atk_hyperlink_get_type
-atk_hypertext_get_type
-atk_image_get_type
-atk_implementor_get_type
-atk_misc_get_type
-atk_no_op_object_get_type
-atk_no_op_object_factory_get_type
-atk_object_get_type
-atk_object_factory_get_type
-atk_registry_get_type
-atk_relation_get_type
-atk_relation_set_get_type
-atk_selection_get_type
-atk_state_set_get_type
-atk_streamable_content_get_type
-atk_table_get_type
-atk_table_cell_get_type
-atk_text_get_type
-atk_util_get_type
-atk_value_get_type
-atk_window_get_type \ No newline at end of file