text: Deprecate _END boundaries
authorAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 17 Jun 2013 14:31:36 +0000 (16:31 +0200)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 17 Jun 2013 17:47:13 +0000 (19:47 +0200)
commit26b34d0d8c76cb010a7c9f8ebb27263a531d11bd
treed7436e7aedba726a70eccbb754374014eae2bcab
parent284d1abc2436074e6dc942fefdd1f37677ce1f0b
text: Deprecate _END boundaries

Right now there isn't any formal way to deprecate only some specific
elements of an enum. So this is just documented.

You can deprecate all the enum using ATK_DISABLE_DEPRECATED like in
other projects, but if you try to do the same for some specific
elements, you will find problems when you compile the glib-mkenum
generated enum types (unless you want to break the ABI).

https://bugzilla.gnome.org/show_bug.cgi?id=697968
atk/atktext.h