Hi, The AtkTextIface API reference for the different atk_text_get_text_* and atk_text_get_selection() functions does not outline, that one has to return a gchar*, which has to be freed using g_free() by the caller.
At least according to the AT-SPI libspi (text.c) implementation this has to be done and thus should be either changed using a reference which won't be freed or documented that the caller has to free the passed string. Regards Marcus _______________________________________________ Gnome-accessibility-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel
