Re: [g-a-devel] RFC: AtkText simplification (take 2)

2013-06-25 Thread Piñeiro
On 06/24/2013 01:51 PM, Trevor Saunders wrote: >> b) Add the generic boundary now. The enum would be something like: >> typedef enum { >> ATK_TEXT_BOUNDARY_CHAR, >> ATK_TEXT_BOUNDARY_WORD_START, >> ATK_TEXT_BOUNDARY_WORD_END, >> ATK_TEXT_BOUNDARY_SENTENCE_START, >>

Re: [g-a-devel] RFC: AtkText simplification (take 2)

2013-06-25 Thread Piñeiro
On 06/24/2013 02:26 PM, Mario Sanchez Prada wrote: >> [...] >> So, taking into account that you are already working on this, I assume >> that you would prefer to add the generic boundary now, in order to >> avoid two updates of the implementation of those APIs. Right? > It's not that I prefer to do