Searched refs:opsysstring (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/io/
H A Dsys.h47 gchar* locale_to_utf8_fallback( const gchar *opsysstring,
H A Dsys.cpp314 gchar* Inkscape::IO::locale_to_utf8_fallback( const gchar *opsysstring, argument
321 if ( opsysstring ) {
322 gchar *newFileName = g_locale_to_utf8( opsysstring, len, bytes_read, bytes_written, error );
331 } else if ( g_utf8_validate(opsysstring, -1, NULL) ) {
335 result = g_strdup( opsysstring );

Completed in 14 milliseconds