Test ... add TODO comment

SVN revision: 8646
This commit is contained in:
xcomputerman 2004-01-25 03:17:09 +00:00 committed by xcomputerman
parent 16213ad8b8
commit 04ddf4dcf9
1 changed files with 2 additions and 0 deletions

View File

@ -471,6 +471,8 @@ _ecore_x_selection_convert(Atom selection, Atom target, void **data_ret)
return -1;
}
/* TODO: We need to work out a mechanism for automatic conversion to any requested
* locale using Ecore_Txt functions */
/* Converter for standard non-utf8 text targets */
static int _ecore_x_selection_converter_text(char *target, void *data, int size, void **data_ret, int *size_ret)
{