GNOME Bugzilla – Bug 547580
g_[input|output]_stream_query_info(_async) not implemented
Last modified: 2008-08-13 11:36:03 UTC
It seems that gvfs doesn't implement g_input_stream_query_info g_input_stream_query_info_async g_output_stream_query_info g_output_stream_query_info_async This is very bad since it means programs cannot really rely on those functions... In other words we have an abstract interface that is supposed to hide the details of various backends, but that is not true because the backends behave differently and I am forced to fallback to g_file_query_info in the application code. tbzatek tells me that this is a generic gvfs problem not a backend-specific one.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 520244 ***