summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-06-26 16:55:51 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2019-06-14 16:36:43 +0100
commitd272faf325fdfe32ec4eb696f61f23fdd5957178 (patch)
tree567dbffc191cba65be9b32bacb3b8063c0e4c4cc
parentecbbaaa6e7a4b0519a2aa27daf2f823860fa4f8a (diff)
downloadatk-d272faf325fdfe32ec4eb696f61f23fdd5957178.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